ynput / ayon-houdini

Houdini addon for AYON
Apache License 2.0
4 stars 2 forks source link

Houdini: Switch HDA version manually #12

Open MustafaJafar opened 2 months ago

MustafaJafar commented 2 months ago

Is there an existing issue for this?

Current Behavior:

Houdini users can change filepath in HDA definition. which allows them to swap between different versions. While the inventory tool doesn't detect such change.

Animation_52

Expected Behavior:

As a user I expected some live updates. where Inventory tool can show the real version based on my selection.

Version

1.0.0

What platform you are running on?

Windows

Steps To Reproduce:

  1. publish HDA multiple times from Houdini.
  2. change path manually from asset definition.

Are there any labels you wish to add?

Relevant log output:

No response

Additional context:

No response

[cuID:AY-5263]

BigRoy commented 4 days ago

This could be solved by ON publish and saving of the HDA secretly imprint it with the parms needed for the containerization (like give it the representation id, etc.) so that if you just create it - it has those attributes.

As such, switching versions would also switch these vaues?