Update leenkx/blender/lnx/logicnode/map/LN_string_map.py

This commit is contained in:
LeenkxTeam 2025-04-06 10:14:02 +00:00
parent c10e988d2d
commit 7ab3398941

View File

@ -21,8 +21,8 @@ class StringMapNode(LnxLogicTreeNode):
min_inputs = 1
property0: HaxeIntProperty('property0', name='Number of keys', default=0)
def __init__(self):
super(StringMapNode, self).__init__()
def __init__(self, *args, **kwargs):
super(StringMapNode, self).__init__(*args, **kwargs)
self.register_id()
def lnx_init(self, context):