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.
--Save :
saveMaxFiles "c:/temp/test.max" --specified link
--u can also save only specified objects in other file :
saveNodes $specified_object "c:/temp/file_name"
--when u want to get the local floder of u'r max file
--just tape :
saveNodes $specified_object (getDir #scene + "/file_name")
--load :
loadMaxFile "c:/temp/file_name.max"
--merge:
mergeMaxFile "c:/temp/file_name.max"
-----------------------------------------------------
--Node: care to not harm an existent file cause max don't
--ask u that there's another file with same name
--Hope it'll help u.
learn more,learn as fast as u can, coz u can be not able to learn more tommorow!!
Comments
that is the function to
that is the function to save/load/merge files:
--Save :
saveMaxFiles "c:/temp/test.max" --specified link
--u can also save only specified objects in other file :
saveNodes $specified_object "c:/temp/file_name"
--when u want to get the local floder of u'r max file
--just tape :
saveNodes $specified_object (getDir #scene + "/file_name")
--load :
loadMaxFile "c:/temp/file_name.max"
--merge:
mergeMaxFile "c:/temp/file_name.max"
-----------------------------------------------------
--Node: care to not harm an existent file cause max don't
--ask u that there's another file with same name
--Hope it'll help u.
learn more,learn as fast as u can, coz u can be not able to learn more tommorow!!