|
Blender V4.5
|
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 |
Definition at line 27 of file node_geo_viewer.cc.
References b, and node_declare().
Referenced by node_declare(), and node_register().
|
static |
Definition at line 110 of file node_geo_viewer.cc.
References Vector< T, InlineBufferCapacity, Allocator >::append(), CD_PROP_FLOAT4X4, CD_PROP_QUATERNION, ELEM, blender::nodes::NodeExtraInfoRow::icon, blender::nodes::NodeExtraInfoParams::node, node_extra_info(), blender::nodes::NodeExtraInfoParams::rows, blender::nodes::NodeExtraInfoRow::text, TIP_, and blender::nodes::NodeExtraInfoRow::tooltip.
Referenced by node_extra_info(), and node_register().
|
static |
Definition at line 56 of file node_geo_viewer.cc.
References blender::ed::viewer_path::activate_geometry_node(), blender::nodes::GatherLinkSearchOpParams::add_item(), blender::nodes::LinkSearchOpParams::add_node(), CD_PROP_BOOL, CD_PROP_COLOR, CD_PROP_FLOAT, CD_PROP_FLOAT3, CD_PROP_FLOAT4X4, CD_PROP_INT32, CD_PROP_QUATERNION, blender::nodes::LinkSearchOpParams::connect_available_socket(), CTX_data_main(), CTX_wm_space_node(), ED_node_set_active(), ELEM, ListBase::first, IFACE_, blender::nodes::GatherLinkSearchOpParams::in_out(), bNode::inputs, LISTBASE_FOREACH, blender::nodes::LinkSearchOpParams::node, blender::bke::node_add_link(), node_gather_link_searches(), blender::nodes::GatherLinkSearchOpParams::node_tree(), blender::nodes::LinkSearchOpParams::node_tree, blender::nodes::GatherLinkSearchOpParams::other_socket(), bNode::outputs, SOCK_GEOMETRY, SOCK_OUT, blender::bke::socket_type_to_custom_data_type(), bNodeSocket::type, and blender::nodes::LinkSearchOpParams::update_and_connect_available_socket().
Referenced by node_gather_link_searches(), and node_register().
Definition at line 38 of file node_geo_viewer.cc.
References CD_PROP_FLOAT, data, MEM_callocN(), node_init(), and bNode::storage.
Referenced by node_init(), and node_register().
|
static |
Definition at line 46 of file node_geo_viewer.cc.
References node_layout(), uiLayout::prop(), and UI_ITEM_NONE.
Referenced by node_layout(), and node_register().
|
static |
Definition at line 51 of file node_geo_viewer.cc.
References node_layout_ex(), uiLayout::prop(), and UI_ITEM_NONE.
Referenced by node_layout_ex(), and node_register().
|
static |
Definition at line 152 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::enum_name_legacy, blender::bke::bNodeType::gather_link_search_ops, geo_node_type_base(), GEO_NODE_VIEWER, blender::bke::bNodeType::get_extra_info, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, 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(), node_register(), blender::bke::node_register_type(), node_rna(), blender::bke::node_type_storage(), 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 123 of file node_geo_viewer.cc.
References blender::nodes::enums::attribute_type_type_with_socket_fn(), CD_PROP_FLOAT, NC_NODE, ND_DISPLAY, NOD_storage_enum_accessors, node_rna(), NODE_VIEWER_SHORTCUT_NONE, PROP_ANIMATABLE, PROP_INT, PROP_NONE, PROPOVERRIDE_IGNORE, blender::nodes::RNA_def_node_enum(), RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_int_default(), RNA_def_property_int_funcs_runtime(), RNA_def_property_override_flag(), RNA_def_property_update_notifier(), rna_enum_attribute_domain_with_auto_items, rna_enum_attribute_type_items, rna_Node_Viewer_shortcut_node_get(), and rna_Node_Viewer_shortcut_node_set().
Referenced by node_register(), and node_rna().