|
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 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 56 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, ListBase::first, IFACE_, bNode::inputs, 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 38 of file node_geo_viewer.cc.
References CD_PROP_FLOAT, data, MEM_callocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 46 of file node_geo_viewer.cc.
References uiLayout::prop(), ptr, and UI_ITEM_NONE.
Referenced by node_register().
|
static |
Definition at line 51 of file node_geo_viewer.cc.
References uiLayout::prop(), ptr, and UI_ITEM_NONE.
Referenced by 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(), 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.
|
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_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().