|
Blender V5.0
|
Enumerations | |
| enum class | Operation { Intersect = 0 , Union = 1 , Difference = 2 } |
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 () |
|
strong |
| Enumerator | |
|---|---|
| Intersect | |
| Union | |
| Difference | |
Definition at line 23 of file node_geo_sdf_grid_boolean.cc.
|
static |
Definition at line 29 of file node_geo_sdf_grid_boolean.cc.
References b, bNode::custom1, Difference, Intersect, blender::nodes::SocketDeclaration::make_available(), blender::nodes::SocketDeclaration::structure_type, and Union.
Referenced by node_register().
|
static |
Definition at line 84 of file node_geo_sdf_grid_boolean.cc.
References Difference, Intersect, blender::nodes::node_geo_exec_with_missing_openvdb(), params, transform(), and Union.
Referenced by node_register().
Definition at line 79 of file node_geo_sdf_grid_boolean.cc.
References bNode::custom1, and Difference.
Referenced by node_register().
|
static |
Definition at line 74 of file node_geo_sdf_grid_boolean.cc.
References uiLayout::prop(), ptr, and UI_ITEM_NONE.
Referenced by node_register().
|
static |
Definition at line 172 of file node_geo_sdf_grid_boolean.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_SDF_GRID_BOOLEAN, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, NODE_CLASS_GEOMETRY, node_declare(), node_geo_exec(), node_init(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::bNodeType::rna_ext, ExtensionRNA::srna, blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
|
static |
Definition at line 146 of file node_geo_sdf_grid_boolean.cc.
References Difference, Intersect, NOD_inline_enum_accessors, blender::nodes::RNA_def_node_enum(), and Union.
Referenced by node_register().