-
- Downloads
Add the Alembic ".abc" format scene exporter.
Alembic is a scene description, and exports the current scene's rendered appearance. Polydata include texture coords and vertex colors, if available, and LUTs are exported as a texture .png file with the same file root, and "_texN.png" suffixes. The active camera includes its transform and clipping planes. Lights are not currently supported by Alembic, so are not included.
Showing
- Documentation/docs/supported_data_formats.yaml 6 additions, 0 deletionsDocumentation/docs/supported_data_formats.yaml
- Documentation/release/dev/alembic-exporter.md 10 additions, 0 deletionsDocumentation/release/dev/alembic-exporter.md
- IO/Alembic/CMakeLists.txt 14 additions, 0 deletionsIO/Alembic/CMakeLists.txt
- IO/Alembic/Testing/CMakeLists.txt 1 addition, 0 deletionsIO/Alembic/Testing/CMakeLists.txt
- IO/Alembic/Testing/Cxx/CMakeLists.txt 7 additions, 0 deletionsIO/Alembic/Testing/Cxx/CMakeLists.txt
- IO/Alembic/Testing/Cxx/TestAlembicExporter.cxx 122 additions, 0 deletionsIO/Alembic/Testing/Cxx/TestAlembicExporter.cxx
- IO/Alembic/vtk.module 25 additions, 0 deletionsIO/Alembic/vtk.module
- IO/Alembic/vtkAlembicExporter.cxx 417 additions, 0 deletionsIO/Alembic/vtkAlembicExporter.cxx
- IO/Alembic/vtkAlembicExporter.h 54 additions, 0 deletionsIO/Alembic/vtkAlembicExporter.h
Loading
Please register or sign in to comment