Skip to content

Commit 8a9296c

Browse files
committed
2 parents bf3dbd6 + fa00790 commit 8a9296c

File tree

4 files changed

+49
-5
lines changed

4 files changed

+49
-5
lines changed

indra/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ set(ROOT_PROJECT_NAME "Singularity" CACHE STRING
1414
"The root project/makefile/solution name. Defaults to Singularity.")
1515
project(${ROOT_PROJECT_NAME})
1616

17-
string(REPLACE " " "" VIEWER_CHANNEL_NOSPACE ${VIEWER_CHANNEL})
18-
set(VIEWER_CHANNEL_NOSPACE ${VIEWER_CHANNEL_NOSPACE} CACHE STRING "Prefix used for resulting artifacts.")
19-
2017
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
2118

2219
include(Variables)

indra/cmake/Variables.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ set(GRID agni CACHE STRING "Target Grid")
186186

187187
set(VIEWER_CHANNEL "Singularity Test" CACHE STRING "Viewer Channel Name")
188188

189+
string(REPLACE " " "" VIEWER_CHANNEL_NOSPACE ${VIEWER_CHANNEL})
190+
set(VIEWER_CHANNEL_NOSPACE ${VIEWER_CHANNEL_NOSPACE} CACHE STRING "Prefix used for resulting artifacts.")
191+
189192
set(ENABLE_SIGNING OFF CACHE BOOL "Enable signing the viewer")
190193
set(SIGNING_IDENTITY "" CACHE STRING "Specifies the signing identity to use, if necessary.")
191194

indra/newview/character/avatar_lad.xml

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3655,6 +3655,7 @@
36553655
group="1"
36563656
name="Muscular_Torso"
36573657
label="Torso Muscles"
3658+
sex="male"
36583659
show_simple="true"
36593660
wearable="shape"
36603661
edit_group="shape_torso"
@@ -3692,6 +3693,49 @@
36923693
</param_morph>
36933694
</param>
36943695

3696+
<param
3697+
id="107"
3698+
group="1"
3699+
name="Muscular_Torso"
3700+
label="Torso Muscles"
3701+
sex="female"
3702+
show_simple="true"
3703+
wearable="shape"
3704+
edit_group="shape_torso"
3705+
label_min="Regular"
3706+
label_max="Muscular"
3707+
value_min="0"
3708+
value_max="1.4"
3709+
camera_elevation=".3"
3710+
camera_distance="1.2">
3711+
<param_morph>
3712+
<volume_morph
3713+
name="L_CLAVICLE"
3714+
scale="0.02 0.0 0.005"
3715+
pos="0.0 0 0.005"/>
3716+
<volume_morph
3717+
name="L_UPPER_ARM"
3718+
scale="0.015 0.0 0.005"
3719+
pos="0.015 0 0"/>
3720+
<volume_morph
3721+
name="L_LOWER_ARM"
3722+
scale="0.005 0.0 0.005"
3723+
pos="0.005 0 0"/>
3724+
<volume_morph
3725+
name="R_CLAVICLE"
3726+
scale="0.02 0.0 0.005"
3727+
pos="0.0 0 0.005"/>
3728+
<volume_morph
3729+
name="R_UPPER_ARM"
3730+
scale="0.015 0.0 0.005"
3731+
pos="0.015 0 0"/>
3732+
<volume_morph
3733+
name="R_LOWER_ARM"
3734+
scale="0.005 0.0 0.005"
3735+
pos="0.005 0 0"/>
3736+
</param_morph>
3737+
</param>
3738+
36953739
<param
36963740
id="648"
36973741
group="1"
@@ -10263,7 +10307,7 @@
1026310307
min2=".5" />
1026410308

1026510309
<driven
10266-
id="106"
10310+
id="107"
1026710311
min1=".5"
1026810312
max1="1"
1026910313
max2="1"

indra/newview/skins/default/xui/en-us/panel_preferences_general.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<combo_item name="(Korean)" value="ko">한국어(Korean)*</combo_item>
6767
</combo_box>
6868
<string name="region_name_prompt">&lt;Type region name&gt;</string>
69-
<combo_box bottom="-328" height="18" left="103" name="crash_behavior_combobox" width="115">
69+
<combo_box bottom="-328" height="18" left="103" name="crash_behavior_combobox" width="140">
7070
<combo_item name="Askbeforesending" value="Ask before sending">Ask before sending</combo_item>
7171
<combo_item name="Alwayssend" value="Always send">Always send</combo_item>
7272
<combo_item name="Neversend" value="Never send">Never send</combo_item>

0 commit comments

Comments
 (0)