Blender Git Loki
Git Commits -> Revision 8f5a4a2
Revision 8f5a4a2 by Philipp Oeser (master) July 6, 2021, 11:22 (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: 8f5a4a2453887e37b51bb131176b0efbd0e9b42e
Parent Commit: 834e87a
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)