Blender  V2.93
Namespaces | Functions | Variables
node_geo_subdivision_surface.cc File Reference
#include "BKE_mesh.h"
#include "BKE_subdiv.h"
#include "BKE_subdiv_mesh.h"
#include "UI_interface.h"
#include "UI_resources.h"
#include "node_geometry_util.hh"

Go to the source code of this file.

Namespaces

 blender
 
 blender::nodes
 

Functions

static void blender::nodes::geo_node_subdivision_surface_exec (GeoNodeExecParams params)
 
void register_node_type_geo_subdivision_surface ()
 

Variables

static bNodeSocketTemplate geo_node_subdivision_surface_in []
 
static bNodeSocketTemplate geo_node_subdivision_surface_out []
 

Function Documentation

◆ register_node_type_geo_subdivision_surface()

void register_node_type_geo_subdivision_surface ( void  )

Variable Documentation

◆ geo_node_subdivision_surface_in

bNodeSocketTemplate geo_node_subdivision_surface_in[]
static
Initial value:
= {
{SOCK_GEOMETRY, N_("Geometry")},
{SOCK_INT, N_("Level"), 1, 0, 0, 0, 0, 6},
{SOCK_BOOLEAN, N_("Use Creases")},
{SOCK_BOOLEAN, N_("Boundary Smooth"), true},
{SOCK_BOOLEAN, N_("Smooth UVs")},
{-1, ""},
}
#define N_(msgid)
@ SOCK_INT
@ SOCK_BOOLEAN
@ SOCK_GEOMETRY

Definition at line 26 of file node_geo_subdivision_surface.cc.

Referenced by register_node_type_geo_subdivision_surface().

◆ geo_node_subdivision_surface_out

bNodeSocketTemplate geo_node_subdivision_surface_out[]
static
Initial value:
= {
{SOCK_GEOMETRY, N_("Geometry")},
{-1, ""},
}

Definition at line 35 of file node_geo_subdivision_surface.cc.

Referenced by register_node_type_geo_subdivision_surface().