Notifications
Clear all
[Closed] Import only few objects in obj file?
Jun 20, 2018 2:06 pm
obj file contains 3 objects, Grass, People and Tree.
Sometimes I want to import Grass and People, but sometimes I want to import People and Tree.
Is it possible to specific imported objects in maxscript?
Some thing like
ImportFile “C:\OBJECT.obj” #noPrompt #People # Tree
2 Replies
1 Reply
I think it may be possible. OBJ file format is open for editing. Save your scene as obj then open the obj file in any text editor(notepad++ for example) and check the code. In the internet you can find information about the obj file format. You can go here: http://www.scriptspot.com/3ds-max/scripts/uvpipe-mod-by-norman3d
and download the script. Check the code to see how it uses custom obj import and export.