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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-10-24 23:32:10 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-10-24 23:32:10 +0400
commit05334492a3708812c6ffe45db629738ec19dbda1 (patch)
tree076f9f824e2347f3bfc21250c8cb4ed7af5a8782 /intern/cycles
parent2bfd10131e7bcd5926c65c381a3e987145b02ad9 (diff)
Cycles: theme changes, some code syncing with trunk.
Diffstat (limited to 'intern/cycles')
-rw-r--r--intern/cycles/blender/addon/ui.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py
index d894f66c32e..f9e178a2d3a 100644
--- a/intern/cycles/blender/addon/ui.py
+++ b/intern/cycles/blender/addon/ui.py
@@ -363,7 +363,6 @@ def panel_node_draw(layout, id, output_type, input_name):
class CyclesLamp_PT_lamp(CyclesButtonsPanel, Panel):
bl_label = "Lamp"
bl_context = "data"
- bl_options = {'DEFAULT_CLOSED'}
@classmethod
def poll(cls, context):