-
Notifications
You must be signed in to change notification settings - Fork 128
Bugfix/ Houdini: fix default redshift version #6192
Bugfix/ Houdini: fix default redshift version #6192
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't test it - but this looks like the simplest fix.
It might be good to add a comment above this line explaining why we pick "1" as default value, e.g. explaining that's the default version the Deadline Redshift plug-in falls back to when Plug-in info "Version" is not specified.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments seems fine - I did have some notes, but other than that looks good to me.
openpype/modules/deadline/plugins/publish/submit_houdini_render_deadline.py
Outdated
Show resolved
Hide resolved
openpype/modules/deadline/plugins/publish/submit_houdini_render_deadline.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Roy Nieterau <[email protected]>
Co-authored-by: Roy Nieterau <[email protected]>
Because we're splitting OpenPype into ayon-core and individual host addons, this PR would have to be re-created to target one of those. We're closing it down, but we'll he happy for a new PR to ynput/ayon-core or the host addon repository once it's up. |
Changelog Description
Fixing the bug reported here https://community.ynput.io/t/houdini-redshift-deadline-executable-error/1210
Let me quote BigRoy's comment:
If we specify Version as
""
then indeed it tries to access the version asRedshift_Executable_
instead of the Deadline defaultRedshift_Executable_1
Testing notes:
REDSHIFT_VERSION
env doesn't exist