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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user