mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge pull request #3322 from BigRoy/houdini_fix_vdb_loader_manage
Houdini: Fix Houdini VDB manage update wrong file attribute name
This commit is contained in:
commit
f8c0399fde
1 changed files with 1 additions and 1 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"])})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue