UI: Sort panels in Properties.

* Viewport Display always last before Custom Properties.
* DoF panel second as it's changed more often than Camera sensor width.
* In scene, move Simplify higher up as it is changed more often than Gravity or Audio.
This commit is contained in:
Pablo Vazquez
2018-11-03 03:25:51 +01:00
parent 346b00f6d1
commit 018d22fb7a
3 changed files with 13 additions and 13 deletions

View File

@@ -400,9 +400,9 @@ classes = (
COLLECTION_MT_specials,
OBJECT_PT_collections,
OBJECT_PT_duplication,
OBJECT_PT_display,
OBJECT_PT_motion_paths,
OBJECT_PT_motion_paths_display,
OBJECT_PT_display,
OBJECT_PT_custom_props,
)