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:
authorNicholas Bishop <nicholasbishop@gmail.com>2009-08-17 19:17:45 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2009-08-17 19:17:45 +0400
commit21ca9a6049b7e0948752f06a952d9e13a2966117 (patch)
tree162885250e66d90cbf3727c85b8ff0cda261a75a /release
parentb0fe88117b923da49486f765521ed4c3d1b58965 (diff)
2.5 paint:
* Fixed texture paint UI
Diffstat (limited to 'release')
-rw-r--r--release/ui/space_view3d_toolbar.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/ui/space_view3d_toolbar.py b/release/ui/space_view3d_toolbar.py
index c8dedd7431c..1308791bdbc 100644
--- a/release/ui/space_view3d_toolbar.py
+++ b/release/ui/space_view3d_toolbar.py
@@ -292,7 +292,6 @@ class VIEW3D_PT_tools_brush(PaintPanel):
settings = self.paint_settings(context)
brush = settings.brush
- paint = context.sculpt_object or context.vertex_paint_object
if not context.particle_edit_object:
col = layout.split().column()