Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/nodes/intern/CMP_nodes/CMP_valToRgb.c')
-rw-r--r--source/blender/nodes/intern/CMP_nodes/CMP_valToRgb.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_valToRgb.c b/source/blender/nodes/intern/CMP_nodes/CMP_valToRgb.c
index 75313b8a683..d30bf42d478 100644
--- a/source/blender/nodes/intern/CMP_nodes/CMP_valToRgb.c
+++ b/source/blender/nodes/intern/CMP_nodes/CMP_valToRgb.c
@@ -89,8 +89,8 @@ bNodeType cmp_node_valtorgb= {
/* output sock */ cmp_node_valtorgb_out,
/* storage */ "ColorBand",
/* execfunc */ node_composit_exec_valtorgb,
- /* butfunc */ node_buts_valtorgb,
- node_composit_init_valtorgb
+ /* butfunc */ NULL,
+ /* initfunc */ node_composit_init_valtorgb
};
@@ -142,8 +142,8 @@ bNodeType cmp_node_rgbtobw= {
/* output sock */ cmp_node_rgbtobw_out,
/* storage */ "",
/* execfunc */ node_composit_exec_rgbtobw,
- /* butfunc */ NULL,
- NULL
+ /* butfunc */ NULL,
+ /* initfunc */ NULL
};