Notifications
Clear all
[Closed] Select Faces by Vertex Count
Apr 30, 2012 4:40 pm
this will return all quads
faces = for f in $.faces where (polyop.getFaceDeg $ f.index) == 4 collect f.index