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_data_lamp.py
parentf4d70c98125034808745886873a6d3e7e60527cb (diff)
* projection paint options in the toolbar
* renamed __no_header__ -> __show_header__
Diffstat (limited to 'release/ui/buttons_data_lamp.py')
-rw-r--r--release/ui/buttons_data_lamp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/ui/buttons_data_lamp.py b/release/ui/buttons_data_lamp.py
index 018650cf8bf..aa84c5c471d 100644
--- a/release/ui/buttons_data_lamp.py
+++ b/release/ui/buttons_data_lamp.py
@@ -21,7 +21,7 @@ class DATA_PT_preview(DataButtonsPanel):
class DATA_PT_context_lamp(DataButtonsPanel):
__idname__ = "DATA_PT_context_lamp"
- __no_header__ = True
+ __show_header__ = False
def draw(self, context):
layout = self.layout