forked from LeenkxTeam/LNXSDK
Update leenkx/blender/lnx/logicnode/custom/LN_create_style.py
This commit is contained in:
parent
3ab9123000
commit
2a3f8db0bc
@ -406,8 +406,8 @@ class CreateStyleNode(LnxLogicTreeNode):
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self, *args, **kwargs):
|
||||||
super(CreateStyleNode, self).__init__()
|
super(CreateStyleNode, self).__init__(*args, **kwargs)
|
||||||
array_nodes[str(id(self))] = self
|
array_nodes[str(id(self))] = self
|
||||||
|
|
||||||
def lnx_init(self, context):
|
def lnx_init(self, context):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user