[3d] move default values of showPreview, showGrid, cameraType to settings panel (#3443)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Terry Jia
2025-04-13 19:44:47 -04:00
committed by GitHub
parent e45f5bdebb
commit 1a066c7062
17 changed files with 187 additions and 5 deletions

View File

@@ -812,9 +812,11 @@
"troubleshoot": "문제 해결"
},
"settingsCategories": {
"3D": "3D",
"About": "정보",
"Appearance": "모양",
"BrushAdjustment": "브러시 조정",
"Camera": "카메라",
"Canvas": "캔버스",
"ColorPalette": "색상 팔레트",
"Comfy": "Comfy",
@@ -831,6 +833,7 @@
"Link": "링크",
"LinkRelease": "링크 해제",
"LiteGraph": "LiteGraph",
"Load 3D": "3D 불러오기",
"Locale": "언어 설정",
"Mask Editor": "마스크 편집기",
"Menu": "메뉴",
@@ -845,6 +848,7 @@
"QueueButton": "실행 큐 버튼",
"Reroute": "경유점",
"RerouteBeta": "경유점 (베타)",
"Scene": "장면",
"Server": "서버",
"Server-Config": "서버 구성",
"Settings": "설정",

View File

@@ -108,6 +108,22 @@
"Straight": "직선"
}
},
"Comfy_Load3D_CameraType": {
"name": "카메라 유형",
"options": {
"orthographic": "직교법",
"perspective": "원근법"
},
"tooltip": "새로운 3D 위젯이 생성될 때 카메라가 기본적으로 원근법 또는 직교법을 사용하는지를 제어합니다. 이 기본값은 생성 후 각 위젯별로 개별적으로 전환할 수 있습니다."
},
"Comfy_Load3D_ShowGrid": {
"name": "그리드 표시",
"tooltip": "기본적으로 그리드를 표시하도록 전환"
},
"Comfy_Load3D_ShowPreview": {
"name": "미리보기 표시",
"tooltip": "기본적으로 미리보기를 표시하도록 전환"
},
"Comfy_Locale": {
"name": "언어"
},