Blender Git Loki
Git Commits -> Revision 7b94e7c
July 26, 2021, 06:25 (GMT) |
Alembic export: evaluation mode option This option will determine visibility on either render or the viewport visibility. Same for modifer settings. So it will either evaluate the depsgrah with DAG_EVAL_RENDER or DAG_EVAL_VIEWPORT. This not only makes it more flexible, it is also a lot clearer which visibility / modfier setting is taken into account (up until now, this was always considered to be DAG_EVAL_RENDER) This option was always present in the USD exporter, this just brings Alembic in line with that. ref. T89594 Maniphest Tasks: T89594 Differential Revision: https://developer.blender.org/D11820 |
Commit Details:
Full Hash: 7b94e7cca49ab4f84149215ed452fd4978f46d27
Parent Commit: cb1601d
Committed By: Jeroen Bakker
Lines Changed: +34, -4
5 Modified Paths:
/source/blender/editors/io/io_alembic.c (+28, -0) (Diff)
/source/blender/io/alembic/ABC_alembic.h (+3, -0) (Diff)
/source/blender/io/alembic/exporter/abc_export_capi.cc (+1, -2) (Diff)
/source/blender/io/alembic/exporter/abc_writer_abstract.cc (+1, -1) (Diff)
/source/blender/io/alembic/exporter/abc_writer_mesh.cc (+1, -1) (Diff)
/source/blender/io/alembic/ABC_alembic.h (+3, -0) (Diff)
/source/blender/io/alembic/exporter/abc_export_capi.cc (+1, -2) (Diff)
/source/blender/io/alembic/exporter/abc_writer_abstract.cc (+1, -1) (Diff)
/source/blender/io/alembic/exporter/abc_writer_mesh.cc (+1, -1) (Diff)