|
Blender V4.5
|
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 23 of file node_geo_grid_info.cc.
References b, and bNode::custom1.
Referenced by node_register().
|
static |
Definition at line 46 of file node_geo_grid_info.cc.
References blender::bke::attribute_math::convert_to_static_type(), blender::nodes::Error, params, blender::bke::socket_type_to_geo_nodes_base_cpp_type(), and TIP_.
Referenced by node_register().
Definition at line 82 of file node_geo_grid_info.cc.
References bNode::custom1, and SOCK_FLOAT.
Referenced by node_register().
|
static |
Definition at line 39 of file node_geo_grid_info.cc.
References uiLayout::prop(), ptr, UI_ITEM_NONE, uiLayoutSetPropDecorate(), and uiLayoutSetPropSep().
Referenced by node_register().
|
static |
Definition at line 99 of file node_geo_grid_info.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, blender::bke::bNodeType::nclass, NODE_CLASS_INPUT, 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 87 of file node_geo_grid_info.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().