mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge pull request #204 from BigRoy/bugfix/load_vdb_to_arnold_unexpected_arguments
This commit is contained in:
commit
59de0a52af
1 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ class LoadVDBtoArnold(load.LoaderPlugin):
|
|||
path = self.filepath_from_context(context)
|
||||
self._set_path(grid_node,
|
||||
path=path,
|
||||
representation=context["representation"])
|
||||
repre_entity=context["representation"])
|
||||
|
||||
# Lock the shape node so the user can't delete the transform/shape
|
||||
# as if it was referenced
|
||||
|
|
@ -91,7 +91,7 @@ class LoadVDBtoArnold(load.LoaderPlugin):
|
|||
assert len(grid_nodes) == 1, "This is a bug"
|
||||
|
||||
# Update the VRayVolumeGrid
|
||||
self._set_path(grid_nodes[0], path=path, representation=repre_entity)
|
||||
self._set_path(grid_nodes[0], path=path, repre_entity=repre_entity)
|
||||
|
||||
# Update container representation
|
||||
cmds.setAttr(container["objectName"] + ".representation",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue