Next generation data storage back-end for the widely used Alembic file format.
Authors: Aghiles Kheffache, Marco Pantaleoni, Bo Zhou, Paolo Berto Durante.
The original upstream Alembic code resides in the master branch.
The Multiverse
code for the 2.0.0
release, resides in its own 2.0.0/multiverse branch and is the default landing branch for the repository when browsing on GitHub.
To use Multiverse
, just checkout its branch:
$ git clone https://github.com/j-cube/multiverse.git
...
$ git checkout 2.0.0/multiverse
Note that both Multiverse
code for 1.5.8
and 2.0.0
releases match Alembic API 1.5.8 and these branch could be merged and even fast-forwarded on the upstream 1.5.8
tag.
Support for Alembic API v1.6+ will be added after SIGGRAPH 2016.
In addition to the original Alembic dependencies, Multiverse
needs the following additional dependencies:
- libgit2 v0.23.4+
- msgpack 1.0.1+
- boost 1.48.0+ compiled also with
chrono
,filesystem
,system
(in addition to the originalprogram_options
,thread
andpython
)
Multiverse
modifications and additions are:
Multiverse - a next generation storage back-end for Alembic
Copyright 2015—2016 J CUBE Inc. Tokyo, Japan.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Authors:
Marco Pantaleoni
Aghiles Kheffache
Bo Zhou
Paolo Berto Durante
Contact Informations:
J CUBE Inc.
6F Azabu Green Terrace
3-20-1 Minami-Azabu, Minato-ku, Tokyo, Japan
[email protected]
http://j-cube.jp
See the LICENSE-multiverse.txt file for more details.
The rest of Alembic remains covered by the original LICENSE.txt file.
See also the original README.txt part of Alembic.