Update leenkx/blender/lnx/logicnode/custom/LN_touch_pad.py
This commit is contained in:
parent
3185f61f39
commit
bfb11275df
@ -9,7 +9,8 @@ class TouchPadNode(LnxLogicTreeNode):
|
|||||||
lnx_category = 'Leenkx'
|
lnx_category = 'Leenkx'
|
||||||
lnx_version = 1
|
lnx_version = 1
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self, *args, **kwargs):
|
||||||
|
super(TouchPadNode, self).__init__(*args, **kwargs)
|
||||||
array_nodes[str(id(self))] = self
|
array_nodes[str(id(self))] = self
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user