13 b.use_custom_socket_order();
14 b.allow_any_socket_order();
22 static auto fn = mf::build::SI1_SO<math::Quaternion, math::Quaternion>(
31 ntype.
ui_name =
"Invert Rotation";
32 ntype.
ui_description =
"Compute the inverse of the given rotation";
#define NODE_CLASS_CONVERTER
#define FN_NODE_INVERT_ROTATION
#define NOD_REGISTER_NODE(REGISTER_FUNC)
void set_matching_fn(const mf::MultiFunction *fn)
void node_register_type(bNodeType &ntype)
QuaternionBase< float > Quaternion
CartesianBasis invert(const CartesianBasis &basis)
static void node_register()
static void node_declare(NodeDeclarationBuilder &b)
static void node_build_multi_function(NodeMultiFunctionBuilder &builder)
void fn_node_type_base(blender::bke::bNodeType *ntype, std::string idname, const std::optional< int16_t > legacy_type)
std::string ui_description
NodeMultiFunctionBuildFunction build_multi_function
const char * enum_name_legacy
NodeDeclareFunction declare