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_particle.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_particle.py22
1 files changed, 11 insertions, 11 deletions
diff --git a/release/scripts/startup/bl_ui/properties_particle.py b/release/scripts/startup/bl_ui/properties_particle.py
index deaf6cd4f37..593312fc071 100644
--- a/release/scripts/startup/bl_ui/properties_particle.py
+++ b/release/scripts/startup/bl_ui/properties_particle.py
@@ -1406,24 +1406,24 @@ class PARTICLE_PT_custom_props(ParticleButtonsPanel, PropertyPanel, Panel):
classes = (
- PARTICLE_MT_hair_dynamics_presets,
PARTICLE_MT_specials,
- PARTICLE_PT_boidbrain,
- PARTICLE_PT_cache,
- PARTICLE_PT_children,
+ PARTICLE_MT_hair_dynamics_presets,
+ PARTICLE_UL_particle_systems,
PARTICLE_PT_context_particles,
- PARTICLE_PT_custom_props,
- PARTICLE_PT_draw,
PARTICLE_PT_emission,
- PARTICLE_PT_field_weights,
- PARTICLE_PT_force_fields,
PARTICLE_PT_hair_dynamics,
+ PARTICLE_PT_cache,
+ PARTICLE_PT_velocity,
+ PARTICLE_PT_rotation,
PARTICLE_PT_physics,
+ PARTICLE_PT_boidbrain,
PARTICLE_PT_render,
- PARTICLE_PT_rotation,
- PARTICLE_PT_velocity,
+ PARTICLE_PT_draw,
+ PARTICLE_PT_children,
+ PARTICLE_PT_field_weights,
+ PARTICLE_PT_force_fields,
PARTICLE_PT_vertexgroups,
- PARTICLE_UL_particle_systems,
+ PARTICLE_PT_custom_props,
)
if __name__ == "__main__": # only for live edit.