Blender Git Commit Log
Git Commits -> Revision f0d2dc6
Revision f0d2dc6 by Gaia Clary (collada2.8) August 2, 2018, 15:49 (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: f0d2dc61d91ae0fc1b4215b1efe2afcbae39b40a
Parent Commit: 9bd7d70
Lines Changed: +61, -47