From 3b0eb0e075ad2961d6d125cb377f96ca042eccac Mon Sep 17 00:00:00 2001 From: Onek8 Date: Mon, 24 Mar 2025 16:25:00 +0000 Subject: [PATCH] Update leenkx/blender/lnx/logicnode/animation/LN_bone_ik.py --- leenkx/blender/lnx/logicnode/animation/LN_bone_ik.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leenkx/blender/lnx/logicnode/animation/LN_bone_ik.py b/leenkx/blender/lnx/logicnode/animation/LN_bone_ik.py index e088be1..7700791 100644 --- a/leenkx/blender/lnx/logicnode/animation/LN_bone_ik.py +++ b/leenkx/blender/lnx/logicnode/animation/LN_bone_ik.py @@ -45,7 +45,7 @@ class BoneIKNode(LnxLogicTreeNode): self.add_input('LnxBoolSocket', 'Enable Pole') self.add_input('LnxVectorSocket', 'Pole Position') self.add_input('LnxFloatSocket', 'Roll Angle') - self.add_input('ArmFactorSocket', 'Influence', default_value = 1.0) + self.add_input('LnxFactorSocket', 'Influence', default_value = 1.0) self.add_input('LnxIntSocket', 'Bone Group', default_value = 0) self.add_output('LnxNodeSocketAnimTree', 'Result')