Integrating latest 47acbe8
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
------Display Vertex Alpha------
|
||||
for obj in selection do
|
||||
(
|
||||
if obj.showVertexColors == false then
|
||||
(
|
||||
obj.vertexColorType = #alpha
|
||||
obj.showVertexColors = true
|
||||
)
|
||||
else
|
||||
(
|
||||
if obj.vertexColorType ==#color then
|
||||
(
|
||||
obj.vertexColorType = #alpha
|
||||
obj.showVertexColors = false
|
||||
obj.showVertexColors = true
|
||||
)
|
||||
else
|
||||
(
|
||||
obj.showVertexColors = false
|
||||
)
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user