Blender Git Loki
Git Commits -> Revision 590d287
Revision 590d287 by Gaia Clary March 25, 2018, 13:50 (GMT) |
Refactor: Collada: Moved matrix functions from BCSample to BCMatrix The affected methods: rotaiton() location() scale() quad() decompose() These methods really did not belong to the BCSample itself. That was just a left over from previous changes to the BCSample class. Moved to BCMatrix where they belong to. |
Commit Details:
Full Hash: 590d2872fc9701b9e4b61b3950873bcf421316a9
Parent Commit: bad16bb
Lines Changed: +61, -47