UI: Minor tweak on Object Type Visibility popover.

Mirror order of items as in 'Add' object menu.
This commit is contained in:
Pablo Vazquez 2019-02-28 20:09:40 +01:00
parent 050cf891f2
commit 05bb793b39
1 changed files with 2 additions and 2 deletions

View File

@ -4457,15 +4457,15 @@ class VIEW3D_PT_object_type_visibility(Panel):
("surf", "Surface"),
("meta", "Meta"),
("font", "Font"),
("grease_pencil", "Grease Pencil"),
(None, None),
# Other
("armature", "Armature"),
("lattice", "Lattice"),
("empty", "Empty"),
("grease_pencil", "Grease Pencil"),
("camera", "Camera"),
("light", "Light"),
("light_probe", "Light Probe"),
("camera", "Camera"),
("speaker", "Speaker"),
)