forked from LeenkxTeam/LNXSDK
Update leenkx/blender/lnx/logicnode/draw/LN_draw_camera.py
This commit is contained in:
parent
bfb11275df
commit
c90bde8719
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user