Hi, This is great! Alembic support is certainly appreciated. I may be able to help out with particle support, depending on how much work this turns out to be.
I've just tried building your branch, but unfortunately i'm getting a compiler error: source/blender/blenkernel/intern/camera.c:485: error: implicit declaration of function ‘isect_plane_plane_v3’ [-Werror=implicit-function-declaration] That function is not defined in any of the math blenlib files, did you forget to add something? On Sun, Nov 27, 2011 at 12:11 PM, Esteban Tovagliari <[email protected]> wrote: > I recently updated the exporter to use the new camera sensor sizes and > other recent changes. > I also added frame relative sampling and some more options. > > Missing are support for DupliX, particles and curves. Dynamic paint vertex > color export > also does not work yet, not sure why. > > The code is at https://github.com/est77/BlenderVFX. The master branch is > a mirror of blender's svn trunk, for reference and the Alembic branch > contains the exporter. > > If you want to contribute, you can fork the code and do pull requests or > send me patches > and I'll merge them. > > Est. > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers > _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
