mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Fix #3319: Houdini VDB update wrong file attribute name
This commit is contained in:
parent
c33be571fd
commit
7d6ef39352
1 changed files with 2 additions and 2 deletions
|
|
@ -102,7 +102,7 @@ class VdbLoader(load.LoaderPlugin):
|
|||
file_path = get_representation_path(representation)
|
||||
file_path = self.format_path(file_path)
|
||||
|
||||
file_node.setParms({"fileName": file_path})
|
||||
file_node.setParms({"file": file_path})
|
||||
|
||||
# Update attribute
|
||||
node.setParms({"representation": str(representation["_id"])})
|
||||
|
|
@ -110,4 +110,4 @@ class VdbLoader(load.LoaderPlugin):
|
|||
def remove(self, container):
|
||||
|
||||
node = container["node"]
|
||||
node.destroy()
|
||||
node.destroy()
|
||||
Loading…
Add table
Add a link
Reference in a new issue