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.
Macros | |
| #define | FBXSDK_VERSION_MAJOR 2017 | 
| #define | FBXSDK_VERSION_MINOR 0 | 
| #define | FBXSDK_VERSION_POINT 1 | 
| #define | FBXSDK_VERSION_NAME "Release" | 
| #define | FBXSDK_VERSION_YEAR 2016 | 
| #define | FBXSDK_VERSION_MONTH 04 | 
| #define | FBXSDK_VERSION_DAY 14 | 
| #define | FBXSDK_VERSION_REVISION 0 | 
| #define | FBX_STRING(x) #x | 
| #define | FBX_STRINGIFY(x) FBX_STRING(x) | 
| #define | FBXSDK_VER_TO_STR(a, b, c) FBX_STRING(a.b.c) | 
| #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 " (" FBX_STRINGIFY(FBXSDK_VERSION_REVISION) ")" | 
| #define | FBXSDK_VERSION_DATE FBX_STRINGIFY(FBXSDK_VERSION_YEAR) "" FBX_STRINGIFY(FBXSDK_VERSION_MONTH) "" FBX_STRINGIFY(FBXSDK_VERSION_DAY) | 
| #define | FBXSDK_DEFINE_NAMESPACE 1 | 
| #define | FBXSDK_NAMESPACE fbxsdk | 
| #define FBXSDK_VERSION_MAJOR 2017 | 
Definition at line 23 of file fbxsdk_version.h.
| #define FBXSDK_VERSION_MINOR 0 | 
Definition at line 24 of file fbxsdk_version.h.
| #define FBXSDK_VERSION_POINT 1 | 
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 2016 | 
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 14 | 
Definition at line 30 of file fbxsdk_version.h.
| #define FBXSDK_VERSION_REVISION 0 | 
Definition at line 33 of file fbxsdk_version.h.
| #define FBX_STRING | ( | x | ) | #x | 
Definition at line 37 of file fbxsdk_version.h.
| #define FBX_STRINGIFY | ( | x | ) | FBX_STRING(x) | 
Definition at line 38 of file fbxsdk_version.h.
| #define FBXSDK_VER_TO_STR | ( | a, | |
| b, | |||
| c | |||
| ) | FBX_STRING(a.b.c) | 
Definition at line 43 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 " (" FBX_STRINGIFY(FBXSDK_VERSION_REVISION) ")" | 
Definition at line 48 of file fbxsdk_version.h.
| #define FBXSDK_VERSION_DATE FBX_STRINGIFY(FBXSDK_VERSION_YEAR) "" FBX_STRINGIFY(FBXSDK_VERSION_MONTH) "" FBX_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 | 
Definition at line 57 of file fbxsdk_version.h.