|
Blender V5.0
|
Classes | |
| class | LazyFunctionForWarningNode |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_rna (StructRNA *srna) |
| static void | node_label (const bNodeTree *, const bNode *node, char *label, int label_maxncpy) |
| static void | node_register () |
|
static |
Definition at line 18 of file node_geo_warning.cc.
References b, and blender::nodes::SocketDeclaration::hide_value.
Referenced by node_register().
|
static |
Definition at line 89 of file node_geo_warning.cc.
References BLI_strncpy_utf8(), bNode::custom1, IFACE_, N_, name, node_label(), RNA_enum_name(), and rna_enum_node_warning_type_items.
Referenced by node_label(), and node_register().
|
static |
Definition at line 72 of file node_geo_warning.cc.
References node_layout(), uiLayout::prop(), ptr, UI_ITEM_NONE, uiLayout::use_property_decorate_set(), and uiLayout::use_property_split_set().
Referenced by node_layout(), and node_register().
|
static |
Definition at line 102 of file node_geo_warning.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::enum_name_legacy, geo_node_type_base(), GEO_NODE_WARNING, blender::bke::bNodeType::labelfunc, blender::bke::bNodeType::nclass, NODE_CLASS_INTERFACE, node_declare(), node_label(), 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 79 of file node_geo_warning.cc.
References NOD_inline_enum_accessors, node_rna(), blender::nodes::RNA_def_node_enum(), and rna_enum_node_warning_type_items.
Referenced by node_register(), and node_rna().