|
Blender V4.5
|
Functions | |
| static void | cmp_node_curve_vec_declare (NodeDeclarationBuilder &b) |
| static void | node_composit_init_curve_vec (bNodeTree *, bNode *node) |
| static void | node_buts_curvevec (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static CurveMapping * | get_curve_mapping (const bNode &node) |
| static int | node_gpu_material (GPUMaterial *material, bNode *node, bNodeExecData *, GPUNodeStack *inputs, GPUNodeStack *outputs) |
| static void | node_build_multi_function (blender::nodes::NodeMultiFunctionBuilder &builder) |
|
static |
Definition at line 132 of file node_composite_curves.cc.
References b, cmp_node_curve_vec_declare(), blender::nodes::SocketDeclaration::compositor_domain_priority(), and min.
Referenced by cmp_node_curve_vec_declare().
|
static |
Definition at line 154 of file node_composite_curves.cc.
References get_curve_mapping(), and bNode::storage.
Referenced by get_curve_mapping(), node_build_multi_function(), and node_gpu_material().
|
static |
Definition at line 195 of file node_composite_curves.cc.
References BKE_curvemapping_evaluate3F(), BKE_curvemapping_init(), blender::nodes::NodeMultiFunctionBuilder::construct_and_set_matching_fn_cb(), get_curve_mapping(), blender::nodes::NodeMultiFunctionBuilder::node(), and node_build_multi_function().
Referenced by node_build_multi_function().
|
static |
Definition at line 147 of file node_composite_curves.cc.
References node_buts_curvevec(), ptr, and uiTemplateCurveMapping().
Referenced by node_buts_curvevec().
|
static |
Definition at line 142 of file node_composite_curves.cc.
References BKE_curvemapping_add(), node_composit_init_curve_vec(), and bNode::storage.
Referenced by node_composit_init_curve_vec().
|
static |
Definition at line 159 of file node_composite_curves.cc.
References BKE_curvemapping_compute_range_dividers(), BKE_curvemapping_compute_slopes(), BKE_curvemapping_get_range_minimums(), BKE_curvemapping_init(), BKE_curvemapping_table_RGBA(), CM_TOT, get_curve_mapping(), GPU_color_band(), GPU_constant(), GPU_stack_link(), GPU_uniform(), inputs, node_gpu_material(), and outputs.
Referenced by node_gpu_material().