forked from LeenkxTeam/LNXSDK
Update leenkx/blender/lnx/logicnode/native/LN_get_date_time.py
This commit is contained in:
parent
4fbc1aba7f
commit
8020599513
@ -89,7 +89,9 @@ class GetDateTimeNode(LnxLogicTreeNode):
|
||||
|
||||
|
||||
|
||||
def __init__(self):
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(GetDateTimeNode, self).__init__(*args, **kwargs)
|
||||
array_nodes[str(id(self))] = self
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user