~cgi-daily-devs/cgi-daily/+git/alembic:1.7beta

Last commit made on 2017-02-06
Get this branch:
git clone -b 1.7beta https://git.launchpad.net/~cgi-daily-devs/cgi-daily/+git/alembic

Branch merges

Branch information

Name:
1.7beta
Repository:
lp:~cgi-daily-devs/cgi-daily/+git/alembic

Recent commits

4bfd05c... by Lucas Miller <email address hidden>

Merge pull request #93 from VictorYudin/1.7beta

Ability to connect the AlembicNode to first shape of the current parent

4e1b790... by Victor Yudin <email address hidden>

Ability to connect the AlembicNode to first shape of the current parent

It's a a simple option which determines if it's necessary to use the first
available DAG node of the current parent node when it's not possible to find the
DAG node to connect it to the AlembicNode. It can be useful when the Alembic
file was exported after Maya renamed the shapes nodes of an object (it happens
when deforming reference objects). Usually, in Maya, a transform node contains
only one shape and it works perfectly.

aa36598... by tyanalunas <email address hidden>

Merge pull request #9 from lamiller0/layering

Changing up a few more delegate constructors.

6d5a0c2... by Lucas <email address hidden>

Changing up a few more delegate constructors.

88a1156... by tyanalunas <email address hidden>

Removed delegate constructor in ISchema.h

281670f... by tyanalunas <email address hidden>

Merge pull request #8 from lamiller0/layering

Python bindings update

1ccfcfc... by Lucas <email address hidden>

Merge branch 'layering' of https://github.com/lamiller0/alembic into layering
essage to explain why this merge is necessary,

Conflicts:
 lib/Alembic/AbcCoreLayer/Tests/ObjectTests.cpp
 lib/Alembic/AbcCoreLayer/Tests/PropTests.cpp
 lib/Alembic/AbcCoreLayer/Util.cpp
 lib/Alembic/AbcCoreLayer/Util.h

18d870c... by Lucas <email address hidden>

Adding python support for layering.
We only needed to add SetPrune, SetReplace, SparseFlag to Argument, and
IArchive taking a list of file names.

Also add some tests to make sure it works.

5bf8297... by Lucas <email address hidden>

For consistency rename setPrune/setReplace to SetPrune/SetReplace

3103dd3... by Lucas <email address hidden>

Adding copyright headers, and utilities for setting prune or replace in the
metadata.