|
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 44 of file node_geo_volume_to_mesh.cc.
References b, BLT_I18NCONTEXT_COUNTABLE, BLT_I18NCONTEXT_ID_ID, blender::nodes::SocketDeclaration::description, min, blender::nodes::SocketDeclaration::optional_label, PROP_DISTANCE, PROP_FACTOR, resolution_mode_items, blender::nodes::decl::Float::subtype, blender::nodes::SocketDeclaration::translation_context, VOLUME_TO_MESH_RESOLUTION_MODE_VOXEL_AMOUNT, and VOLUME_TO_MESH_RESOLUTION_MODE_VOXEL_SIZE.
Referenced by node_register().
|
static |
Definition at line 197 of file node_geo_volume_to_mesh.cc.
References blender::geometry::foreach_real_geometry(), blender::bke::GeometrySet::keep_only(), blender::nodes::node_geo_exec_with_missing_openvdb(), params, and blender::bke::GeometrySet::replace_mesh().
Referenced by node_register().
Definition at line 72 of file node_geo_volume_to_mesh.cc.
References MEM_callocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 212 of file node_geo_volume_to_mesh.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, geo_node_type_base(), GEO_NODE_VOLUME_TO_MESH, 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 25 of file node_geo_volume_to_mesh.cc.
Referenced by node_declare().