Notifications
Clear all

[Closed] Refresh vieport after smoothing polygons

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

Try updating the node at the end:

polyop.setfaceselection $ #all
polyop.autosmooth $
update $