|
Blender V4.3
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | search_link_ops (GatherLinkSearchOpParams ¶ms) |
| 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 21 of file node_geo_store_named_grid.cc.
References b.
Referenced by node_register().
|
static |
Definition at line 114 of file node_geo_store_named_grid.cc.
References blender::nodes::node_geo_exec_with_missing_openvdb(), and params.
Referenced by node_register().
|
static |
Definition at line 74 of file node_geo_store_named_grid.cc.
References CD_PROP_FLOAT.
Referenced by node_register().
|
static |
Definition at line 67 of file node_geo_store_named_grid.cc.
References ptr, UI_ITEM_NONE, uiItemR(), uiLayoutSetPropDecorate(), and uiLayoutSetPropSep().
Referenced by node_register().
|
static |
Definition at line 133 of file node_geo_store_named_grid.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::gather_link_search_ops, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, NODE_CLASS_GEOMETRY, node_declare(), node_geo_exec(), node_init(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::bNodeType::rna_ext, search_link_ops(), and ExtensionRNA::srna.
|
static |
Definition at line 121 of file node_geo_store_named_grid.cc.
References CD_PROP_FLOAT, blender::nodes::grid_custom_data_type_items_filter_fn(), NOD_inline_enum_accessors, blender::nodes::RNA_def_node_enum(), and rna_enum_attribute_type_items.
Referenced by node_register().
|
static |
Definition at line 35 of file node_geo_store_named_grid.cc.
References blender::nodes::custom_data_type_supports_grids(), IFACE_, params, SOCK_GEOMETRY, SOCK_IN, SOCK_STRING, and blender::bke::socket_type_to_custom_data_type().
Referenced by node_register().