Hi,
Can somebody can explain why this simple script don't work ?
for a in selection do
(
a.EditablePoly.SetSelection #Vertex #{}
a.EditablePoly.Hide #Vertex
)
and this one works ?
for a in selection do
(
a.EditablePoly.unhideAll #Vertex
)
Thanks