- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to configure custom export settings directly through Maxscript and can't seem to understand how to apply them.
So far, I'm doing this:
-- Get INI Object theINI = objexp.getIniName()
-- Edit INI Geometry -> FlipZyAxis Setting setIniSetting theINI "Geometry" "FlipZyAxis" "0" -- Select Objects to be Exported select $mySceneObject -- Export file exportFile "export.obj" #noPrompt selectedOnly:true using:theINI
I question my use of the "using:theINI" settings argument, though omitting it produces the same result, as does my using the "using:ObjExp" convention.
I've very little experience with Maxscript, but was unable to find much help in the documentation.
I've read this post: https://forums.autodesk.com/t5/3ds-max-forum/possible-to-rename-custom-export-settings/m-p/7062507#M...
I realize that manually-updating the .ini file(s) relevant to this operation would be a fix, but that's not ideal for my use.
My goal is to open a file, configure the objexp settings, and have the selected model exported using those settings. An alternative, which I also could find no documentation on, would be to load a custom .ini file and settings found there for the export.
Anyone have any experience with this?
Solved! Go to Solution.