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.
(ifselection.count != 0 do(for o in selectiondo(
objName = o.name
if(objLayer = LayerManager.getLayerFromName objName) == undefined then
(
objLayer = Layermanager.newLayerFromName objName
-- uncomment the line below to add object to the layer
objLayer.addNode o
)else(-- uncomment the line below to add object to the layer
objLayer.addNode o
))))
Comments
.
This should work with selection of objects:
Tools and Scripts for Autodesk 3dsMax
Yes, it works perfect now!
Yes, it works perfect now! Thanks for fixing the script!