Hello,
i need to do select objects which has polygons of no smoothing group.
and im very noob in maxscript.
fn selectFacesWithNoSG theObject =
(
polyOp.setFaceSelection theObject (for f = 1 to polyop.getNumFaces theObject where polyop.getFaceSmoothGroup theObject f == 0 collect f)
)
I dont know why its not working..
thank you in advance.
miauu · 2019-01-07
x_OL · 2020-02-23