Update leenkx/blender/lnx/logicnode/animation/LN_blend_space_gpu.py
This commit is contained in:
		| @ -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() | ||||
|  | ||||
		Reference in New Issue
	
	Block a user