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:
Diffstat (limited to 'release/scripts/startup/bl_ui/space_userpref.py')
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index faaf54173ff..99ac5a049ee 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -1483,22 +1483,22 @@ class USERPREF_PT_addons(Panel):
classes = (
USERPREF_HT_header,
- USERPREF_MT_addons_online_resources,
- USERPREF_MT_appconfigs,
+ USERPREF_PT_tabs,
USERPREF_MT_interaction_presets,
- USERPREF_MT_interface_theme_presets,
- USERPREF_MT_keyconfigs,
- USERPREF_MT_ndof_settings,
+ USERPREF_MT_appconfigs,
USERPREF_MT_splash,
USERPREF_MT_splash_footer,
- USERPREF_PT_addons,
- USERPREF_PT_edit,
- USERPREF_PT_file,
- USERPREF_PT_input,
USERPREF_PT_interface,
+ USERPREF_PT_edit,
USERPREF_PT_system,
- USERPREF_PT_tabs,
+ USERPREF_MT_interface_theme_presets,
USERPREF_PT_theme,
+ USERPREF_PT_file,
+ USERPREF_MT_ndof_settings,
+ USERPREF_MT_keyconfigs,
+ USERPREF_PT_input,
+ USERPREF_MT_addons_online_resources,
+ USERPREF_PT_addons,
)
if __name__ == "__main__": # only for live edit.