|
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_dial.cc.
References b, blender::nodes::decl::Bool::default_value, blender::nodes::decl::Float::default_value, 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 31 of file node_geo_gizmo_dial.cc.
References MEM_callocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 37 of file node_geo_gizmo_dial.cc.
References uiLayout::prop(), ptr, and UI_ITEM_NONE.
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, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_GIZMO_DIAL, 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 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().