Skip to content
Snippets Groups Projects
Commit 09fa9865 authored by Nyx Linden's avatar Nyx Linden
Browse files

BUG-5537 FIX reverting breaking changes to pectorals and belly.

Fitted mesh introduced a couple of changes to the avatar_lad.xml file
that cause the avatar definition to change in ways that are not backwards-
compatible. Reverted the change in the range of pectoral size for male
avatars, and the change in the position of the belly morph position
(the later being a copy/paste error).
parent d0a41a17
Branches
Tags
No related merge requests found
...@@ -3825,7 +3825,7 @@ ...@@ -3825,7 +3825,7 @@
<volume_morph <volume_morph
name="BELLY" name="BELLY"
scale="0.075 0.04 0.03" scale="0.075 0.04 0.03"
pos="0.07 0 -0.02"/> pos="0.07 0 -0.07"/>
<volume_morph <volume_morph
name="PELVIS" name="PELVIS"
scale="0.075 0.04 0.03" scale="0.075 0.04 0.03"
...@@ -4269,7 +4269,7 @@ ...@@ -4269,7 +4269,7 @@
label_min="Big Pectorals" label_min="Big Pectorals"
label_max="Sunken Chest" label_max="Sunken Chest"
value_default="0" value_default="0"
value_min="-1.0" value_min="-0.5"
value_max="1.1" value_max="1.1"
camera_elevation=".3" camera_elevation=".3"
camera_distance="1.2"> camera_distance="1.2">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment