Blender Git Commit Log
Git Commits -> Revision 2594912
Revision 2594912 by Gaia Clary March 30, 2018, 15:35 (GMT) |
Refactor Collada: simplified API replaced methods from BCAnimationCurveContainer: BCSample &add(Object *ob, Matrix &mat); BCSample &add(Object *ob, Bone *bone, Matrix &mat); BCSample &add(Object *ob, Matrix &mat, int frame_index); BCSample &add(Object *ob, Bone *bone, Matrix &mat, int frame_index); by much simpler methods: BCSample &add(Object *ob); BCSample &add(Object *ob, int frame_index); |
Commit Details:
Full Hash: 25949123923430f66c51ba38129de8d914284ed1
Parent Commit: 03b7046
Lines Changed: +9, -30