Community
Arnold for Maya Forum
Rendering with Arnold in Maya using the MtoA plug-in.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to check if there is a new MAXtoA version from maxscript?

4 REPLIES 4
SOLVED
Reply
Message 1 of 5
andrei.ichim
793 Views, 4 Replies

How to check if there is a new MAXtoA version from maxscript?

I would like to display a message when my script runs if there is a new MAXtoA version available. In the Arnold Rendrer tab of Render Setup I see the Currently installed version and a link for the new version but I have no idea how to get that information in maxscript. I looked at renderers.current since it has most of the options in that window but there is mention of MAXtoA version. Where can I get the version number? Is there a way to check if a new one is available automatically?

Labels (4)
4 REPLIES 4
Message 2 of 5

Check https version.solidangle.com 3dsmax



// Stephen Blair
// Arnold Renderer Support
Message 3 of 5
andrei.ichim
in reply to: andrei.ichim

Thanks! That's helpful. Is there a way to get the currently installed version from maxscript?

Message 4 of 5
RGhost77
in reply to: andrei.ichim

getFileVersion @"C:\Documents and Settings\All Users\Autodesk\ApplicationPlugins\MAXtoA\MAXtoA.dlr"

Royal Ghost | veda3d.com
Message 5 of 5
andrei.ichim
in reply to: andrei.ichim

Perfect! Thank you @Mike Samoylov.

I ended up using: getFileVersion (pathConfig.appendPath (getDir #maxroot) "Plugins/MAXtoA/MAXtoA.dlr") because I didn't have that specific path.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report