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:
authorJoseph Eagar <joeedh@gmail.com>2021-09-18 11:26:12 +0300
committerJoseph Eagar <joeedh@gmail.com>2021-09-18 11:26:12 +0300
commit5223f73a1d0027452fcf8f9144a52025b3e6e58c (patch)
tree71b7d6cc91d3a3ef7f1b6cbb837045651ff2be0e /release/scripts/startup/bl_ui
parentfe4758431659ae7429c74334e4889b1f66261f99 (diff)
Fix compile error
Diffstat (limited to 'release/scripts/startup/bl_ui')
-rw-r--r--release/scripts/startup/bl_ui/properties_paint_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_paint_common.py b/release/scripts/startup/bl_ui/properties_paint_common.py
index 8ae7bec51e9..3c5926e5972 100644
--- a/release/scripts/startup/bl_ui/properties_paint_common.py
+++ b/release/scripts/startup/bl_ui/properties_paint_common.py
@@ -976,7 +976,7 @@ def brush_shared_settings(layout, context, brush, popover=False):
# layout.prop(brush.channels.channels["STRENGTH"], "value", text="Strength")
# pass
#elif strength:
- if strength:
+ if strength:
pressure_name = "use_pressure_strength" if strength_pressure else None
UnifiedPaintPanel.prop_unified(
layout,