does anyone is using xTools in H13 ? Specificly Deadline submission tools.
When I run xSubmit, i get this error:
Traceback (most recent call last):
File “<stdin>”, line 1, in <module>
File “opdef


AttributeError: ‘NoneType’ object has no attribute ‘hdaModule’
When I go to 359 line of code ( there are two scripts in this operator, not sure if im looking at the correct one), i see this:
data = hou.nodeType(hou.nodeTypeCategories(),“xOutput”).hdaModule().outputData()
No idea what to do with this, didnt try it on H12. Any clues ?