OBJ import options
Not applicable
05-27-2020
06:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I have a little problem with maxscript and the OBJ Import Options. I've made a script in wich i need to load some obj files and I would like to uncheck the Flip ZY-axis option and use the option From SM group for the Normals. I use importFile with #noPrompt and using:ObjImp and at the beginning of my script, I use the following lines :
theINI = objimp.getIniName()
setINISetting theINI "Geometry" "FlipNormals" "2"
setInISetting theINI "Geometry" "FlipZyAxis" "0"
But, the obj are imported as if the flipZyAxis option is checked and the normals are imported from the file.
Does someone know where the problem could comes from ?
Link copied