bouncyferret / NOPs

3 stars 0 forks source link

Disconnect Nodes #12

Open WaffleBoyTom opened 4 months ago

WaffleBoyTom commented 4 months ago

what it says

bouncyferret commented 4 months ago

This does print errors when I try to connect nodes Complains about this https://github.com/bouncyferret/NOPs/blob/07e6524f38e1c9abf5e6d2f39a6d0c728b98057d/python3.10libs/nops_disconnect.py#L18

triggered
Traceback (most recent call last):
  File "/home/aslak/houdini_addons/NOPs/python3.10libs/nops_disconnect.py", line 18, in <lambda>
    timer.singleShot(int(3*300),lambda: node.setInput(0,None))
  File "/opt/hfs20.0/houdini/python3.10libs/houpythonportion/ui.py", line 1137, in decorator
    return func(*args, **kwargs)
  File "/opt/hfs20.0/houdini/python3.10libs/hou.py", line 15143, in setInput
    return _hou.Node_setInput(self, input_index, item_to_become_input, output_index)
hou.PermissionError: Failed to modify node or parameter because of a permission error.  -
Possible causes include locked assets, takes, product permissions or user specified permissions
Traceback (most recent call last):