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,

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to