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:
authorCampbell Barton <ideasman42@gmail.com>2018-06-26 09:45:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-26 09:45:13 +0300
commite6825946d057f077f5473366b4fa4d383484a81c (patch)
tree455b9ad53ae213fb8193af7620a04e68a1381514 /release/scripts/startup/bl_ui/properties_particle.py
parent29182dd5700eb0866aeee42dda9b03d6e7db57cc (diff)
Cleanup: style, pep8
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_particle.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_particle.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/release/scripts/startup/bl_ui/properties_particle.py b/release/scripts/startup/bl_ui/properties_particle.py
index c521c59a79d..fbc053a565f 100644
--- a/release/scripts/startup/bl_ui/properties_particle.py
+++ b/release/scripts/startup/bl_ui/properties_particle.py
@@ -1738,7 +1738,6 @@ class PARTICLE_PT_force_fields_type1(ParticleButtonsPanel, Panel):
basic_force_field_settings_ui(self, context, part.force_field_1)
-
class PARTICLE_PT_force_fields_type2(ParticleButtonsPanel, Panel):
bl_label = "Type 2"
bl_parent_id = "PARTICLE_PT_force_fields"
@@ -1770,14 +1769,12 @@ class PARTICLE_PT_force_fields_type1_falloff(ParticleButtonsPanel, Panel):
basic_force_field_falloff_ui(self, context, part.force_field_1)
-
class PARTICLE_PT_force_fields_type2_falloff(ParticleButtonsPanel, Panel):
bl_label = "Falloff"
bl_options = {'DEFAULT_CLOSED'}
bl_parent_id = "PARTICLE_PT_force_fields_type2"
COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_EEVEE'}
-
def draw(self, context):
layout = self.layout
layout.use_property_split = True