Fix #3319: Houdini VDB update wrong file attribute name

This commit is contained in:
Roy Nieterau 2022-06-10 18:31:28 +02:00
parent c33be571fd
commit 7d6ef39352

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"])})
@ -110,4 +110,4 @@ class VdbLoader(load.LoaderPlugin):
def remove(self, container):
node = container["node"]
node.destroy()
node.destroy()