Changeset 557

Show
Ignore:
Timestamp:
04/01/08 15:36:11 (9 months ago)
Author:
phill
Message:

o Missing call.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/morph-targets/x42maya/translator.cpp

    r555 r557  
    8383                out_model.add_objects( export_sel ); 
    8484 
     85                out_model.import_animations( 
     86                        MAnimControl::minTime(), MAnimControl::maxTime(), 
     87                        MTime( MAnimControl::playbackBy(), MTime::uiUnit() ) ); 
     88 
    8589                out_model.compile(); 
    8690 
     
    9498                catch( ... ) 
    9599                { 
    96                         MGlobal::displayError( "Error to truncate file before writing." ); 
     100                        MGlobal::displayError( "Error truncating file before writing." ); 
    97101                        return MS::kFailure; 
    98102                }