This reference page is linked to from the following overview topics: Importing a Scene, Exporting a Scene, FBX SDK 2012.
FBX SDK version definition.
This file defines the version string and numbers for this release of the FBX SDK.
Definition in file fbxsdk_version.h.
Defines |
|
| #define | FBXSDK_VERSION_MAJOR 2014 |
| #define | FBXSDK_VERSION_MINOR 1 |
| #define | FBXSDK_VERSION_POINT 0 |
| #define | FBXSDK_VERSION_NAME "Release" |
| #define | FBXSDK_VERSION_YEAR 2013 |
| #define | FBXSDK_VERSION_MONTH 04 |
| #define | FBXSDK_VERSION_DAY 02 |
| #define | FBXSDK_VERSION_REVISION 0 |
| #define | FBXSDK_DEF_TO_STR(x) #x |
| #define | FBXSDK_STRINGIFY(x) FBXSDK_DEF_TO_STR(x) |
| #define | FBXSDK_VER_TO_STR(a, b, c) FBXSDK_DEF_TO_STR(a.b) |
| #define | FBXSDK_VERSION_STRING FBXSDK_VER_TO_STR(FBXSDK_VERSION_MAJOR, FBXSDK_VERSION_MINOR, FBXSDK_VERSION_POINT) |
| #define | FBXSDK_VERSION_STRING_FULL FBXSDK_VERSION_STRING" "FBXSDK_VERSION_NAME" ("FBXSDK_STRINGIFY(FBXSDK_VERSION_REVISION)")" |
| #define | FBXSDK_VERSION_DATE FBXSDK_STRINGIFY(FBXSDK_VERSION_YEAR)""FBXSDK_STRINGIFY(FBXSDK_VERSION_MONTH)""FBXSDK_STRINGIFY(FBXSDK_VERSION_DAY) |
| #define | FBXSDK_DEFINE_NAMESPACE 1 |
| #define | FBXSDK_NAMESPACE fbxsdk_2014_1 |
| #define FBXSDK_VERSION_MAJOR 2014 |
Definition at line 23 of file fbxsdk_version.h.
| #define FBXSDK_VERSION_MINOR 1 |
Definition at line 24 of file fbxsdk_version.h.
| #define FBXSDK_VERSION_POINT 0 |
Definition at line 25 of file fbxsdk_version.h.
| #define FBXSDK_VERSION_NAME "Release" |
Definition at line 26 of file fbxsdk_version.h.
| #define FBXSDK_VERSION_YEAR 2013 |
Definition at line 28 of file fbxsdk_version.h.
| #define FBXSDK_VERSION_MONTH 04 |
Definition at line 29 of file fbxsdk_version.h.
| #define FBXSDK_VERSION_DAY 02 |
Definition at line 30 of file fbxsdk_version.h.
| #define FBXSDK_VERSION_REVISION 0 |
Definition at line 33 of file fbxsdk_version.h.
| #define FBXSDK_DEF_TO_STR | ( | x | ) | #x |
Definition at line 37 of file fbxsdk_version.h.
| #define FBXSDK_STRINGIFY | ( | x | ) | FBXSDK_DEF_TO_STR(x) |
Definition at line 38 of file fbxsdk_version.h.
| #define FBXSDK_VER_TO_STR | ( | a, | |
| b, | |||
| c | |||
| ) | FBXSDK_DEF_TO_STR(a.b) |
Definition at line 41 of file fbxsdk_version.h.
| #define FBXSDK_VERSION_STRING FBXSDK_VER_TO_STR(FBXSDK_VERSION_MAJOR, FBXSDK_VERSION_MINOR, FBXSDK_VERSION_POINT) |
Definition at line 47 of file fbxsdk_version.h.
| #define FBXSDK_VERSION_STRING_FULL FBXSDK_VERSION_STRING" "FBXSDK_VERSION_NAME" ("FBXSDK_STRINGIFY(FBXSDK_VERSION_REVISION)")" |
Definition at line 48 of file fbxsdk_version.h.
| #define FBXSDK_VERSION_DATE FBXSDK_STRINGIFY(FBXSDK_VERSION_YEAR)""FBXSDK_STRINGIFY(FBXSDK_VERSION_MONTH)""FBXSDK_STRINGIFY(FBXSDK_VERSION_DAY) |
Definition at line 49 of file fbxsdk_version.h.
| #define FBXSDK_DEFINE_NAMESPACE 1 |
Definition at line 53 of file fbxsdk_version.h.
| #define FBXSDK_NAMESPACE fbxsdk_2014_1 |
Definition at line 57 of file fbxsdk_version.h.