|
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, bNode::custom1, and node_declare().
Referenced by node_declare(), and node_register().
|
static |
Definition at line 46 of file node_geo_grid_info.cc.
References blender::bke::attribute_math::convert_to_static_type(), bNode::custom1, blender::nodes::Error, blender::nodes::GeoNodeExecParams::error_message_add(), blender::nodes::GeoNodeExecParams::extract_input(), blender::nodes::GeoNodeExecParams::node(), node_geo_exec(), blender::nodes::GeoNodeExecParams::set_default_remaining_outputs(), blender::nodes::GeoNodeExecParams::set_output(), blender::bke::socket_type_to_geo_nodes_base_cpp_type(), and TIP_.
Referenced by node_geo_exec(), and node_register().
Definition at line 82 of file node_geo_grid_info.cc.
References bNode::custom1, node_init(), and SOCK_FLOAT.
Referenced by node_init(), and node_register().
|
static |
Definition at line 39 of file node_geo_grid_info.cc.
References node_layout(), uiLayout::prop(), UI_ITEM_NONE, uiLayoutSetPropDecorate(), and uiLayoutSetPropSep().
Referenced by node_layout(), and 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(), node_register(), 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.
Referenced by node_register().
|
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, node_rna(), blender::nodes::RNA_def_node_enum(), rna_enum_node_socket_data_type_items, and SOCK_FLOAT.
Referenced by node_register(), and node_rna().