Is there any away to see all event handler script registered?

   1441   1   0
User Avatar
Member
900 posts
Joined: Feb. 2016
Offline
I'm very new to Python States so maybe I'm overlooking something trivial.
I'm getting a strange error every time I launch a new blank session, it's seems that Houdini is trying to register a custom event handler from a digital asset (that is not even existent in the new session).
Do you know what is the reason for this or how can I check what event handlers are registered?




Error running event handler:
Traceback (most recent call last):
File “opdef:/Sop/Brainstorm_preview::0.0.5?PythonModule”, line 9, in <module>
File “C:/PROGRA~1/SIDEEF~1/HOUDIN~1.327/houdini/python2.7libs\toolutils.py”, line 1749, in createModuleFromSection
node_type.definition().sections().contents())
File “C:/PROGRA~1/SIDEEF~1/HOUDIN~1.327/houdini/python2.7libs\toolutils.py”, line 1730, in _createModule
eval(code, module_dict)
File “pystate”, line 3, in <module>
File “C:/PROGRA~1/SIDEEF~1/HOUDIN~1.327/houdini/python2.7libs\toolutils.py”, line 88, in sceneViewer
primarypane = hou.ui.paneTabOfType(hou.paneTabType.SceneViewer, index)
File “C:/PROGRA~1/SIDEEF~1/HOUDIN~1.327/houdini/python2.7libs\hou.py”, line 57135, in paneTabOfType
return _hou.ui_paneTabOfType(*args)
NotAvailable: Not available in this context.
The UI is not created yet

Error running event handler:
Traceback (most recent call last):
File “opdef:/Sop/Brainstorm_preview::0.0.5?OnInstall”, line 4, in <module>
File “C:/PROGRA~1/SIDEEF~1/HOUDIN~1.327/houdini/python2.7libs\hou.py”, line 34998, in __getattr__
def __getattr__(*args): return _hou.HDAModule___getattr__(*args)
AttributeError: ‘module’ object has no attribute ‘createViewerStateTemplate’
User Avatar
Staff
398 posts
Joined: Feb. 2018
Offline
Looks like a syntax error in the tool script or python state. Please post your hda so I can take a look at it.
  • Quick Links