doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | List of all members
idExportOptions Class Reference

#include <exporter.h>

Public Member Functions

 idExportOptions (const char *commandline, const char *ospath)
 
bool jointInExportGroup (const char *jointname)
 

Public Attributes

idStr commandLine
 
idStr src
 
idStr dest
 
idStr game
 
idStr prefix
 
float scale
 
exportType_t type
 
bool ignoreMeshes
 
bool clearOrigin
 
bool clearOriginAxis
 
bool ignoreScale
 
int startframe
 
int endframe
 
int framerate
 
float xyzPrecision
 
float quatPrecision
 
idStr align
 
idList< idNamePairrenamejoints
 
idList< idNamePairremapjoints
 
idStrList keepjoints
 
idStrList skipmeshes
 
idStrList keepmeshes
 
idList< idAnimGroup * > exportgroups
 
idList< idAnimGroupgroups
 
float rotate
 
float jointThreshold
 
int cycleStart
 

Private Member Functions

void Reset (const char *commandline)
 

Private Attributes

idTokenizer tokens
 

Detailed Description

Definition at line 101 of file exporter.h.

Constructor & Destructor Documentation

idExportOptions::idExportOptions ( const char *  commandline,
const char *  ospath 
)

Definition at line 490 of file maya_main.cpp.

Member Function Documentation

bool idExportOptions::jointInExportGroup ( const char *  jointname)

Definition at line 707 of file maya_main.cpp.

void idExportOptions::Reset ( const char *  commandline)
private

Definition at line 452 of file maya_main.cpp.

Member Data Documentation

idStr idExportOptions::align

Definition at line 124 of file exporter.h.

bool idExportOptions::clearOrigin

Definition at line 116 of file exporter.h.

bool idExportOptions::clearOriginAxis

Definition at line 117 of file exporter.h.

idStr idExportOptions::commandLine

Definition at line 108 of file exporter.h.

int idExportOptions::cycleStart

Definition at line 134 of file exporter.h.

idStr idExportOptions::dest

Definition at line 110 of file exporter.h.

int idExportOptions::endframe

Definition at line 120 of file exporter.h.

idList<idAnimGroup *> idExportOptions::exportgroups

Definition at line 130 of file exporter.h.

int idExportOptions::framerate

Definition at line 121 of file exporter.h.

idStr idExportOptions::game

Definition at line 111 of file exporter.h.

idList<idAnimGroup> idExportOptions::groups

Definition at line 131 of file exporter.h.

bool idExportOptions::ignoreMeshes

Definition at line 115 of file exporter.h.

bool idExportOptions::ignoreScale

Definition at line 118 of file exporter.h.

float idExportOptions::jointThreshold

Definition at line 133 of file exporter.h.

idStrList idExportOptions::keepjoints

Definition at line 127 of file exporter.h.

idStrList idExportOptions::keepmeshes

Definition at line 129 of file exporter.h.

idStr idExportOptions::prefix

Definition at line 112 of file exporter.h.

float idExportOptions::quatPrecision

Definition at line 123 of file exporter.h.

idList<idNamePair> idExportOptions::remapjoints

Definition at line 126 of file exporter.h.

idList<idNamePair> idExportOptions::renamejoints

Definition at line 125 of file exporter.h.

float idExportOptions::rotate

Definition at line 132 of file exporter.h.

float idExportOptions::scale

Definition at line 113 of file exporter.h.

idStrList idExportOptions::skipmeshes

Definition at line 128 of file exporter.h.

idStr idExportOptions::src

Definition at line 109 of file exporter.h.

int idExportOptions::startframe

Definition at line 119 of file exporter.h.

idTokenizer idExportOptions::tokens
private

Definition at line 103 of file exporter.h.

exportType_t idExportOptions::type

Definition at line 114 of file exporter.h.

float idExportOptions::xyzPrecision

Definition at line 122 of file exporter.h.


The documentation for this class was generated from the following files: