ScriptSpot

Script

3DS Max File Version - 2013 update!

By hummus · 2014-12-25

Version requirement
Tested on 3DSMax 2015 and below. Will not correctly show versions below 2008.
Date updated
2013-11-17
Votes
3
Download
Download
Description

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.
Comments (7)

getMaxFileVersionData always get "undefined"??

simcloud · 2023-08-22

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???

re: returns undefined

pixamoon · 2019-10-19

Hi,

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

Best,
Pixamoon

i want converter from new to older max file

bolbolegypt · 2019-04-17

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

amir3dsmax · 2018-12-03

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

Mike Truly · 2017-05-25

Thanks for this handy tool!!

`

pixamoon · 2018-09-21

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

How!!

obaida · 2019-10-19

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