|
Blender V4.5
|
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 () |
|
static |
Definition at line 29 of file node_geo_volume_to_mesh.cc.
References b, BLT_I18NCONTEXT_ID_ID, blender::nodes::decl::Float::default_value, max, min, node_declare(), PROP_DISTANCE, PROP_FACTOR, NodeGeometryVolumeToMesh::resolution_mode, VOLUME_TO_MESH_RESOLUTION_MODE_VOXEL_AMOUNT, and VOLUME_TO_MESH_RESOLUTION_MODE_VOXEL_SIZE.
Referenced by node_declare(), and node_register().
|
static |
Definition at line 199 of file node_geo_volume_to_mesh.cc.
References blender::bke::GeometrySet::keep_only_during_modify(), blender::bke::GeometrySet::modify_geometry_sets(), blender::nodes::node_geo_exec_with_missing_openvdb(), params, and blender::bke::GeometrySet::replace_mesh().
Referenced by node_register().
Definition at line 71 of file node_geo_volume_to_mesh.cc.
References data, MEM_callocN(), bNode::storage, and VOLUME_TO_MESH_RESOLUTION_MODE_GRID.
Referenced by node_register().
|
static |
Definition at line 64 of file node_geo_volume_to_mesh.cc.
References IFACE_, uiLayout::prop(), ptr, UI_ITEM_NONE, uiLayoutSetPropDecorate(), and uiLayoutSetPropSep().
Referenced by node_register().
|
static |
Definition at line 243 of file node_geo_volume_to_mesh.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, 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(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::node_type_size(), blender::bke::node_type_storage(), blender::bke::bNodeType::rna_ext, ExtensionRNA::srna, blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
|
static |
Definition at line 214 of file node_geo_volume_to_mesh.cc.
References NOD_storage_enum_accessors, blender::nodes::RNA_def_node_enum(), VOLUME_TO_MESH_RESOLUTION_MODE_GRID, VOLUME_TO_MESH_RESOLUTION_MODE_VOXEL_AMOUNT, and VOLUME_TO_MESH_RESOLUTION_MODE_VOXEL_SIZE.
Referenced by node_register().