Main
|
Resume
|
Showreel
|
Blog
|
Script
|
Contact
connexion
go to footer
expand all
|
collapse all
languages
class
All
JScript|XSI
Python|XSI
JScript|WEB
Python|Maya
All
Memo
learning
DDD
php
tool
keyboard tooltips
rig
Softimage_CurrentVersion()
- All - felixlecha
function Softimage_CurrentVersion() { var sCurrentVersion = Application.Version().split(".") var sXSIversion = parseFloat(sCurrentVersion[0]+"."+sCurrentVersion[1]); if( sXSIversion >= 9.5 ) { LogMessage( "Current Version is : Softimage " + sXSIversion ); } else { LogMessage( "Current version is older than 2011.5" ); } }