Alembic

Layers of the Library:  AbcA(low)  -->  Abc  -->  AbcGeom(high)

Container Hierarchy in Alembic

Archives --> Objects --> Properties(Compound / Simple);

Compound --> Properties(Simple / Compound);

Simple --> Samples(Scalar / Array) --> data(raw data and a time)

-------------------------------------------------------------------------------------

Doc

http://www.alembic.io/index.html

http://docs.alembic.io/python/examples.html

https://code.google.com/p/alembic

google code doc

 

Build

- in /build/FindIlmBase.cmake

SET(LIBRARY_PATHS
    ${ALEMBIC_ILMBASE_ROOT}/lib
    ~/Library/Frameworks
    /Library/Frameworks
    /usr/local/lib
    /usr/lib
+  /usr/lib64
    /sw/lib
    /opt/local/lib
    /opt/csw/lib
    /opt/lib
    /usr/freeware/lib64
)

 

- add a variable

LIBPYTHOM_VERSION

and set it's value to 2.7

 

 

- /build/FindPyIlmBase.cmake

modify this line:

IF(DEFINED USE_PYALEMBIC AND NOT USE_PYALEMBIC)

to:

IF(NOT DEFINED USE_PYALEMBIC OR NOT USE_PYALEMBIC)

 

- In /python/CMakeLists.txt

comment these two lines:

ADD_SUBDIRECTORY( PyAlembic )
ADD_SUBDIRECTORY( PyAbcOpenGL )

 -----------------------------------------------------------------------------------

 

转载于:https://www.cnblogs.com/yaoyansi/p/4107267.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值