From 4c442d355d98dbb0bdf7977d8e79e2da8dafdee5 Mon Sep 17 00:00:00 2001 From: RemiCuxac <7034375+RemiCuxac@users.noreply.github.com> Date: Wed, 24 Jun 2026 17:27:48 +0200 Subject: [PATCH] Change joint object reference in EPIC_arm_02 http://forum.mgear-framework.com/t/new-swing-joint-for-epic-arm-02-isnt-mirrored/5312 --- .../mgear/shifter_epic_components/EPIC_arm_02/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/scripts/mgear/shifter_epic_components/EPIC_arm_02/__init__.py b/release/scripts/mgear/shifter_epic_components/EPIC_arm_02/__init__.py index 2130a9e8..ccc00cd2 100644 --- a/release/scripts/mgear/shifter_epic_components/EPIC_arm_02/__init__.py +++ b/release/scripts/mgear/shifter_epic_components/EPIC_arm_02/__init__.py @@ -685,7 +685,7 @@ def addObjects(self): if self.settings["div0"]: self.jnt_pos.append( { - "obj": roll_off, + "obj": self.arm_root_base, "name": jdn_upperarm + "_swing", "data_contracts": "Twist,Squash", "newActiveJnt": current_parent,