Update iron
This commit is contained in:
@@ -25,7 +25,7 @@ class MakePaint {
|
||||
con_paint.data.color_writes_green = [true, true, true, true];
|
||||
con_paint.data.color_writes_blue = [true, true, true, true];
|
||||
con_paint.data.color_writes_alpha = [true, true, true, true];
|
||||
con_paint.allow_vcols = Context.paintObject.data.geom.cols;
|
||||
con_paint.allow_vcols = Context.paintObject.data.geom.cols != null;
|
||||
|
||||
var vert = con_paint.make_vert();
|
||||
var frag = con_paint.make_frag();
|
||||
|
||||
Reference in New Issue
Block a user