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/scripts')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d_toolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index a87038a524d..dc9c0761a0a 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -476,7 +476,7 @@ class VIEW3D_PT_tools_brush_clone(Panel, View3DPaintPanel):
@classmethod
def poll(cls, context):
- settings = self.paint_settings(context)
+ settings = cls.paint_settings(context)
brush = settings.brush
return brush.image_tool == 'CLONE'