forked from LeenkxTeam/LNXSDK
Update leenkx/blender/lnx/logicnode/math/LN_quaternion_math.py
This commit is contained in:
parent
8eb8c0bd98
commit
bd0886b1d7
@ -149,8 +149,8 @@ class QuaternionMathNode(LnxLogicTreeNode):
|
||||
name='', default='Add', set=set_enum, get=get_enum)
|
||||
|
||||
|
||||
def __init__(self):
|
||||
super(QuaternionMathNode, self).__init__()
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(QuaternionMathNode, self).__init__(*args, **kwargs)
|
||||
array_nodes[str(id(self))] = self
|
||||
|
||||
def lnx_init(self, context):
|
||||
|
Loading…
x
Reference in New Issue
Block a user