This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
software
/
assimp.assimp
mirror of
https://github.com/assimp/assimp.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
port/PyAssimp/pyassimp/formats.py: add missing comma (implicit string concatenation, assumed unintentional)
Charlie Gettys
6 năm trước cách đây
mục cha
44e89520eb
commit
51844b206d
1 tập tin đã thay đổi
với
1 bổ sung
và
1 xóa
View chưa được định nghĩa
Hiển thị tình trạng sai khác
1
1
port/PyAssimp/pyassimp/formats.py
+ 1
- 1
port/PyAssimp/pyassimp/formats.py
Xem Tập Tin
@@ -21,7 +21,7 @@ FORMATS = ["CSM",
"STL",
"STL",
"IRR",
"IRR",
"Q3O",
"Q3O",
- "Q3D"
+ "Q3D"
,
"MS3D",
"MS3D",
"Q3S",
"Q3S",
"ZGL",
"ZGL",