|
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 129 of file node_geo_points_to_volume.cc.
References b, BLT_I18NCONTEXT_ID_ID, data, blender::nodes::decl::Float::default_value, GEO_NODE_POINTS_TO_VOLUME_RESOLUTION_MODE_AMOUNT, GEO_NODE_POINTS_TO_VOLUME_RESOLUTION_MODE_SIZE, min, node_declare(), PROP_DISTANCE, and blender::nodes::SocketDeclaration::translation_context.
Referenced by node_declare(), and node_register().
|
static |
Definition at line 178 of file node_geo_points_to_volume.cc.
References blender::bke::GeometrySet::modify_geometry_sets(), blender::nodes::node_geo_exec_with_missing_openvdb(), and params.
Referenced by node_register().
Definition at line 171 of file node_geo_points_to_volume.cc.
References data, GEO_NODE_POINTS_TO_VOLUME_RESOLUTION_MODE_AMOUNT, MEM_callocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 164 of file node_geo_points_to_volume.cc.
References IFACE_, uiLayout::prop(), ptr, UI_ITEM_NONE, uiLayoutSetPropDecorate(), and uiLayoutSetPropSep().
Referenced by node_register().
|
static |
Definition at line 217 of file node_geo_points_to_volume.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, 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(), 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 192 of file node_geo_points_to_volume.cc.
References GEO_NODE_POINTS_TO_VOLUME_RESOLUTION_MODE_AMOUNT, GEO_NODE_POINTS_TO_VOLUME_RESOLUTION_MODE_SIZE, NOD_storage_enum_accessors, and blender::nodes::RNA_def_node_enum().
Referenced by node_register().