Changeset 12934

Show
Ignore:
Timestamp:
02/01/12 18:38:37 (16 months ago)
Author:
robert
Message:

From Luc Frauciel, "FBX plugin was locked on version 2012.1 of FBX SDK which is not available anymore on Autodesk website.
This patch allows version of FBX >= 2012.1, which includes current one : 2012.2
"

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/src/osgPlugins/fbx/ReaderWriterFBX.h

    r12337 r12934  
    88// OSG reader plugin for the ".fbx" format. 
    99// See http://www.autodesk.com/fbx 
    10 // This plugin requires the FBX SDK version 2012.1 
     10// This plugin requires the FBX SDK version 2012.1 or 2012.2 
    1111 
    12 #if FBXSDK_VERSION_MAJOR != 2012 || FBXSDK_VERSION_MINOR != 1 
     12#if FBXSDK_VERSION_MAJOR != 2012 || FBXSDK_VERSION_MINOR < 1 
    1313#error Wrong FBX SDK version 
    1414#endif