Blender
V3.3
|
Functions | |
static void | cmp_node_time_declare (NodeDeclarationBuilder &b) |
static void | node_composit_init_curves_time (bNodeTree *UNUSED(ntree), bNode *node) |
static void | cmp_node_curve_vec_declare (NodeDeclarationBuilder &b) |
static void | node_composit_init_curve_vec (bNodeTree *UNUSED(ntree), bNode *node) |
static void | node_buts_curvevec (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
static void | cmp_node_rgbcurves_declare (NodeDeclarationBuilder &b) |
static void | node_composit_init_curve_rgb (bNodeTree *UNUSED(ntree), bNode *node) |
|
static |
Definition at line 53 of file node_composite_curves.cc.
References usdtokens::b(), min, and N_.
Referenced by register_node_type_cmp_curve_vec().
|
static |
Definition at line 91 of file node_composite_curves.cc.
References usdtokens::b(), N_, and PROP_FACTOR.
Referenced by register_node_type_cmp_curve_rgb().
|
static |
Definition at line 19 of file node_composite_curves.cc.
References usdtokens::b(), and N_.
Referenced by register_node_type_cmp_curve_time().
|
static |
Definition at line 64 of file node_composite_curves.cc.
References ptr, and uiTemplateCurveMapping().
Referenced by register_node_type_cmp_curve_vec().
|
static |
Definition at line 101 of file node_composite_curves.cc.
References BKE_curvemapping_add(), and node.
Referenced by register_node_type_cmp_curve_rgb().
|
static |
Definition at line 59 of file node_composite_curves.cc.
References BKE_curvemapping_add(), and node.
Referenced by register_node_type_cmp_curve_vec().
|
static |
Definition at line 25 of file node_composite_curves.cc.
References BKE_curvemapping_add(), and node.
Referenced by register_node_type_cmp_curve_time().