forked from LeenkxTeam/LNXSDK
Update leenkx/blender/lnx/logicnode/math/LN_vector_math.py
This commit is contained in:
parent
bd0886b1d7
commit
e7143cc740
@ -119,7 +119,8 @@ class VectorMathNode(LnxLogicTreeNode):
|
|||||||
('Reflect', 'Reflect', 'Reflect')],
|
('Reflect', 'Reflect', 'Reflect')],
|
||||||
name='', default='Add', set=set_enum, get=get_enum)
|
name='', default='Add', set=set_enum, get=get_enum)
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self, *args, **kwargs):
|
||||||
|
super(VectorMathNode, 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