diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-02-23 09:28:28 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-02-23 09:28:28 +0100 |
commit | 7a13d79962b0fec20510481abb39df994233ac0d (patch) | |
tree | 94bd7ea832820204e99fa8092abd801cf42ee3a1 | |
parent | 7bfd586b85be47c4b631e46ec8b5f272691cc70a (diff) |
Fix sleeve length
-rw-r--r-- | source/historical_menswear/shirts/1880_shirt/1880_shirt.val | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/source/historical_menswear/shirts/1880_shirt/1880_shirt.val b/source/historical_menswear/shirts/1880_shirt/1880_shirt.val index e561ff5..da779b8 100644 --- a/source/historical_menswear/shirts/1880_shirt/1880_shirt.val +++ b/source/historical_menswear/shirts/1880_shirt/1880_shirt.val @@ -35,7 +35,7 @@ treasury…</company> <increment formula="4" name="#armhole_width_back"/> <increment formula="3" name="#armhole_width_front"/> <increment formula="9" name="#cuff_length"/> - <increment formula="shoulder_tip_to_shoulder_tip_b - #cuff_length / 2" name="#sleeve_length"/> + <increment formula="arm_shoulder_tip_to_wrist_bent - #cuff_length / 2" name="#sleeve_length"/> <increment formula="45" name="#sleeve_width"/> <increment formula="30" name="#sleeve_wrist_circumference"/> <increment formula="2" name="#collar_band_height"/> @@ -283,22 +283,22 @@ treasury…</company> <arc id="168" idObject="158" inUse="false" type="modeling"/> <point id="170" idObject="154" inUse="false" type="pin"/> <point id="171" idObject="153" inUse="false" type="pin"/> - <point id="175" idObject="172" inUse="true" mx="0.264583" my="0.396875" showLabel="true" type="modeling"/> - <point id="176" idObject="174" inUse="true" mx="0.264583" my="0.396875" showLabel="true" type="modeling"/> - <point id="177" idObject="173" inUse="true" mx="0.264583" my="0.396875" showLabel="true" type="modeling"/> - <point id="178" idObject="122" inUse="true" mx="-2.81127" my="0.751782" showLabel="true" type="modeling"/> - <point id="193" idObject="183" inUse="true" mx="-1.09661" my="-1.83053" showLabel="true" type="modeling"/> - <spline id="194" idObject="192" inUse="true" type="modelingSpline"/> - <point id="195" idObject="191" inUse="true" mx="0.264583" my="0.396875" showLabel="true" type="modeling"/> - <spline id="196" idObject="190" inUse="true" type="modelingSpline"/> - <point id="197" idObject="189" inUse="true" mx="0.264583" my="0.396875" showLabel="true" type="modeling"/> - <point id="198" idObject="184" inUse="true" mx="0.264583" my="0.396875" showLabel="true" type="modeling"/> - <spline id="199" idObject="186" inUse="true" type="modelingSpline"/> - <point id="200" idObject="185" inUse="true" mx="0.264583" my="0.396875" showLabel="true" type="modeling"/> - <spline id="201" idObject="187" inUse="true" type="modelingSpline"/> - <point id="206" idObject="204" inUse="true" mx="0.264583" my="0.396875" showLabel="true" type="modeling"/> - <point id="207" idObject="205" inUse="true" mx="0.264583" my="0.396875" showLabel="true" type="modeling"/> - <path cut="false" firstToCountour="false" id="208" inUse="true" lastToCountour="false" name="button hole" type="2" typeLine="dashLine" visible="1"> + <point id="175" idObject="172" inUse="false" mx="0.264583" my="0.396875" showLabel="true" type="modeling"/> + <point id="176" idObject="174" inUse="false" mx="0.264583" my="0.396875" showLabel="true" type="modeling"/> + <point id="177" idObject="173" inUse="false" mx="0.264583" my="0.396875" showLabel="true" type="modeling"/> + <point id="178" idObject="122" inUse="false" mx="-2.81127" my="0.751782" showLabel="true" type="modeling"/> + <point id="193" idObject="183" inUse="false" mx="-1.09661" my="-1.83053" showLabel="true" type="modeling"/> + <spline id="194" idObject="192" inUse="false" type="modelingSpline"/> + <point id="195" idObject="191" inUse="false" mx="0.264583" my="0.396875" showLabel="true" type="modeling"/> + <spline id="196" idObject="190" inUse="false" type="modelingSpline"/> + <point id="197" idObject="189" inUse="false" mx="0.264583" my="0.396875" showLabel="true" type="modeling"/> + <point id="198" idObject="184" inUse="false" mx="0.264583" my="0.396875" showLabel="true" type="modeling"/> + <spline id="199" idObject="186" inUse="false" type="modelingSpline"/> + <point id="200" idObject="185" inUse="false" mx="0.264583" my="0.396875" showLabel="true" type="modeling"/> + <spline id="201" idObject="187" inUse="false" type="modelingSpline"/> + <point id="206" idObject="204" inUse="false" mx="0.264583" my="0.396875" showLabel="true" type="modeling"/> + <point id="207" idObject="205" inUse="false" mx="0.264583" my="0.396875" showLabel="true" type="modeling"/> + <path cut="false" firstToCountour="false" id="208" inUse="false" lastToCountour="false" name="button hole" type="2" typeLine="dashLine" visible="1"> <nodes> <node idObject="206" type="NodePoint"/> <node idObject="207" type="NodePoint"/> |