|
Blender V4.3
|
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 ¶ms) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
|
static |
Definition at line 38 of file node_fn_axes_to_rotation.cc.
References BLI_assert, blender::math::is_zero(), and v.
Referenced by blender::nodes::node_fn_axes_to_rotation_cc::AxesToRotationFunction::call().
|
static |
Definition at line 131 of file node_fn_axes_to_rotation.cc.
References blender::nodes::NodeMultiFunctionBuilder::construct_and_set_matching_fn(), blender::math::Axis::from_int(), and blender::nodes::NodeMultiFunctionBuilder::node().
Referenced by node_register().
|
static |
Definition at line 18 of file node_fn_axes_to_rotation.cc.
Referenced by node_register().
|
static |
Definition at line 141 of file node_fn_axes_to_rotation.cc.
References blender::nodes::NodeExtraInfoRow::icon, params, RPT_, blender::nodes::NodeExtraInfoRow::text, TIP_, and blender::nodes::NodeExtraInfoRow::tooltip.
Referenced by node_register().
|
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().
|
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().
|
static |
Definition at line 176 of file node_fn_axes_to_rotation.cc.
References blender::bke::bNodeType::build_multi_function, blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, fn_node_type_base(), blender::bke::bNodeType::get_extra_info, blender::bke::bNodeType::initfunc, node_build_multi_function(), NODE_CLASS_CONVERTER, node_declare(), node_extra_info(), node_init(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::bNodeType::rna_ext, and ExtensionRNA::srna.
|
static |
Definition at line 152 of file node_fn_axes_to_rotation.cc.
References int, NOD_inline_enum_accessors, blender::nodes::RNA_def_node_enum(), blender::math::Axis::X, blender::math::Axis::Y, and blender::math::Axis::Z.
Referenced by node_register().