-
Notifications
You must be signed in to change notification settings - Fork 43
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
Houdini: Publish different HDA products from different folder paths with the same product name #644
Houdini: Publish different HDA products from different folder paths with the same product name #644
Conversation
server_addon/houdini/client/ayon_houdini/plugins/load/load_hda.py
Outdated
Show resolved
Hide resolved
server_addon/houdini/client/ayon_houdini/plugins/create/create_hda.py
Outdated
Show resolved
Hide resolved
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.
Tested in Houdini with published hda and loader. The loaded HDAs showed the names with different folder path and same product name if they are published with different folder paths.
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.
apart the exception, it looks good and it works
server_addon/houdini/client/ayon_houdini/plugins/load/load_hda.py
Outdated
Show resolved
Hide resolved
…der-paths-same-product-name
Changelog Description
Fix a bug when publishing different HDA products from different folder paths with the same product name.
Additional info
About the bug: product name was being used for HDA
type name
andtype label
.when publishing HDA from different folder paths with the product name results in having multiple HDAs/Houdini nodes with the
type name
. which makes houdini thinks they are the same HDA.Testing notes: