Blender Git Commit Log

Git Commits -> Revision 9a2771c

Revision 9a2771c by Gaia Clary (collada2.8)
August 2, 2018, 12:22 (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: 9a2771c1fae2dfa1396cb6f7c767513ce0f25200
Parent Commit: 8cbfe87
Lines Changed: +59, -1

2 Modified Paths:

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