|
Blender V4.5
|
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 () |
| 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 96 of file node_geo_sdf_grid_boolean.cc.
References blender::Vector< T, InlineBufferCapacity, Allocator >::append(), blender::Vector< T, InlineBufferCapacity, Allocator >::as_mutable_span(), Difference, blender::Vector< T, InlineBufferCapacity, Allocator >::first(), inputs, Intersect, blender::Vector< T, InlineBufferCapacity, Allocator >::is_empty(), 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 183 of file node_geo_sdf_grid_boolean.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::enum_name_legacy, blender::bke::bNodeType::gather_link_search_ops, 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, blender::nodes::search_link_ops_for_volume_grid_node(), ExtensionRNA::srna, blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
|
static |
Definition at line 157 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().