Blender Git Loki
Git Commits -> Revision d79c5ec
Revision d79c5ec by Gaia Clary (collada2.8) August 2, 2018, 17:12 (GMT) |
Refactor Collada: Removed obsolete BCKeyPoint class Also simplified the way how the AnimationSampler stores its sampled data. After some experimenting i decided to use FCurves as intermediate storage for exported animation curves. This looks a lot cleaner to me now because now i no longer have duplicate storage locations. Also the handling of curve handles is now pretty much straight forward and no longer needs any extra calculations. |
Commit Details:
Full Hash: d79c5ec2e2a99053221cd0a2cceaf6ca23d3598d
Parent Commit: a0350c0
Lines Changed: +49, -223