Update leenkx/blender/lnx/logicnode/custom/LN_create_torrent.py

This commit is contained in:
Onek8 2025-04-03 09:37:04 +00:00
parent 2a3f8db0bc
commit cb93ede7d7

View File

@ -9,7 +9,8 @@ class CreateTorrentNode(LnxLogicTreeNode):
lnx_category = 'Leenkx'
lnx_version = 1
def __init__(self):
def __init__(self, *args, **kwargs):
super(CreateTorrentNode, self).__init__(*args, **kwargs)
array_nodes[str(id(self))] = self