#include <string>#include <vector>#include <map>#include <set>#include "ROP_API.h"Go to the source code of this file.
Classes | |
| class | ROP_FBXExportOptions |
Defines | |
| #define | FBX_FILMBOX_NAMESPACE |
Typedefs | |
| typedef std::vector< std::string > | TStringVector |
Enumerations | |
| enum | ROP_FBXVertexCacheExportFormatType { ROP_FBXVertexCacheExportFormatMaya = 0, ROP_FBXVertexCacheExportFormat3DStudio } |
| enum | ROP_FBXVertexCacheMethodType { ROP_FBXVertexCacheMethodNone = 0, ROP_FBXVertexCacheMethodGeometry, ROP_FBXVertexCacheMethodGeometryConstant, ROP_FBXVertexCacheMethodParticles } |
| enum | ROP_FBXInvisibleNodeExportType { ROP_FBXInvisibleNodeExportAsNulls = 0, ROP_FBXInvisibleNodeExportFull } |
Variables | |
| const int | ROP_FBX_DUMMY_PARTICLE_GEOM_VERTEX_COUNT = 4 |
| const char *const | ROP_FBXnetworkTypesToIgnore [] |
| const char *const | ROP_FBXallowed_inbetween_node_types [] |
| #define FBX_FILMBOX_NAMESPACE |
Definition at line 34 of file ROP_FBXCommon.h.
| typedef std::vector< std::string > TStringVector |
Definition at line 39 of file ROP_FBXCommon.h.
Definition at line 65 of file ROP_FBXCommon.h.
Definition at line 52 of file ROP_FBXCommon.h.
| ROP_FBXVertexCacheMethodNone | |
| ROP_FBXVertexCacheMethodGeometry | |
| ROP_FBXVertexCacheMethodGeometryConstant | |
| ROP_FBXVertexCacheMethodParticles |
Definition at line 57 of file ROP_FBXCommon.h.
| const int ROP_FBX_DUMMY_PARTICLE_GEOM_VERTEX_COUNT = 4 |
Definition at line 41 of file ROP_FBXCommon.h.
| const char* const ROP_FBXallowed_inbetween_node_types[] |
Initial value:
{"null", "switch", "subnet", "attribcomposite",
"attribcopy", "attribcreate", "attribmirror", "attribpromote", "attribreorient",
"attribpromote", "attribstringedit", "attribute", 0}
Definition at line 48 of file ROP_FBXCommon.h.
| const char* const ROP_FBXnetworkTypesToIgnore[] |
Initial value:
{ "geo", "bone", "null", "cam", "instance", "hlight",
"ambient", "dopnet", "ropnet", "chopnet", "popnet", "vopnet", "shopnet", 0 }
Definition at line 44 of file ROP_FBXCommon.h.
1.5.9