|
Blender V4.5
|
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, get_orthogonal_of_non_zero_vector(), blender::math::is_zero(), and v.
Referenced by blender::nodes::node_fn_axes_to_rotation_cc::AxesToRotationFunction::call(), and get_orthogonal_of_non_zero_vector().
|
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(), blender::nodes::NodeMultiFunctionBuilder::node(), and node_build_multi_function().
Referenced by node_build_multi_function(), and node_register().
|
static |
Definition at line 17 of file node_fn_axes_to_rotation.cc.
References b, N_, and node_declare().
Referenced by node_declare(), and node_register().
|
static |
Definition at line 140 of file node_fn_axes_to_rotation.cc.
References Vector< T, InlineBufferCapacity, Allocator >::append(), bNode::custom1, bNode::custom2, blender::nodes::NodeExtraInfoRow::icon, blender::nodes::NodeExtraInfoParams::node, node_extra_info(), blender::nodes::NodeExtraInfoParams::rows, RPT_, blender::nodes::NodeExtraInfoRow::text, TIP_, and blender::nodes::NodeExtraInfoRow::tooltip.
Referenced by node_extra_info(), and node_register().
Definition at line 25 of file node_fn_axes_to_rotation.cc.
References bNode::custom1, bNode::custom2, node_init(), blender::math::Axis::X, and blender::math::Axis::Z.
Referenced by node_init(), and node_register().
|
static |
Definition at line 31 of file node_fn_axes_to_rotation.cc.
References node_layout(), uiLayout::prop(), and UI_ITEM_R_EXPAND.
Referenced by node_layout(), and 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(), node_register(), 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.
Referenced by node_register().
|
static |
Definition at line 151 of file node_fn_axes_to_rotation.cc.
References NOD_inline_enum_accessors, node_rna(), blender::nodes::RNA_def_node_enum(), blender::math::Axis::X, blender::math::Axis::Y, and blender::math::Axis::Z.
Referenced by node_register(), and node_rna().