Update leenkx/blender/lnx/logicnode/math/LN_quaternion_math.py
This commit is contained in:
		| @ -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): | ||||
|  | ||||
		Reference in New Issue
	
	Block a user