yys

Maya插件开发,(多多练习英文吧~)

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

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 )

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

 

posted on 2014-11-19 00:54  yys  阅读(357)  评论(0编辑  收藏  举报