3DS Max File Version - 2013 update!

3 votes
Date Updated: 
11/17/2013

This VB-compiled tool serves just to test which version of Max was used to create the saved Max file. Since 3DSMax doesn't do a good job at writing its version in the file's properties - I use this tool to find out what version it was created in so I can go back to the proper 3DSMax to edit the file.

If you have multiple versions of Max installed and want to know what version you used on an old project - use this tool to find out.

Additional Info: 

This is an update from my previous post:
http://www.scriptspot.com/3ds-max/scripts/3ds-max-file-version

Thanks to help of Yoav Assa and Michael Levin.

Version Requirement: 
Tested on 3DSMax 2015 and below. Will not correctly show versions below 2008.

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
simcloud's picture

getMaxFileVersionData always get "undefined"??

Thanks for the tool.
Do you know why the standard 3dsMax getMaxFileVersionData command can produce "undefined"? I tested on a file that was created in version 2011, but the getMaxFileVersionData command always gets "undefined"! How else can I find out the version of a file from maxscript???

pixamoon's picture

re: returns undefined

Hi,

Probably those max files are saved with version older then 2010.

Best,
Pixamoon

obaida's picture

How!!

Thanks Pixamoon , i tried it but it always "undefined"
how should i write the function if the file in (C:\temp\test version.max)

bolbolegypt's picture

i want converter from new to older max file

hope to find script or softwar to convert many files from newer version max to older ... many thanks

amir3dsmax's picture

very useful

very useful can you give me source code ?
or add command prompt function to it ?

pixamoon's picture

`

Hi,

This script is super useful to check version of maxfiles saved before max 2010 but for newer versions there is also a simple maxscript function to read SaveVersion and Max Version which was used to save file:

getMaxFileVersionData <Max filename>

All info about it on maxScript help:
https://help.autodesk.com/view/3DSMAX/2018/ENU/?guid=__files_GUID_F693FD...

And to find a current open 3ds Max version - there is another function:

maxVersion()

more info on maxScript help:
https://help.autodesk.com/view/3DSMAX/2018/ENU/?guid=__files_GUID_53F8D6...

Hummus, with getMaxFileVersionData you can easily add field with info which 3ds Max version was used to save file too.

Best,
Pixamoon

Mike Truly's picture

Thanks for this handy tool!!

Thanks for this handy tool!!

Sincerely,

Mike Truly
----------------------------------------------------------------
Truly Media
970.349.5651
http://www.trulymedia.com

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.