|
Blender V5.0
|
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_rna (StructRNA *srna) |
| static void | node_register () |
|
static |
Definition at line 18 of file node_geo_gizmo_linear.cc.
References b, blender::nodes::decl::Vector::default_value, blender::nodes::SocketDeclaration::hide_value, node_declare(), PROP_TRANSLATION, PROP_XYZ, and blender::nodes::decl::Vector::subtype.
Referenced by node_declare(), and node_register().
Definition at line 26 of file node_geo_gizmo_linear.cc.
References MEM_callocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 32 of file node_geo_gizmo_linear.cc.
References uiLayout::prop(), ptr, and UI_ITEM_NONE.
Referenced by node_register().
|
static |
Definition at line 57 of file node_geo_gizmo_linear.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_GIZMO_LINEAR, geo_node_type_base(), blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, NODE_CLASS_INTERFACE, node_copy_standard_storage(), node_declare(), node_free_standard_storage(), node_init(), node_layout(), 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 38 of file node_geo_gizmo_linear.cc.
References BLT_I18NCONTEXT_ID_NODETREE, NOD_storage_enum_accessors, blender::nodes::RNA_def_node_enum(), RNA_def_property_translation_context(), rna_enum_geometry_nodes_gizmo_color_items, and rna_enum_geometry_nodes_linear_gizmo_draw_style_items.
Referenced by node_register().