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:
Ondřej Samohel 2022-06-10 18:49:17 +02:00 committed by GitHub
commit f8c0399fde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"])})