Blender Git Loki
Git Commits -> Revision ec1ed2a
Revision ec1ed2a by Gaia Clary (collada2.8) August 2, 2018, 15:37 (GMT) |
Added separate functions to get curve data for sampling and keyframes For Materials, Camera, Lamp actions it turned out that the sampler can not sample the data at the moment. So for those curves i need to get the data from the original curves for now. I Added a getter that would retreive the data from the FCurve instead from the sampled data if no sampled data is available. This will change (wip) Known limitation: the Material,Lamp,Camera actions are always exported with linear interpolation (wip) |
Commit Details:
Full Hash: ec1ed2a9f9218cf91f8f152b773187f96b3ae4d2
Parent Commit: 3ce6ff9
Lines Changed: +56, -16