Blender Git Loki
Git Commits -> Revision 64fbd50
Revision 64fbd50 by Gaia Clary (master) March 17, 2018, 13:16 (GMT) |
Refactor: Collada: remove param, changed order of params in Function call * In the Collada Module parameters are typically ordered in a similar way. I changed this to: extern std::string get_joint_id(Object *ob, Bone *bone); * The Object parameter was not used in get_joint_sid(). I changed this to: extern std::string get_joint_sid(Bone *bone); |
Commit Details:
Full Hash: 64fbd50e4cc23dfb6f8ab5014e1e924136522079
Parent Commit: 5389964
Lines Changed: +11, -11
5 Modified Paths:
/source/blender/collada/AnimationExporter.cpp (+1, -1) (Diff)
/source/blender/collada/ArmatureExporter.cpp (+3, -3) (Diff)
/source/blender/collada/collada_internal.cpp (+3, -3) (Diff)
/source/blender/collada/collada_internal.h (+2, -2) (Diff)
/source/blender/collada/ControllerExporter.cpp (+2, -2) (Diff)
/source/blender/collada/ArmatureExporter.cpp (+3, -3) (Diff)
/source/blender/collada/collada_internal.cpp (+3, -3) (Diff)
/source/blender/collada/collada_internal.h (+2, -2) (Diff)
/source/blender/collada/ControllerExporter.cpp (+2, -2) (Diff)