Blender Git Commit Log

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

2 Modified Paths:

/source/blender/collada/AnimationExporter.cpp (+51, -1) (Diff)
/source/blender/collada/AnimationExporter.h (+8, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021