AcademySoftwareFoundation / OpenCue

A render management system you can deploy for visual effects and animation productions.
https://www.opencue.io
Apache License 2.0
832 stars 202 forks source link

Preview layers and frames based on layer output paths #1406

Closed lithorus closed 2 months ago

lithorus commented 4 months ago

Summarize your change. This replaces the Preview Main and Preview All options if outputs are found and adds actions per output.

On a layer : image On a Frame : image

lithorus commented 4 months ago

Had to do some hacky solution to get the previewMain and previewAll function to pass the tests (which tests the katana workflow). It might be possible to do more cleanly, but not sure how. Another option would be to deprecate the test?

lithorus commented 3 months ago

@DiegoTavares Should I try and implement the logic from #1459 ? I like that it can extract variables to be used in the command, but I still like the idea of being able to select which output to do the action on and have the multiple actions as well.