|
Blender V4.3
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_init (bNodeTree *, bNode *node) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
|
static |
Definition at line 30 of file node_geo_subdivision_surface.cc.
References b, blender::bke::GeometryComponent::Mesh, PROP_FACTOR, and blender::nodes::decl::Float::subtype.
Referenced by node_register().
|
static |
Definition at line 170 of file node_geo_subdivision_surface.cc.
References blender::bke::GeometrySet::get_mesh(), blender::bke::GeometrySet::modify_geometry_sets(), params, and TIP_.
Referenced by node_register().
|
static |
Definition at line 55 of file node_geo_subdivision_surface.cc.
References data, SUBSURF_BOUNDARY_SMOOTH_ALL, and SUBSURF_UV_SMOOTH_PRESERVE_BOUNDARIES.
Referenced by node_register().
|
static |
Definition at line 49 of file node_geo_subdivision_surface.cc.
References ptr, UI_ITEM_NONE, and uiItemR().
Referenced by node_register().
|
static |
Definition at line 223 of file node_geo_subdivision_surface.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, blender::bke::Middle, NODE_CLASS_GEOMETRY, node_copy_standard_storage(), node_declare(), node_free_standard_storage(), node_geo_exec(), node_init(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::node_type_size_preset(), blender::bke::node_type_storage(), blender::bke::bNodeType::rna_ext, and ExtensionRNA::srna.
|
static |
Definition at line 200 of file node_geo_subdivision_surface.cc.
References NOD_storage_enum_accessors, blender::nodes::RNA_def_node_enum(), rna_enum_subdivision_boundary_smooth_items, rna_enum_subdivision_uv_smooth_items, SUBSURF_BOUNDARY_SMOOTH_ALL, and SUBSURF_UV_SMOOTH_PRESERVE_BOUNDARIES.
Referenced by node_register().