|
Blender V4.3
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_init (bNodeTree *, bNode *node) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_layout_ex (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| static void | node_extra_info (NodeExtraInfoParams ¶ms) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
|
static |
|
static |
Definition at line 108 of file node_geo_viewer.cc.
References CD_PROP_FLOAT4X4, CD_PROP_QUATERNION, ELEM, blender::nodes::NodeExtraInfoRow::icon, params, blender::nodes::NodeExtraInfoRow::text, TIP_, and blender::nodes::NodeExtraInfoRow::tooltip.
Referenced by node_register().
|
static |
Definition at line 54 of file node_geo_viewer.cc.
References blender::ed::viewer_path::activate_geometry_node(), CD_PROP_BOOL, CD_PROP_COLOR, CD_PROP_FLOAT, CD_PROP_FLOAT3, CD_PROP_FLOAT4X4, CD_PROP_INT32, CD_PROP_QUATERNION, CTX_data_main(), CTX_wm_space_node(), ED_node_set_active(), ELEM, IFACE_, LISTBASE_FOREACH, blender::bke::node_add_link(), params, SOCK_GEOMETRY, SOCK_OUT, and blender::bke::socket_type_to_custom_data_type().
Referenced by node_register().
Definition at line 36 of file node_geo_viewer.cc.
References CD_PROP_FLOAT, and data.
Referenced by node_register().
|
static |
Definition at line 44 of file node_geo_viewer.cc.
References ptr, UI_ITEM_NONE, and uiItemR().
Referenced by node_register().
|
static |
Definition at line 49 of file node_geo_viewer.cc.
References ptr, UI_ITEM_NONE, and uiItemR().
Referenced by node_register().
|
static |
Definition at line 141 of file node_geo_viewer.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::draw_buttons_ex, blender::bke::bNodeType::gather_link_search_ops, geo_node_type_base(), blender::bke::bNodeType::get_extra_info, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::no_muting, NODE_CLASS_OUTPUT, node_copy_standard_storage(), node_declare(), node_extra_info(), node_free_standard_storage(), node_gather_link_searches(), node_init(), node_layout(), node_layout_ex(), blender::bke::node_register_type(), node_rna(), blender::bke::node_type_storage(), blender::bke::bNodeType::rna_ext, and ExtensionRNA::srna.
|
static |
Definition at line 121 of file node_geo_viewer.cc.
References blender::nodes::enums::attribute_type_type_with_socket_fn(), CD_PROP_FLOAT, NOD_storage_enum_accessors, blender::nodes::RNA_def_node_enum(), rna_enum_attribute_domain_with_auto_items, and rna_enum_attribute_type_items.
Referenced by node_register().