|
Blender V4.3
|
Classes | |
| class | SeparateMatrixFunction |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | copy_with_stride (const IndexMask &mask, const Span< float > src, const int64_t src_step, const int64_t src_begin, const int64_t dst_step, const int64_t dst_begin, MutableSpan< float > dst) |
| static void | node_build_multi_function (NodeMultiFunctionBuilder &builder) |
| static void | node_eval_elem (value_elem::ElemEvalParams ¶ms) |
| static void | node_eval_inverse_elem (value_elem::InverseElemEvalParams ¶ms) |
| static void | node_eval_inverse (inverse_eval::InverseEvalParams ¶ms) |
| static void | node_register () |
|
static |
Definition at line 47 of file node_fn_separate_matrix.cc.
References BLI_assert, and blender::MutableSpan< T >::is_empty().
Referenced by blender::nodes::node_fn_separate_matrix_cc::SeparateMatrixFunction::call().
|
static |
Definition at line 187 of file node_fn_separate_matrix.cc.
References blender::nodes::NodeMultiFunctionBuilder::set_matching_fn().
Referenced by node_register().
|
static |
Definition at line 14 of file node_fn_separate_matrix.cc.
References blender::nodes::PanelDeclarationBuilder::add_output(), and b.
Referenced by node_register().
|
static |
Definition at line 193 of file node_fn_separate_matrix.cc.
References col, bNodeSocket::identifier, and params.
Referenced by node_register().
|
static |
Definition at line 263 of file node_fn_separate_matrix.cc.
References col, bNodeSocket::identifier, and params.
Referenced by node_register().
|
static |
Definition at line 225 of file node_fn_separate_matrix.cc.
References col, bNodeSocket::identifier, and params.
Referenced by node_register().
|
static |
Definition at line 275 of file node_fn_separate_matrix.cc.
References blender::bke::bNodeType::build_multi_function, blender::bke::bNodeType::declare, blender::bke::bNodeType::eval_elem, blender::bke::bNodeType::eval_inverse, blender::bke::bNodeType::eval_inverse_elem, fn_node_type_base(), node_build_multi_function(), NODE_CLASS_CONVERTER, node_declare(), node_eval_elem(), node_eval_inverse(), node_eval_inverse_elem(), and blender::bke::node_register_type().