Implement "Open in RV" web action for published workfiles + media#78
Open
BigRoy wants to merge 14 commits into
Open
Implement "Open in RV" web action for published workfiles + media#78BigRoy wants to merge 14 commits into
BigRoy wants to merge 14 commits into
Conversation
- Opens the workfile in the context of the folder and task to ensure e.g. OCIO is set accordingly - Allows to pick rv app variant if multiple are configured - After open directly unsets the session filename to ensure user does not save into published file.
iLLiCiTiT
reviewed
Apr 28, 2026
| return await Postgres.fetch(query, version_id, list(MEDIA_EXTENSIONS)) | ||
|
|
||
|
|
||
| async def _get_openrv_app_options( |
Member
There was a problem hiding this comment.
This will not work with project bundles and will break apart if we change settings structure.
Member
Author
There was a problem hiding this comment.
This will not work with project bundles and will break apart if we change settings structure.
Any recommendation on how to do this instead?
iLLiCiTiT
reviewed
Apr 28, 2026
| folder_path, | ||
| task_name, | ||
| app_name=app, | ||
| # Used by pre_ftrackdata prelaunch hook to load on launch |
Member
There was a problem hiding this comment.
What, pre_ftrackdata? That doesn't sound right.
Member
Author
There was a problem hiding this comment.
It's unfortunately? an existing prelaunch hook that I was a little bit afraid to touch see here.
But perhaps, renaming that hook itself is the best approach now.
… the form data making the form essentially repeat the questions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog Description
Implement "Open RV workfile" web action for published workfiles
Additional review information
Fix #77
Fix #81
Testing notes: