Community
3ds Max Programming
Welcome to Autodesk’s 3ds Max Forums. Share your knowledge, ask questions, and explore popular 3ds Max SDK, Maxscript and Python topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

mergeMaxFile, retain original layer?

1 REPLY 1
SOLVED
Reply
Message 1 of 2
roger.olofsson
413 Views, 1 Reply

mergeMaxFile, retain original layer?

Hi,

 

I am using "mergeMaxFile" to replace geometry in a bunch of files. I would like the objects to stay on the original layer but material and geometry should change, can that be done? Today geometry, material and layer is changed.

 

Roger

1 REPLY 1
Message 2 of 2
blakestone
in reply to: roger.olofsson

mergeMAXFile will recreate the Layers.
You can also use #mergeDups which will replace existing objects which have the same name.
You can also use #useSceneMtlDups which means the newly merged objects will use existing materials.

 

example:

 

mergeMaxFile "c:\\example.max" #mergeDups #useSceneMtlDups quiet:true
--------------------------------------------------------------------------------------
Technical 3D Graphic Artist
Autodesk 3dsMax 2015 - Service Pack 4
--------------------------------------------------------------------------------------

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report