Notifications
Clear all
[Closed] Refresh vieport after smoothing polygons
Jan 08, 2016 8:56 am
Somehow my viewport won’t refresh after smoothing polygons with
polyOP.setFaceSelection ob #{1..polyOp.getNumFaces ob}
polyOp.autosmooth ob
If I move the mouse, though, smoothness pops out correctly. Ideas on how to refresh properly?
1 Reply
Jan 08, 2016 8:56 am
Try updating the node at the end:
polyop.setfaceselection $ #all
polyop.autosmooth $
update $