Blender Git Loki
Git Commits -> Revision e0bc330
Revision e0bc330 by Gaia Clary March 11, 2018, 20:07 (GMT) |
Feature Collada: Support for Animation Clip export 1.) Added one extra level to the exported animations such that now all scene animations are enclosed: <Animation name="id_name(ob)_Action"> <Animation>...</Animation> ... </Animation> 2.) Added support functions for this extra level: open_animation_container(bool has_container, Object *ob); close_animation_container(bool has_container); 3.) Added Function for organizing unassigned exported animations openAnimationWithClip() (not uesed yet) 4.) Added support function to check if a sampled matrix animation is actually animating bool is_flat_line() (not used yet) |
Commit Details:
Full Hash: e0bc33060caa34f470ec8384eff08585957ae048
Parent Commit: bfe22d0
Lines Changed: +59, -2