|
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 20 of file node_geo_separate_geometry.cc.
References b, blender::nodes::SocketDeclaration::description, and blender::nodes::SocketDeclaration::hide_value.
Referenced by node_register().
|
static |
Definition at line 48 of file node_geo_separate_geometry.cc.
References GEO_NODE_DELETE_GEOMETRY_MODE_ALL, blender::fn::invert_boolean_field(), blender::bke::GeometrySet::modify_geometry_sets(), params, selection, and blender::geometry::separate_geometry().
Referenced by node_register().
|
static |
Definition at line 41 of file node_geo_separate_geometry.cc.
References data.
Referenced by node_register().
|
static |
Definition at line 36 of file node_geo_separate_geometry.cc.
References ptr, UI_ITEM_NONE, and uiItemR().
Referenced by node_register().
|
static |
Definition at line 107 of file node_geo_separate_geometry.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, 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_storage(), blender::bke::bNodeType::rna_ext, and ExtensionRNA::srna.
|
static |
Definition at line 96 of file node_geo_separate_geometry.cc.
References NOD_storage_enum_accessors, blender::nodes::RNA_def_node_enum(), and rna_enum_attribute_domain_without_corner_items.
Referenced by node_register().