Changeset 557
- Timestamp:
- 04/01/08 15:36:11 (9 months ago)
- Files:
-
- branches/morph-targets/x42maya/translator.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/morph-targets/x42maya/translator.cpp
r555 r557 83 83 out_model.add_objects( export_sel ); 84 84 85 out_model.import_animations( 86 MAnimControl::minTime(), MAnimControl::maxTime(), 87 MTime( MAnimControl::playbackBy(), MTime::uiUnit() ) ); 88 85 89 out_model.compile(); 86 90 … … 94 98 catch( ... ) 95 99 { 96 MGlobal::displayError( "Error t o truncatefile before writing." );100 MGlobal::displayError( "Error truncating file before writing." ); 97 101 return MS::kFailure; 98 102 }
