Update leenkx/blender/lnx/logicnode/draw/LN_draw_camera.py

This commit is contained in:
Onek8 2025-04-03 09:44:34 +00:00
parent bfb11275df
commit c90bde8719

View File

@ -21,8 +21,8 @@ class DrawCameraNode(LnxLogicTreeNode):
num_choices: IntProperty(default=0, min=0)
def __init__(self):
super(DrawCameraNode, self).__init__()
def __init__(self, *args, **kwargs):
super(DrawCameraNode, self).__init__(*args, **kwargs)
array_nodes[str(id(self))] = self
def lnx_init(self, context):