NatronGitHub / Natron

Open-source video compositing software. Node-graph based. Similar in functionalities to Adobe After Effects and Nuke by The Foundry.
http://NatronGitHub.github.io
GNU General Public License v2.0
4.54k stars 332 forks source link

Update OpenEXR and imath to latest versions on Windows. #891

Closed acolwell closed 1 year ago

acolwell commented 1 year ago

Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. Additionally, make sure you've done all of these things:

PR Description

What type of PR is this? (Check one of the boxes below)

What does this pull request do?

OpenEXR 3.1.8 has fixes for thread pool deadlocks during shutdown on Windows.

This does not fix all shutdown threading deadlocks in Natron, but I think it is useful to have these fixes.

Have you tested your changes (if applicable)? If so, how?

Created a Windows release build with these new library versions and it appears to work fine.