|
Blender V4.3
|
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, Difference, Intersect, blender::nodes::SocketDeclaration::make_available(), node, and Union.
Referenced by node_register().
|
static |
Definition at line 91 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(), Intersect, blender::Vector< T, InlineBufferCapacity, Allocator >::is_empty(), blender::nodes::node_geo_exec_with_missing_openvdb(), params, and Union.
Referenced by node_register().
|
static |
Definition at line 74 of file node_geo_sdf_grid_boolean.cc.
References Difference.
Referenced by node_register().
|
static |
Definition at line 69 of file node_geo_sdf_grid_boolean.cc.
References ptr, UI_ITEM_NONE, and uiItemR().
Referenced by node_register().
|
static |
Definition at line 178 of file node_geo_sdf_grid_boolean.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::gather_link_search_ops, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, 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(), and ExtensionRNA::srna.
|
static |
Definition at line 152 of file node_geo_sdf_grid_boolean.cc.
References Difference, int, Intersect, NOD_inline_enum_accessors, blender::nodes::RNA_def_node_enum(), and Union.
Referenced by node_register().