Blender Git Loki
Git Commits -> Revision d7a576e
Revision d7a576e by Gaia Clary April 17, 2018, 15:54 (GMT) |
Collada refactor: Added meaningful Constructor for BCAnimationSampler The processing was unnecessarily split into creating the Sampler and initialising it later. This can safely be done in one go within a Sampler constructor Also removed the not needed reference to the Sampler inside the AnimationExporter instance. The Sampler is now a simple local variable in AnimationExporter::exportAnimations() |
Commit Details:
Full Hash: d7a576ef7dac568097289cd2e63fcb8f81ac62b6
Parent Commit: 3db6a17
Lines Changed: +13, -16