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_scene.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_scene.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/release/scripts/startup/bl_ui/properties_scene.py b/release/scripts/startup/bl_ui/properties_scene.py
index 7268a68a724..fb93c0b56f2 100644
--- a/release/scripts/startup/bl_ui/properties_scene.py
+++ b/release/scripts/startup/bl_ui/properties_scene.py
@@ -446,19 +446,19 @@ class SCENE_PT_custom_props(SceneButtonsPanel, PropertyPanel, Panel):
classes = (
SCENE_MT_units_length_presets,
- SCENE_PT_audio,
- SCENE_PT_color_management,
- SCENE_PT_custom_props,
- SCENE_PT_keying_set_paths,
+ SCENE_UL_keying_set_paths,
+ SCENE_PT_scene,
+ SCENE_PT_unit,
SCENE_PT_keying_sets,
+ SCENE_PT_keying_set_paths,
+ SCENE_PT_color_management,
+ SCENE_PT_audio,
SCENE_PT_physics,
+ SCENE_PT_rigid_body_world,
SCENE_PT_rigid_body_cache,
SCENE_PT_rigid_body_field_weights,
- SCENE_PT_rigid_body_world,
- SCENE_PT_scene,
SCENE_PT_simplify,
- SCENE_PT_unit,
- SCENE_UL_keying_set_paths,
+ SCENE_PT_custom_props,
)
if __name__ == "__main__": # only for live edit.