I'm pretty new to scripting in modo and new to python (maxscript user) but I've been using more modo in my workflow lately so I decided to make this script and hopefully some more to come.
Its a script to quickly apply smoothing groups to selected polys and is greatly needed in modo for game artists
Usage:
@setSG.py - no args will apply a random smoothing group to the selected polygons
@setSG.py combine - the combine argument tells it to combine or share all the smoothing groups applied to the selected polygons
@setSG.py remove - the remove argument tells it to remove the smoothing group
I've only tested this on 501
You can get it here:
http://www.bryancavett.com/modo_scripts/setSG.zip
Hope it helps some of you out an let me know if you find any bugs
Replies