forked from cuddlyogre/ExportLDraw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathldraw_part_types.py
More file actions
14 lines (14 loc) · 836 Bytes
/
ldraw_part_types.py
File metadata and controls
14 lines (14 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
configuration_types = ["configuration"]
model_types = ["model", "unofficial_model", "un-official model", "submodel", None]
part_types = ["part", "unofficial_part", "un-official part"]
shortcut_types = ["shortcut", "unofficial_shortcut", "un-official shortcut"]
subpart_types = ["subpart", "un-official subpart", "unofficial_subpart"]
primitive_types = ["primitive", "un-official primitive"]
plain_stud_names = ["stud.dat", "stud2.dat"]
stud_names = [
"stud.dat", "stud-logo.dat", "stud-logo2.dat", "stud-logo3.dat", "stud-logo4.dat", "stud-logo5.dat",
"stud2.dat", "stud2-logo.dat", "stud2-logo2.dat", "stud2-logo3.dat", "stud2-logo4.dat", "stud2-logo5.dat",
]
edge_logo_names = ["logo.dat", "logo2.dat"]
logo_names = ["logo3.dat", "logo4.dat", "logo5.dat"]
logos = ["logo", "logo2", "logo3", "logo4", "logo5", "high-contrast"]