|
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_rna (StructRNA *srna) |
| static void | node_register () |
|
static |
Definition at line 18 of file node_geo_gizmo_dial.cc.
References b, blender::nodes::SocketDeclaration::description, PROP_TRANSLATION, and PROP_XYZ.
Referenced by node_register().
Definition at line 31 of file node_geo_gizmo_dial.cc.
Referenced by node_register().
|
static |
Definition at line 37 of file node_geo_gizmo_dial.cc.
References ptr, UI_ITEM_NONE, and uiItemR().
Referenced by node_register().
|
static |
Definition at line 52 of file node_geo_gizmo_dial.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, geo_node_type_base(), blender::bke::bNodeType::initfunc, 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, and ExtensionRNA::srna.
|
static |
Definition at line 42 of file node_geo_gizmo_dial.cc.
References NOD_storage_enum_accessors, blender::nodes::RNA_def_node_enum(), and rna_enum_geometry_nodes_gizmo_color_items.
Referenced by node_register().