From 7394e1a312ae4ac8194126e724b6546f190c5d37 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Tue, 17 Aug 2010 09:05:44 +0000 Subject: * Put "Custom Properties" panel to bottom in particle buttons as well. --- release/scripts/ui/properties_particle.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'release') diff --git a/release/scripts/ui/properties_particle.py b/release/scripts/ui/properties_particle.py index 72e804a1cef..ee550f42a5e 100644 --- a/release/scripts/ui/properties_particle.py +++ b/release/scripts/ui/properties_particle.py @@ -136,11 +136,6 @@ class PARTICLE_PT_context_particles(ParticleButtonsPanel, bpy.types.Panel): split.prop(psys, "reactor_target_particle_system", text="Particle System") -class PARTICLE_PT_custom_props(ParticleButtonsPanel, PropertyPanel, bpy.types.Panel): - COMPAT_ENGINES = {'BLENDER_RENDER'} - _context_path = "particle_system.settings" - - class PARTICLE_PT_emission(ParticleButtonsPanel, bpy.types.Panel): bl_label = "Emission" COMPAT_ENGINES = {'BLENDER_RENDER'} @@ -1078,6 +1073,11 @@ class PARTICLE_PT_vertexgroups(ParticleButtonsPanel, bpy.types.Panel): row.prop(psys, "vertex_group_field_negate", text="") +class PARTICLE_PT_custom_props(ParticleButtonsPanel, PropertyPanel, bpy.types.Panel): + COMPAT_ENGINES = {'BLENDER_RENDER'} + _context_path = "particle_system.settings" + + def register(): pass -- cgit v1.2.3