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