Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Vazquez <venomgfx@gmail.com>2018-11-03 05:25:51 +0300
committerPablo Vazquez <venomgfx@gmail.com>2018-11-03 05:25:51 +0300
commit018d22fb7ad2b4e957c92dd99256fdc8af0caaba (patch)
tree45e5f328ed64a7d3b9bb0d18eb6a02c644c30621 /release/scripts/startup/bl_ui/properties_object.py
parent346b00f6d1fdee7da8e8d24bf831975b39ddc9cd (diff)
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.
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_object.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_object.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_object.py b/release/scripts/startup/bl_ui/properties_object.py
index 1c1db517360..d25d3c1f86e 100644
--- a/release/scripts/startup/bl_ui/properties_object.py
+++ b/release/scripts/startup/bl_ui/properties_object.py
@@ -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,
)