Blender Git Loki
Git Commits -> Revision eac73e5
Revision eac73e5 by Gaia Clary (collada2.8) August 2, 2018, 16:44 (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: eac73e504cb3fcdf8a58226b6b185176df2110d9
Parent Commit: ce3942a
Lines Changed: +10, -19