File tree Expand file tree Collapse file tree 4 files changed +49
-5
lines changed Expand file tree Collapse file tree 4 files changed +49
-5
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ set(ROOT_PROJECT_NAME "Singularity" CACHE STRING
14
14
"The root project/makefile/solution name. Defaults to Singularity." )
15
15
project (${ROOT_PROJECT_NAME} )
16
16
17
- string (REPLACE " " "" VIEWER_CHANNEL_NOSPACE ${VIEWER_CHANNEL} )
18
- set (VIEWER_CHANNEL_NOSPACE ${VIEWER_CHANNEL_NOSPACE} CACHE STRING "Prefix used for resulting artifacts." )
19
-
20
17
set (CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR} /cmake" )
21
18
22
19
include (Variables )
Original file line number Diff line number Diff line change @@ -186,6 +186,9 @@ set(GRID agni CACHE STRING "Target Grid")
186
186
187
187
set (VIEWER_CHANNEL "Singularity Test" CACHE STRING "Viewer Channel Name" )
188
188
189
+ string (REPLACE " " "" VIEWER_CHANNEL_NOSPACE ${VIEWER_CHANNEL} )
190
+ set (VIEWER_CHANNEL_NOSPACE ${VIEWER_CHANNEL_NOSPACE} CACHE STRING "Prefix used for resulting artifacts." )
191
+
189
192
set (ENABLE_SIGNING OFF CACHE BOOL "Enable signing the viewer" )
190
193
set (SIGNING_IDENTITY "" CACHE STRING "Specifies the signing identity to use, if necessary." )
191
194
Original file line number Diff line number Diff line change 3655
3655
group =" 1"
3656
3656
name =" Muscular_Torso"
3657
3657
label =" Torso Muscles"
3658
+ sex =" male"
3658
3659
show_simple =" true"
3659
3660
wearable =" shape"
3660
3661
edit_group =" shape_torso"
3692
3693
</param_morph >
3693
3694
</param >
3694
3695
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
+
3695
3739
<param
3696
3740
id =" 648"
3697
3741
group =" 1"
10263
10307
min2 =" .5" />
10264
10308
10265
10309
<driven
10266
- id =" 106 "
10310
+ id =" 107 "
10267
10311
min1 =" .5"
10268
10312
max1 =" 1"
10269
10313
max2 =" 1"
Original file line number Diff line number Diff line change 66
66
<combo_item name =" (Korean)" value =" ko" >한국어(Korean)*</combo_item >
67
67
</combo_box >
68
68
<string name =" region_name_prompt" >< Type region name> </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 " >
70
70
<combo_item name =" Askbeforesending" value =" Ask before sending" >Ask before sending</combo_item >
71
71
<combo_item name =" Alwayssend" value =" Always send" >Always send</combo_item >
72
72
<combo_item name =" Neversend" value =" Never send" >Never send</combo_item >
You can’t perform that action at this time.
0 commit comments