Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Houdini: managing loaded vbd is not working #3319

Closed
antirotor opened this issue Jun 10, 2022 · 0 comments · Fixed by #3322
Closed

Houdini: managing loaded vbd is not working #3319

antirotor opened this issue Jun 10, 2022 · 0 comments · Fixed by #3322

Comments

@antirotor
Copy link
Member

antirotor commented Jun 10, 2022

Bug

Switching version of loaded vdb cache in Houdini fails with following traceback:

Traceback (most recent call last):
  File "E:\projects\openpype\3x\openpype\tools\sceneinventory\view.py", line 285, in
 <lambda>
    lambda: self._show_version_dialog(items))
  File "E:\projects\openpype\3x\openpype\tools\sceneinventory\view.py", line 736, in
 _show_version_dialog
    update_container(item, version)
  File "E:\projects\openpype\3x\openpype\pipeline\load\utils.py", line 455, in updat
e_container
    return loader.update(container, new_representation)
  File "E:\projects\openpype\3x\openpype\hosts\houdini\plugins\load\load_vdb.py", li
ne 105, in update
    file_node.setParms({"fileName": file_path})
  File "D:/gfx/Houdini 19.0.498/houdini/python3.7libs\houpythonportion\Node.py", lin
e 276, in setParms
    raise hou.OperationFailed("Invalid parameter name: " + parm_name)
hou.OperationFailed: The attempted operation failed.
Invalid parameter name: fileName

[cuID:]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant