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>2019-10-22 18:34:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-10-22 18:34:30 +0300
commitac18c3c28dee2f6a57be8620c7e9dbf2751a21f0 (patch)
tree27b4eedb67741a33106d7210e6e6a382db5f4347 /release/scripts/startup/bl_ui/properties_paint_common.py
parentf8e8f4ee0f8ad5384e6d4ee7c98e93852e100608 (diff)
Cleanup: unused variables, enums, spelling
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_paint_common.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_paint_common.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/properties_paint_common.py b/release/scripts/startup/bl_ui/properties_paint_common.py
index 23b2556eddb..d21a3456e61 100644
--- a/release/scripts/startup/bl_ui/properties_paint_common.py
+++ b/release/scripts/startup/bl_ui/properties_paint_common.py
@@ -109,8 +109,6 @@ class VIEW3D_MT_tools_projectpaint_clone(Menu):
def brush_texpaint_common(panel, context, layout, brush, _settings, projpaint=False):
- capabilities = brush.image_paint_capabilities
-
col = layout.column()
if brush.image_tool == 'FILL' and not projpaint: