[Bf-blender-cvs] [8b3fc04d4e2] sculpt-dev: Sculpt-dev: Fix typo in python script

Joseph Eagar noreply at git.blender.org
Sat Jan 8 20:55:07 CET 2022


Commit: 8b3fc04d4e281ca9a5b722c865cc38f65a31bbfe
Author: Joseph Eagar
Date:   Sat Jan 8 11:54:51 2022 -0800
Branches: sculpt-dev
https://developer.blender.org/rB8b3fc04d4e281ca9a5b722c865cc38f65a31bbfe

Sculpt-dev: Fix typo in python script

===================================================================

M	release/scripts/startup/bl_ui/properties_paint_common.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/properties_paint_common.py b/release/scripts/startup/bl_ui/properties_paint_common.py
index c6bad232953..ca6571e4a7c 100644
--- a/release/scripts/startup/bl_ui/properties_paint_common.py
+++ b/release/scripts/startup/bl_ui/properties_paint_common.py
@@ -2144,7 +2144,7 @@ def brush_settings_advanced(layout, context, brush, popover=False):
             enable_orig_normal = True
 
         sub = layout.row()
-        sub.enabled = enable_orig_normdal
+        sub.enabled = enable_orig_normal
 
         UnifiedPaintPanel.channel_unified(sub,
             context,



More information about the Bf-blender-cvs mailing list