Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove multi-context restrictions for publishing image sequences on farm #138

Merged
merged 5 commits into from
Mar 18, 2024

Conversation

antirotor
Copy link
Member

@antirotor antirotor commented Feb 29, 2024

Changelog Description

Removing assert that context data must be same as instance data will allow publishing image data to different context in one go.
That sanity check was there because we didn't support publishing to different context before (like multishot workflow), but this should be possible now.

⚰️ This is also removing support for multiple jsons files as it was just complicating the code and it wasn't used anywhere.

Additional info

More work on different DCCs needs to be done to seamlessly support multishot workflow - like Maya restrict only one rendering instance, Nuke enforce unique instance name (so you can't publish renderMain to multiple shots), etc.

Testing notes:

  1. Open Nuke
  2. Create 3 write instances (you need to change variant name to make them unique).
  3. Direct them in the Publisher to different shots.
  4. Render and publish on farm.

Note

This is ayon-core version of ynput/OpenPype#6088

[cuID:AY-1003]

client/ayon_core/cli.py Outdated Show resolved Hide resolved
Copy link
Member

@tokejepsen tokejepsen left a comment

Choose a reason for hiding this comment

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

Tested successfully in Nuke 15.

@antirotor antirotor merged commit 8a804ce into develop Mar 18, 2024
2 checks passed
@antirotor antirotor deleted the enhancement/remove-multijson-publishing branch March 18, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XS type: enhancement Improvement of existing functionality or minor addition
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants