v10.0 (2012)
Returns the version of FBX plugin.
oString = FBXGetPluginVersion(); |
A String which is the version of FBX plugin. The format is -- "FBXSDK_VERSION_MAJOR.FBXSDK_VERSION_MINOR".
Application.LogMessage FBXGetPluginVersion ' Output of above script: ' INFO : 2012.0 |