|
Blender V5.0
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_init (bNodeTree *, bNode *node) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
|
static |
Definition at line 21 of file node_geo_get_named_grid.cc.
References b, BLT_I18NCONTEXT_OPERATOR_DEFAULT, blender::nodes::SocketDeclaration::is_volume_grid_name, and blender::nodes::SocketDeclaration::translation_context.
Referenced by node_register().
|
static |
Definition at line 85 of file node_geo_get_named_grid.cc.
References bNode::custom1, blender::bke::GeometrySet::get_volume_for_write(), blender::nodes::node_geo_exec_with_missing_openvdb(), params, blender::bke::socket_type_to_grid_type(), and blender::nodes::Warning.
Referenced by node_register().
Definition at line 120 of file node_geo_get_named_grid.cc.
References bNode::custom1, and SOCK_FLOAT.
Referenced by node_register().
|
static |
Definition at line 39 of file node_geo_get_named_grid.cc.
References uiLayout::prop(), ptr, UI_ITEM_NONE, uiLayout::use_property_decorate_set(), and uiLayout::use_property_split_set().
Referenced by node_register().
|
static |
Definition at line 137 of file node_geo_get_named_grid.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_GET_NAMED_GRID, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, NODE_CLASS_GEOMETRY, node_declare(), node_geo_exec(), node_init(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::bNodeType::rna_ext, ExtensionRNA::srna, blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
|
static |
Definition at line 125 of file node_geo_get_named_grid.cc.
References blender::nodes::grid_socket_type_items_filter_fn(), NOD_inline_enum_accessors, blender::nodes::RNA_def_node_enum(), rna_enum_node_socket_data_type_items, and SOCK_FLOAT.
Referenced by node_register().