mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #5548 from ynput/bugfix/Houdini-HDA-update-or-set-version-does-not-change-version-in-scene-inventory
Houdini: Introduce imprint function for correct version in hda loader
This commit is contained in:
commit
7af0764b5d
1 changed files with 3 additions and 0 deletions
|
|
@ -59,6 +59,9 @@ class HdaLoader(load.LoaderPlugin):
|
|||
def_paths = [d.libraryFilePath() for d in defs]
|
||||
new = def_paths.index(file_path)
|
||||
defs[new].setIsPreferred(True)
|
||||
hda_node.setParms({
|
||||
"representation": str(representation["_id"])
|
||||
})
|
||||
|
||||
def remove(self, container):
|
||||
node = container["node"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue