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:
Diffstat (limited to 'release/ui/space_view3d_toolbar.py')
-rw-r--r--release/ui/space_view3d_toolbar.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/ui/space_view3d_toolbar.py b/release/ui/space_view3d_toolbar.py
index f207a3d1489..dd8a265947a 100644
--- a/release/ui/space_view3d_toolbar.py
+++ b/release/ui/space_view3d_toolbar.py
@@ -441,6 +441,7 @@ class VIEW3D_PT_tools_brush(PaintPanel):
class VIEW3D_PT_tools_brush_curve(PaintPanel):
__label__ = "Curve"
+ __default_closed__ = True
def poll(self, context):
settings = self.paint_settings(context)