Update iron

This commit is contained in:
luboslenco
2020-03-05 15:07:25 +01:00
parent bc57229c17
commit 8a508fafe2
+1 -1
View File
@@ -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();