From 1489a9304f72ea5f122aa7117beb4c9c5ddabcab Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 14 Dec 2004 23:56:26 +0000 Subject: [PATCH] fix for case of temp-hpr-fix 1 --- pandatool/src/softegg/softNodeDesc.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pandatool/src/softegg/softNodeDesc.cxx b/pandatool/src/softegg/softNodeDesc.cxx index 58014fa794..e846483977 100755 --- a/pandatool/src/softegg/softNodeDesc.cxx +++ b/pandatool/src/softegg/softNodeDesc.cxx @@ -554,8 +554,10 @@ get_joint_transform(SAA_Scene *scene, EggGroup *egg_group, EggXfmSAnim *anim, b softegg_cat.spam() << "\t" << p << " " << h << " " << r << endl; softegg_cat.spam() << "\t" << x << " " << y << " " << z << endl; - // make sure the ordering is correct - anim->set_order(anim->get_standard_order()); + // Encode the component multiplication ordering in the egg file. + // SoftImage always uses this order, regardless of the setting of + // temp-hpr-fix. + anim->set_order("sphrt"); // Add each component by their names anim->add_component_data("i", i);