forked from LeenkxTeam/LNXSDK
Update leenkx/blender/lnx/logicnode/map/LN_string_map.py
This commit is contained in:
parent
c10e988d2d
commit
7ab3398941
@ -21,8 +21,8 @@ class StringMapNode(LnxLogicTreeNode):
|
|||||||
min_inputs = 1
|
min_inputs = 1
|
||||||
property0: HaxeIntProperty('property0', name='Number of keys', default=0)
|
property0: HaxeIntProperty('property0', name='Number of keys', default=0)
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self, *args, **kwargs):
|
||||||
super(StringMapNode, self).__init__()
|
super(StringMapNode, self).__init__(*args, **kwargs)
|
||||||
self.register_id()
|
self.register_id()
|
||||||
|
|
||||||
def lnx_init(self, context):
|
def lnx_init(self, context):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user