Fix: Unutilized curve mapping in vector shader node

This could result in a shading errors is some cases such as undo.

Follow up to rB1405787142d1f87f18631114167675ed145f6d75
This commit is contained in:
2022-01-31 12:56:40 -05:00
parent 64359f8998
commit 81ee46da1a

View File

@@ -49,6 +49,7 @@ static int gpu_shader_curve_vec(GPUMaterial *mat,
CurveMapping *cumap = (CurveMapping *)node->storage;
BKE_curvemapping_init(cumap);
BKE_curvemapping_table_RGBA(cumap, &array, &size);
GPUNodeLink *tex = GPU_color_band(mat, size, array, &layer);