|
Blender V5.0
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_init (bNodeTree *, bNode *node) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_register () |
Variables | |
| static EnumPropertyItem | resolution_mode_items [] |
|
static |
Definition at line 142 of file node_geo_points_to_volume.cc.
References b, BLT_I18NCONTEXT_COUNTABLE, BLT_I18NCONTEXT_ID_ID, blender::nodes::SocketDeclaration::description, GEO_NODE_POINTS_TO_VOLUME_RESOLUTION_MODE_AMOUNT, GEO_NODE_POINTS_TO_VOLUME_RESOLUTION_MODE_SIZE, blender::nodes::SocketDeclaration::optional_label, PROP_DISTANCE, resolution_mode_items, and blender::nodes::decl::Float::subtype.
Referenced by node_register().
|
static |
Definition at line 175 of file node_geo_points_to_volume.cc.
References blender::geometry::foreach_real_geometry(), blender::nodes::node_geo_exec_with_missing_openvdb(), and params.
Referenced by node_register().
Definition at line 169 of file node_geo_points_to_volume.cc.
References MEM_callocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 188 of file node_geo_points_to_volume.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_POINTS_TO_VOLUME, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, NODE_CLASS_GEOMETRY, node_copy_standard_storage(), node_declare(), node_free_standard_storage(), node_geo_exec(), node_init(), blender::bke::node_register_type(), blender::bke::node_type_size(), blender::bke::node_type_storage(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
|
static |
Definition at line 127 of file node_geo_points_to_volume.cc.
Referenced by node_declare().