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

Classes

class  AxesToRotationFunction
 

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void node_init (bNodeTree *, bNode *node)
 
static void node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static float3 get_orthogonal_of_non_zero_vector (const float3 &v)
 
static void node_build_multi_function (NodeMultiFunctionBuilder &builder)
 
static void node_extra_info (NodeExtraInfoParams &params)
 
static void node_rna (StructRNA *srna)
 
static void node_register ()
 

Function Documentation

◆ get_orthogonal_of_non_zero_vector()

static float3 blender::nodes::node_fn_axes_to_rotation_cc::get_orthogonal_of_non_zero_vector ( const float3 & v)
static

◆ node_build_multi_function()

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

◆ node_declare()

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

Definition at line 18 of file node_fn_axes_to_rotation.cc.

References b, and N_.

Referenced by node_register().

◆ node_extra_info()

static void blender::nodes::node_fn_axes_to_rotation_cc::node_extra_info ( NodeExtraInfoParams & params)
static

◆ node_init()

static void blender::nodes::node_fn_axes_to_rotation_cc::node_init ( bNodeTree * ,
bNode * node )
static

Definition at line 26 of file node_fn_axes_to_rotation.cc.

References int, blender::math::Axis::X, and blender::math::Axis::Z.

Referenced by node_register().

◆ node_layout()

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

Definition at line 32 of file node_fn_axes_to_rotation.cc.

References ptr, UI_ITEM_R_EXPAND, and uiItemR().

Referenced by node_register().

◆ node_register()

◆ node_rna()

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