Blender V4.3
blender::nodes::node_fn_rotate_rotation_cc Namespace Reference

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 ()
 

Enumeration Type Documentation

◆ RotationSpace

Enumerator
Global 
Local 

Definition at line 16 of file node_fn_rotate_rotation.cc.

Function Documentation

◆ node_build_multi_function()

static void blender::nodes::node_fn_rotate_rotation_cc::node_build_multi_function ( NodeMultiFunctionBuilder & builder)
static

◆ node_declare()

static void blender::nodes::node_fn_rotate_rotation_cc::node_declare ( NodeDeclarationBuilder & b)
static

Definition at line 21 of file node_fn_rotate_rotation.cc.

References b.

Referenced by node_register().

◆ node_layout()

static void blender::nodes::node_fn_rotate_rotation_cc::node_layout ( uiLayout * layout,
bContext * ,
PointerRNA * ptr )
static

Definition at line 29 of file node_fn_rotate_rotation.cc.

References ptr, UI_ITEM_R_EXPAND, and uiItemR().

Referenced by node_register().

◆ node_register()

◆ node_rna()

static void blender::nodes::node_fn_rotate_rotation_cc::node_rna ( StructRNA * srna)
static