make it so the client/server maya2egg adds the command-line comment to the top of each egg file
This commit is contained in:
parent
98b1526ea6
commit
c6b9b53656
|
|
@ -286,6 +286,10 @@ run() {
|
|||
if (_input_units == DU_invalid) {
|
||||
_input_units = converter.get_input_units();
|
||||
}
|
||||
|
||||
// Add the command line comment at the top of the egg file
|
||||
append_command_comment(_data);
|
||||
|
||||
write_egg_file();
|
||||
|
||||
// Clean and out
|
||||
|
|
@ -297,6 +301,7 @@ run() {
|
|||
_force_joints.clear();
|
||||
_got_transform = false;
|
||||
_transform = LMatrix4d::ident_mat();
|
||||
_program_args.clear();
|
||||
_data->clear();
|
||||
_animation_convert = AC_none;
|
||||
_character_name = "";
|
||||
|
|
|
|||
Loading…
Reference in New Issue