[Bf-blender-cvs] [329d3fe59b8] greasepencil-object: Fix typo error in Onion Panel

Antonio Vazquez noreply at git.blender.org
Wed Sep 20 11:32:57 CEST 2017


Commit: 329d3fe59b825d5d7b649af8a599b76d4523ea10
Author: Antonio Vazquez
Date:   Wed Sep 20 11:32:49 2017 +0200
Branches: greasepencil-object
https://developer.blender.org/rB329d3fe59b825d5d7b649af8a599b76d4523ea10

Fix typo error in Onion Panel

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

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

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

diff --git a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
index a8ef61debe0..aa30818a140 100644
--- a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
+++ b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
@@ -1305,8 +1305,8 @@ class GreasePencilOnionPanel:
             # - Before Frames
             sub = split.column(align=True)
             row = sub.row(align=True)
-            row.active = gpl.use_ghost_custom_color
-            s
+            row.active = gpl.use_ghost_custom_colors
+            
             row.prop(gpl, "before_color", text="")
             row = sub.row(align=True)
             row.active = gpl.onion_mode in ('ABSOLUTE', 'RELATIVE')



More information about the Bf-blender-cvs mailing list