poopipe
03-04-2008, 11:36 AM
Hello,
I've got me a maxscript that opens a shed load of max files and exports them to our internal model format - this all works fine.
The problem is that I have to run this script on max7/8/9/2008 and the max files it opens were created on a variety of max versions (7/8/9 )
I need to detect whether the max file I'm currently opening is from a later version or not so I can ignore it. Currently, when it comes across one of these an empty scene is created and results in me being prompted to save on export (this is a "feature" of the exporter rather than being a max thing)
so yeah - can we tell if a file that's being opened is from a later version of Max through max script?
I've got me a maxscript that opens a shed load of max files and exports them to our internal model format - this all works fine.
The problem is that I have to run this script on max7/8/9/2008 and the max files it opens were created on a variety of max versions (7/8/9 )
I need to detect whether the max file I'm currently opening is from a later version or not so I can ignore it. Currently, when it comes across one of these an empty scene is created and results in me being prompted to save on export (this is a "feature" of the exporter rather than being a max thing)
so yeah - can we tell if a file that's being opened is from a later version of Max through max script?