How to merge a specified file with maxscript

How to merge a specified file with maxscript

Anonymous
Not applicable
3,839 Views
1 Reply
Message 1 of 2

How to merge a specified file with maxscript

Anonymous
Not applicable
Hi

I'm new to MAXScript and need some help on this issue.
When I use the max merge file, I get the Open Dialog. How
can I import a specific (Like: c:\\pleasehelp\mergeme.max 🙂 ) file using maxscript?



BR,
Aplomo
0 Likes
3,840 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Look for the "mergeMaxFile()" function in the MaxScript help. In your case, something like:

mergeMaxFile "c:\\pleasehelp\\mergeme.max" -- will merge all objects from that file into the current scene.