|
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 23 of file node_geo_mesh_to_volume.cc.
References b, BLT_I18NCONTEXT_ID_ID, data, blender::nodes::decl::Float::default_value, FLT_MAX, max, MESH_TO_VOLUME_RESOLUTION_MODE_VOXEL_AMOUNT, MESH_TO_VOLUME_RESOLUTION_MODE_VOXEL_SIZE, min, node_declare(), PROP_DISTANCE, and blender::nodes::SocketDeclaration::translation_context.
Referenced by node_declare(), and node_register().
|
static |
Definition at line 120 of file node_geo_mesh_to_volume.cc.
References blender::bke::GeometrySet::get_mesh(), blender::bke::GeometrySet::has_mesh(), 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_volume().
Referenced by node_register().
Definition at line 57 of file node_geo_mesh_to_volume.cc.
References data, MEM_callocN(), MESH_TO_VOLUME_RESOLUTION_MODE_VOXEL_AMOUNT, and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 50 of file node_geo_mesh_to_volume.cc.
References IFACE_, uiLayout::prop(), ptr, UI_ITEM_NONE, uiLayoutSetPropDecorate(), and uiLayoutSetPropSep().
Referenced by node_register().
|
static |
Definition at line 163 of file node_geo_mesh_to_volume.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_MESH_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(), 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 138 of file node_geo_mesh_to_volume.cc.
References MESH_TO_VOLUME_RESOLUTION_MODE_VOXEL_AMOUNT, MESH_TO_VOLUME_RESOLUTION_MODE_VOXEL_SIZE, NOD_storage_enum_accessors, and blender::nodes::RNA_def_node_enum().
Referenced by node_register().