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 d4bf59b..97814f2 100644 --- a/leenkx/blender/lnx/logicnode/animation/LN_blend_space_gpu.py +++ b/leenkx/blender/lnx/logicnode/animation/LN_blend_space_gpu.py @@ -112,8 +112,8 @@ class BlendSpaceNode(LnxLogicTreeNode): def lnx_init(self, context): self.add_input('LnxNodeSocketObject', 'Object') self.add_input('LnxNodeSocketArray', 'Actions') - self.add_input('ArmBlendSpaceSocket', 'Cursor X') - self.add_input('ArmBlendSpaceSocket', 'Cursor Y') + self.add_input('LnxBlendSpaceSocket', 'Cursor X') + self.add_input('LnxBlendSpaceSocket', 'Cursor Y') self.add_output('LnxNodeSocketAnimTree', 'Out') def add_advanced_draw(self):