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

Houdini: Publish different HDA products from different folder paths with the same product name #534

Closed
2 tasks done
MustafaJafar opened this issue May 21, 2024 · 1 comment · Fixed by #644
Closed
2 tasks done
Assignees
Labels
host: Houdini type: bug Something isn't working

Comments

@MustafaJafar
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior:

When creating different HDAs in AYON that have the same product name.
HDA creator by default will create all of them with the same Houdini asset name.

The problem occurs when loading these different HDAs where AYON will think they are different but Houdini will think they are the same.
In this screenshot, I have loaded two products with the same product name hdaMain that were published from two different folder paths and as mentioned Houdini consider them the same HDA.
image

Expected Behavior:

These HDAs should be mixed up.

Version

1.0.0

What platform you are running on?

Windows

Steps To Reproduce:

  1. publish two HDAs from two different folder paths with the same variant name.
  2. Load both of these HDAs in another folder path.

Are there any labels you wish to add?

  • I have added the relevant labels to the bug report.

Relevant log output:

No response

Additional context:

No response

@MustafaJafar MustafaJafar added host: Houdini type: bug Something isn't working labels May 21, 2024
@AlSzab
Copy link

AlSzab commented May 21, 2024

Seem like the operator type/Asset Name gets created via {product_type}{variant} in the houdini Creator (probably somewhere here:

def create(self, product_name, instance_data, pre_create_data):
)
instead I think we might need the actual asset name as operator type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
host: Houdini type: bug Something isn't working
Projects
None yet
2 participants