From 392da64d1fa29a6b35a278aff8180e8c4b7519f7 Mon Sep 17 00:00:00 2001 From: Onek8 Date: Thu, 3 Apr 2025 09:24:45 +0000 Subject: [PATCH] Update leenkx/blender/lnx/logicnode/animation/LN_blend_space_gpu.py --- leenkx/blender/lnx/logicnode/animation/LN_blend_space_gpu.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/leenkx/blender/lnx/logicnode/animation/LN_blend_space_gpu.py b/leenkx/blender/lnx/logicnode/animation/LN_blend_space_gpu.py index 97814f2..24f636e 100644 --- a/leenkx/blender/lnx/logicnode/animation/LN_blend_space_gpu.py +++ b/leenkx/blender/lnx/logicnode/animation/LN_blend_space_gpu.py @@ -90,7 +90,8 @@ class BlendSpaceNode(LnxLogicTreeNode): draw_handler_dict = {} modal_handler_dict = {} - def __init__(self): + def __init__(self, *args, **kwargs): + super(BlendSpaceNode, self).__init__(*args, **kwargs) array_nodes[str(id(self))] = self if self.advanced_draw_run: self.add_advanced_draw()