-
Notifications
You must be signed in to change notification settings - Fork 36
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
Bugfix: fix Houdini publish button bugs #32
Conversation
…tton' into bugfix/houdini_self-publish-button
For reference, This PR was made mainly to avoid the nested rendering + fix the problem when using the publish button with karma product type. Also, BigRoy mentioned here ynput/OpenPype#5891 (comment) this PR doesn't "do much" as it doesn't correctly solve the raised problems.. thus I'm converting this to draft and leaving it open for discussion. |
I did the simple test run for this PR and it works smoothly. |
Closing this PR in favor of searching for better solutions. Also for reference. karma and HDA product types are the only ones that doesn't work with self_publish_button in Houdini. |
Changelog Description
Self publish had few bugs
find_rop_input_dependencies
function which caused karma and HDA publishes to fail.Solution:
find_rop_input_dependencies
tofind_rop_inputs_chain
with much simpler logic.ignore_inputs
flag inrender_rop
functionTesting notes: