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>2009-07-26 07:54:17 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-07-26 07:54:17 +0400
commit117fdd8072fb6b8390d85498d8185c55a81f40e8 (patch)
treeba6cc1d7722460f116eee9ac4310cad04c6c15fd /release/ui/buttons_particle.py
parentf4d70c98125034808745886873a6d3e7e60527cb (diff)
* projection paint options in the toolbar
* renamed __no_header__ -> __show_header__
Diffstat (limited to 'release/ui/buttons_particle.py')
-rw-r--r--release/ui/buttons_particle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/ui/buttons_particle.py b/release/ui/buttons_particle.py
index f74dfa06427..46d7a7999f4 100644
--- a/release/ui/buttons_particle.py
+++ b/release/ui/buttons_particle.py
@@ -20,7 +20,7 @@ class ParticleButtonsPanel(bpy.types.Panel):
class PARTICLE_PT_particles(ParticleButtonsPanel):
__idname__= "PARTICLE_PT_particles"
- __no_header__ = True
+ __show_header__ = False
def poll(self, context):
return (context.particle_system or context.object)