Blender Git Commit Log
Git Commits -> Revision 196a511
Revision 196a511 by Sybren A. Stüvel (master) December 28, 2018, 16:52 (GMT) |
Fix T59164: Run Alembic in background when INVOKE'd This is similar to what physics baking is doing: invoking the operator runs a background job, whereas executing blocks. This makes Python scripts calling the Alembic import/export operators more predictable. For backwardward compatibility with existing Python code the `as_background_job` parameter still exists, which overrides the behaviour chosen by INVOKE/EXECUTE. Reviewers: brecht Reviewed by: brecht Differential revision: https://developer.blender.org/D4137/new/ |
Commit Details:
Full Hash: 196a5116aa2f7a3b46daf2047e957b43bee26083
Parent Commit: 2987782
Lines Changed: +24, -5
1 Modified Path:
/source/blender/editors/io/io_alembic.c (+24, -5) (Diff)