Update leenkx/blender/lnx/logicnode/draw/LN_draw_camera.py
This commit is contained in:
		| @ -21,8 +21,8 @@ class DrawCameraNode(LnxLogicTreeNode): | |||||||
|  |  | ||||||
|     num_choices: IntProperty(default=0, min=0) |     num_choices: IntProperty(default=0, min=0) | ||||||
|  |  | ||||||
|     def __init__(self): |     def __init__(self, *args, **kwargs): | ||||||
|         super(DrawCameraNode, self).__init__() |         super(DrawCameraNode, self).__init__(*args, **kwargs) | ||||||
|         array_nodes[str(id(self))] = self |         array_nodes[str(id(self))] = self | ||||||
|  |  | ||||||
|     def lnx_init(self, context): |     def lnx_init(self, context): | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user