ScriptSpot is a diverse online community of artists and developers who come together to find and share scripts that empower their creativity with 3ds Max. Our users come from all parts of the world and work in everything from visual effects to gaming, architecture, students or hobbyists.
If all you want to do is select splines that are not renderable and are still shapes (i.e. not turned to renderable trimesh, say with Shell), this will do:
select (for obj in shapes where obj.baseobject.renderable collect obj)
Comments
If all you want to do is
If all you want to do is select splines that are not renderable and are still shapes (i.e. not turned to renderable trimesh, say with Shell), this will do:
select (for obj in shapes where obj.baseobject.renderable collect obj)
Some of my scripts and MCGs :: 3ds Max SDK Intro for Scripters
Thanks!
Thanks!