You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
Please describe the feature you have in mind and explain what the current shortcomings are?
Problem description:
Houdini simulations need many iterations so artists can keep adding tweaks and once they are comfortable they will consider publishing.
Also, simulations are CPU intensive so most of times it will be a problem to re-render or re-cache to just publish (register data to AYON/OpenPype DB)
However, publishing is not just about registering data to the DB, it's also about running validations to ensure these data imply to studio's specifications.
one solution that we came up with in community to have a toggle on the ROP node that skips the render action so it will just validate these data before publishing.
in this screen shot, alembic pointcache rop is reading a file read sop node.
How would you imagine the implementation of the feature?
Instead of a Use existing checkbox I think we're better of making an ENUM attribute similar to Fusion and Nuke does for renders. There you have the option defined here to:
Use Existing Frames
Local Machine Render
Farm Rendering
Use Existing Frames - farm
Having an enum makes it easier to understand what's going on and will also make sure that "Existing frames" + "Local or farm" etc can be tackled in unison.
Need these options same for Review family as well please, we can take advantage of rendering opengl in deadline machines, and publish existing frames, currently there is a limitation of publishing locally, Huge size caches are eating so much of time on this limitation.
Is there an existing issue for this?
Please describe the feature you have in mind and explain what the current shortcomings are?
Problem description:
Houdini simulations need many iterations so artists can keep adding tweaks and once they are comfortable they will consider publishing.
Also, simulations are CPU intensive so most of times it will be a problem to re-render or re-cache to just publish (register data to AYON/OpenPype DB)
However, publishing is not just about registering data to the DB, it's also about running validations to ensure these data imply to studio's specifications.
one solution that we came up with in community to have a toggle on the ROP node that skips the render action so it will just validate these data before publishing.
in this screen shot, alembic pointcache rop is reading a file read sop node.
How would you imagine the implementation of the feature?
add
use_existing
checkbox in creator pluginuse it in extractors so, it skips rendering
Are there any labels you wish to add?
Describe alternatives you've considered:
another solution would be to have a universal publish node that's only purpose to publish.
Additional context:
Feel free to add your ideas and suggestions.
[cuID:OP-7229]
The text was updated successfully, but these errors were encountered: