Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

fixed condition for multipartExr #155

Merged
merged 3 commits into from
May 20, 2020
Merged

Conversation

antirotor
Copy link
Member

Problem

ffpmeg is not supporting multipart exrs therefor we introduced multipartExr property to pass that information down the line so extractor avoid running ffmpeg against those data.

Unfortunately those extractors were looking for it in wrong place - in tags on representation, but should look instead at instance data.

This bug resulted in inability to publish renders with multipart exrs as ffmpeg always crashed.

multipartExr tag was looked up in representation tags instead of instance data
@antirotor antirotor added type: bug Something isn't working HIGH labels May 18, 2020
@antirotor antirotor requested a review from mkolar May 18, 2020 10:31
@antirotor antirotor self-assigned this May 18, 2020
@antirotor antirotor marked this pull request as ready for review May 18, 2020 10:43
@mkolar
Copy link
Member

mkolar commented May 19, 2020

this release has been close, if you want to make it a hotfix, it needs to go to master

@antirotor antirotor changed the base branch from release/2.8 to master May 19, 2020 11:03
@antirotor
Copy link
Member Author

changed destination to master

@mkolar mkolar merged commit 4b31d5a into master May 20, 2020
@mkolar mkolar added this to the 2.9 milestone May 25, 2020
@mkolar mkolar deleted the hotfix/multipartExr-condition branch May 25, 2020 09:59
Tilix4 added a commit to Tilix4/OpenPype that referenced this pull request Dec 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants