DI-Guy SDK Documentation  13.6
diguyMotionExporter Class Referenceabstract

A class that allows end users to write a simple script for exporting a number of motions from the Motion Editor time-line in a simple repeatable fashion. More...

#include <diguyMotionExporter.h>

Public Member Functions

 diguyMotionExporter ()
 
virtual int export_stationary_motion (const char *file_name, float tin, float tout, int loop, float blend_time=.5)=0
 

Detailed Description

A class that allows end users to write a simple script for exporting a number of motions from the Motion Editor time-line in a simple repeatable fashion.

Constructor & Destructor Documentation

diguyMotionExporter::diguyMotionExporter ( )
inline

Member Function Documentation

virtual int diguyMotionExporter::export_stationary_motion ( const char *  file_name,
float  tin,
float  tout,
int  loop,
float  blend_time = .5 
)
pure virtual

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