View Full Version : version number max9
j-man 07-13-2009, 12:18 PM Hello,
If you have max9 and max2008 installed will you please tell me the version number? execute this code in the listener and post the result:
maxversion()
Many thanks!
Josh.
|
|
Hello,
If you have max9 and max2008 installed will you please tell me the version number? execute this code in the listener and post the result:
maxversion()
Many thanks!
Josh.
Without executing the code, from top of my head Max 9 will returns #(9000,..) and Max 2008 will return #(10000,...) where the second and third elements of the array could be ignored. In general, you can grab (maxVersion())[1]/1000 and use something like
theVersionName = case ((maxVersion())[1]/1000) of
(
2: #max2
3: #max3
4: #max4
5: #max5
6: #max6
7: #max7
8: #max8
9: #max9
10: #max2008
11: #max2009
12: #max2010
)
j-man
07-13-2009, 02:30 PM
Thanks Bobo,
figured as much but needed to check.
J.
j-man
07-13-2009, 02:53 PM
hey actually Bobo,
You're just the guy I need to ask, when were scene explorers added to max, what version? Also, when they were introduced could you use the scenemanager interface to add properties like in max2009?
Josh.
SyncViewS
07-13-2009, 08:32 PM
3ds Max 9 with Extension 1 Productivity Booster installed has version number 9500.
- Enrico
3ds Max 9 with Extension 1 Productivity Booster installed has version number 9500.
- Enrico
9500/1000
-->9
Due to Integer division, it still returns 9. ;)
SyncViewS
07-14-2009, 08:10 AM
I'm sorry you got it that way, like trying to mark your post, or acting cool. I was just adding a little bit of information.
- Enrico
j-man
07-14-2009, 10:51 AM
It's all information. thanks to you both.
J.
PiXeL_MoNKeY
07-14-2009, 03:34 PM
Also, when they were introduced could you use the scenemanager interface to add properties like in max2009?SceneExplorerManager Interface and Scene Explorers were added in 3ds Max 2008.
-Eric
j-man
07-14-2009, 03:44 PM
Thanks Mr Pixel Monkey!
I did the right thing and started a new topic for the second question
http://forums.cgsociety.org/showthread.php?f=98&t=785458
Can you answer in more detail?
J.
CGTalk Moderation
07-14-2009, 03:44 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.