for a couple of weeks I get an error whenever I switch views:
I already updated Python to the newest version but it didn't help.
Is there a way to get rid of this?
This is really annoying...
Günther
scene_viewer = hou.ui.paneTabOfType(hou.paneTabType.SceneViewer) viewport = scene_viewer.curViewport() callbacks = viewport.eventCallbacks() print(callbacks)
HOUDINI_USER_PREF_DIR C:/Users/*/Documents/houdini19.5
Side Effects Support Ticket: #136088
Traceback (most recent call last): File "/opt/hfs19.5.605/houdini/python3.7libs/houpythonportion/qt/ViewerOverlay.py",line 57, in closeEvent self._scene_viewer.removeEventCallback(self._onViewportEvent) File "/opt/hfs19.5.605/houdini/python3.7libs/hou.py", line 77406, in removeEventCallback return _hou.SceneViewer_removeEventCallback(self, callback) hou.ObjectWasDeleted: Attempt to access an object that no longer exists in Houdini.