Fix animation player bug upon shutdown #114654

Merged
Philipp Oeser merged 1 commits from ideasman42/blender:pr-anim-player-exit-fix into blender-v3.6-release 2023-12-06 16:49:20 +01:00

1 Commits

Author SHA1 Message Date
Campbell Barton abaa888759 Fix animation player bug upon shutdown
buildbot/vexp-code-patch-coordinator Build done. Details
resolves a bug upon shutdown wherein GPU resources which may
be tied to a GPU context are released during IMB_exit(), which is called
after GPU context destruction.

Back-port fixes from [0] & [1].

[0]: 05c56603a9
[1]: 609ac5e378
2023-12-06 15:41:59 +01:00