Changeset 565
- Timestamp:
- 04/23/08 14:21:46 (9 months ago)
- Files:
-
- branches/morph-targets/x42maya/modelexporter-gather.cpp (added)
- branches/morph-targets/x42maya/modelexporter.cpp (modified) (1 diff)
- branches/morph-targets/x42maya/translator.h (modified) (2 diffs)
- branches/morph-targets/x42maya/x42maya.vcproj (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/morph-targets/x42maya/modelexporter.cpp
r564 r565 34 34 if( status != MS::kSuccess ) 35 35 throw maya_error( status ); 36 } 37 38 MObject path_node( const MDagPath &path ) 39 { 40 MStatus stat; 41 42 MObject ret = path.node( &stat ); 43 check_status( stat ); 44 45 return ret; 36 46 } 37 47 branches/morph-targets/x42maya/translator.h
r564 r565 51 51 52 52 void check_status( MStatus status ); 53 MObject path_node( const MDagPath &path ); 53 54 54 55 typedef make::simple_api_tag< MObject > obj_tag; … … 110 111 float group_split_factor; 111 112 make::geometry::optimize_type preferred_geometry_type; 113 114 bone_ptr import_bone( const MDagPath &path ); 112 115 }; 113 116 branches/morph-targets/x42maya/x42maya.vcproj
r559 r565 663 663 > 664 664 <File 665 RelativePath=".\modelexporter-gather.cpp" 666 > 667 </File> 668 <File 665 669 RelativePath=".\modelexporter.cpp" 666 670 >
