|
Blender V4.3
|
Enumerations | |
| enum class | RotationSpace { Global = 0 , Local = 1 } |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_build_multi_function (NodeMultiFunctionBuilder &builder) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
|
strong |
| Enumerator | |
|---|---|
| Global | |
| Local | |
Definition at line 16 of file node_fn_rotate_rotation.cc.
|
static |
Definition at line 34 of file node_fn_rotate_rotation.cc.
References b, bNode::custom1, Global, Local, blender::nodes::NodeMultiFunctionBuilder::node(), and blender::nodes::NodeMultiFunctionBuilder::set_matching_fn().
Referenced by node_register().
|
static |
Definition at line 21 of file node_fn_rotate_rotation.cc.
References b.
Referenced by node_register().
|
static |
Definition at line 29 of file node_fn_rotate_rotation.cc.
References ptr, UI_ITEM_R_EXPAND, and uiItemR().
Referenced by node_register().
|
static |
Definition at line 76 of file node_fn_rotate_rotation.cc.
References blender::bke::bNodeType::build_multi_function, blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, fn_node_type_base(), node_build_multi_function(), NODE_CLASS_CONVERTER, node_declare(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::bNodeType::rna_ext, and ExtensionRNA::srna.
|
static |
Definition at line 52 of file node_fn_rotate_rotation.cc.
References Global, int, Local, NOD_inline_enum_accessors, blender::nodes::RNA_def_node_enum(), and space_items.
Referenced by node_register().