Skip to content

Commit 56a4af4

Browse files
authored
upperchest info correction (#355)
* Corrected Upper Chest tooltip text Upper Chest is perfectly usable in SDK3, which is our current default. * Change default upper chest bool
1 parent 725be9b commit 56a4af4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extentions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def register():
2828
Scene.keep_upper_chest = BoolProperty(
2929
name=t('Scene.keep_upper_chest.label'),
3030
description=t('Scene.keep_upper_chest.desc'),
31-
default=False
31+
default=True
3232
)
3333

3434
Scene.combine_mats = BoolProperty(

resources/translations.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ Scene.zip_content.desc,Select the model you want to import,,불러올 모델을
762762
Scene.keep_upper_chest.label,Keep Upper Chest,上部の胸の骨を保つ,Upper Chest 보존
763763
Scene.keep_upper_chest.desc,"VRChat now partially supports the Upper Chest bone, so deleting it is no longer necessary.
764764

765-
WARNING: Currently this breaks Eye Tracking, so don't check this if you want Eye Tracking",,"VRChat은 이제 상단 가슴(Upper Chest) 본을 부분적으로 지원하므로 더 이상 삭제할 필요가 없습니다.
765+
Uncheck this if you are going to use the legacy SDK2 avatar system. Most people can leave this on.",,"VRChat은 이제 상단 가슴(Upper Chest) 본을 부분적으로 지원하므로 더 이상 삭제할 필요가 없습니다.
766766

767767
경고: 현재 이것은 눈 추적(Eye Tracking)을 망치기 때문에, 눈 추적을 원한다면 이것을 체크하지 말아주세요."
768768
Scene.combine_mats.label,Combine Same Materials,同じマテリアルを組み合わせる,동일한 매테리얼 결합

0 commit comments

Comments
 (0)