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/properties_world.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_world.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/release/scripts/startup/bl_ui/properties_world.py b/release/scripts/startup/bl_ui/properties_world.py
index 16283040c3c..6aa39580d34 100644
--- a/release/scripts/startup/bl_ui/properties_world.py
+++ b/release/scripts/startup/bl_ui/properties_world.py
@@ -250,15 +250,15 @@ class WORLD_PT_custom_props(WorldButtonsPanel, PropertyPanel, Panel):
classes = (
- WORLD_PT_ambient_occlusion,
WORLD_PT_context_world,
- WORLD_PT_custom_props,
+ WORLD_PT_preview,
+ WORLD_PT_world,
+ WORLD_PT_ambient_occlusion,
WORLD_PT_environment_lighting,
- WORLD_PT_gather,
WORLD_PT_indirect_lighting,
+ WORLD_PT_gather,
WORLD_PT_mist,
- WORLD_PT_preview,
- WORLD_PT_world,
+ WORLD_PT_custom_props,
)
if __name__ == "__main__": # only for live edit.