This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/collada
Gaia Clary 64fbd50e4c 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);
2018-03-17 14:16:19 +01:00
..
2013-09-05 06:58:27 +00:00
2013-09-05 06:58:27 +00:00
2015-01-21 11:57:11 +11:00
2013-03-08 04:00:06 +00:00
2017-05-27 15:34:55 -04:00