|
Blender V4.3
|
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::SocketDeclaration::description, blender::nodes::SocketDeclaration::make_available(), min, PROP_DISTANCE, PROP_FACTOR, NodeGeometryVolumeToMesh::resolution_mode, blender::nodes::decl::Float::subtype, blender::nodes::SocketDeclaration::translation_context, blender::bke::GeometryComponent::Volume, VOLUME_TO_MESH_RESOLUTION_MODE_VOXEL_AMOUNT, and VOLUME_TO_MESH_RESOLUTION_MODE_VOXEL_SIZE.
Referenced by 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::GeometryComponent::Mesh, 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().
|
static |
Definition at line 71 of file node_geo_volume_to_mesh.cc.
References data, 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_, ptr, UI_ITEM_NONE, uiItemR(), 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, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, 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, and ExtensionRNA::srna.
|
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().