|
Blender V5.0
|
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 37 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 130 of file node_fn_axes_to_rotation.cc.
References blender::nodes::NodeMultiFunctionBuilder::construct_and_set_matching_fn(), bNode::custom1, bNode::custom2, blender::math::Axis::from_int(), and blender::nodes::NodeMultiFunctionBuilder::node().
Referenced by node_register().
|
static |
Definition at line 17 of file node_fn_axes_to_rotation.cc.
Referenced by node_register().
|
static |
Definition at line 140 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().
Definition at line 25 of file node_fn_axes_to_rotation.cc.
References bNode::custom1, bNode::custom2, blender::math::Axis::X, and blender::math::Axis::Z.
Referenced by node_register().
|
static |
Definition at line 31 of file node_fn_axes_to_rotation.cc.
References uiLayout::prop(), ptr, and UI_ITEM_R_EXPAND.
Referenced by node_register().
|
static |
Definition at line 175 of file node_fn_axes_to_rotation.cc.
References blender::bke::bNodeType::build_multi_function, blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::enum_name_legacy, FN_NODE_AXES_TO_ROTATION, fn_node_type_base(), blender::bke::bNodeType::get_extra_info, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, 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, ExtensionRNA::srna, blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
|
static |
Definition at line 151 of file node_fn_axes_to_rotation.cc.
References 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().