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/SHD_nodes/SHD_curves.c')
-rw-r--r--source/blender/nodes/intern/SHD_nodes/SHD_curves.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/nodes/intern/SHD_nodes/SHD_curves.c b/source/blender/nodes/intern/SHD_nodes/SHD_curves.c
index 85897d42f13..39787486004 100644
--- a/source/blender/nodes/intern/SHD_nodes/SHD_curves.c
+++ b/source/blender/nodes/intern/SHD_nodes/SHD_curves.c
@@ -65,8 +65,8 @@ bNodeType sh_node_curve_vec= {
/* output sock */ sh_node_curve_vec_out,
/* storage */ "CurveMapping",
/* execfunc */ node_shader_exec_curve_vec,
- /* butfunc */ node_buts_curvevec,
- /* initfunc */ node_shader_init_curve_vec
+ /* butfunc */ NULL,
+ /* initfunc */ node_shader_init_curve_vec
};
@@ -105,7 +105,7 @@ bNodeType sh_node_curve_rgb= {
/* output sock */ sh_node_curve_rgb_out,
/* storage */ "CurveMapping",
/* execfunc */ node_shader_exec_curve_rgb,
- /* butfunc */ node_buts_curvecol,
- /* initfunc */ node_shader_init_curve_rgb
+ /* butfunc */ NULL,
+ /* initfunc */ node_shader_init_curve_rgb
};