Blender Git Commit Log

Git Commits -> Revision b7d2af1

Revision b7d2af1 by Kévin Dietrich (alembic_basic_io)
April 6, 2016, 11:02 (GMT)
Object hierarchy is now restored upon import.

The algorithm isn't very efficient as it loops, for each object, over
all the objects in the scene.

A more straightforward way would be to build a tree from the Alembic
archive and use this for the actual object hierarchy, however every
attempt at this were unsuccessful. This is to be revisited in the
future.

Commit Details:

Full Hash: b7d2af1e7af43319aa9c68b32436e2efe73a5701
Parent Commit: c712723
Lines Changed: +81, -83

3 Modified Paths:

/source/blender/alembic/intern/abc_object.cc (+18, -7) (Diff)
/source/blender/alembic/intern/abc_object.h (+2, -0) (Diff)
/source/blender/alembic/intern/alembic_capi.cc (+61, -76) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021