[3d] Set view only when object exists (#1912)

* [3d] Set view only when object exists

* Update locales [skip ci]

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Terry Jia
2024-12-15 13:57:34 -05:00
committed by GitHub
parent 59b62eadf1
commit 7b64bfa173
11 changed files with 524 additions and 0 deletions

View File

@@ -2281,6 +2281,107 @@
}
}
},
"Load3D": {
"display_name": "3D 로드",
"inputs": {
"bg_color": {
"name": "배경_색"
},
"camera_type": {
"name": "카메라_유형"
},
"height": {
"name": "높이"
},
"image": {
"name": "이미지"
},
"light_intensity": {
"name": "빛_강도"
},
"material": {
"name": "재질"
},
"model_file": {
"name": "모델_파일"
},
"show_grid": {
"name": "그리드_보기"
},
"up_direction": {
"name": "위_방향"
},
"view": {
"name": "보기"
},
"width": {
"name": "너비"
}
},
"outputs": {
"0": {
"name": "이미지"
},
"1": {
"name": "마스크"
},
"2": {
"name": "메시_경로"
}
}
},
"Load3DAnimation": {
"display_name": "3D 로드 - 애니메이션",
"inputs": {
"animation_speed": {
"name": "애니메이션_속도"
},
"bg_color": {
"name": "배경_색"
},
"camera_type": {
"name": "카메라_유형"
},
"height": {
"name": "높이"
},
"image": {
"name": "이미지"
},
"light_intensity": {
"name": "빛_강도"
},
"material": {
"name": "재질"
},
"model_file": {
"name": "모델_파일"
},
"show_grid": {
"name": "그리드_보기"
},
"up_direction": {
"name": "위_방향"
},
"view": {
"name": "보기"
},
"width": {
"name": "너비"
}
},
"outputs": {
"0": {
"name": "이미지"
},
"1": {
"name": "마스크"
},
"2": {
"name": "메시_경로"
}
}
},
"LoadAudio": {
"display_name": "오디오 로드",
"inputs": {