Skip to content

Conversation

@markreidvfx
Copy link
Contributor

Summarize your change.

Fixes the color inspector from calculating the wrong coordinate when a RVFileSources has multiple media paths with different orientations

We use multiple media paths to add audio to images sequences from a proxy mov file.

rv.commands.addSource(["/path/to/image.####.exr", "/path/to/proxy_with_audio.mov"])

The current logic is to use the ImageStructureInfo of last movie in the list and not what is currently visible. In some cases the second path might have a different coordinate system then the image sequence. In our cases the Y coordinate is opposite causing the color picker sample location to be upside down.

This change reuses the exisiting getMediaFromContext method to get the same media that is displayed.

Describe what you have tested and on which operating system.

Linux, macOS

Fixes color inspector not working on FileSources
that have has multiple video sources with different orientations

Signed-off-by: Mark Reid <[email protected]>
@bernie-laberge bernie-laberge changed the title Fix Y-Inverted Color Picker SG-40370: Fix Y-Inverted Color Picker Nov 27, 2025
@bernie-laberge bernie-laberge added the community Contribution from the Open RV Community label Nov 27, 2025
@bernie-laberge
Copy link
Contributor

Testing successfully completed. Ready to merge.

Copy link
Contributor

@bernie-laberge bernie-laberge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bernie-laberge bernie-laberge enabled auto-merge (squash) November 28, 2025 02:35
@bernie-laberge bernie-laberge merged commit 9c15157 into AcademySoftwareFoundation:main Nov 28, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix community Contribution from the Open RV Community

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants