[Bf-blender-cvs] [0101ec6] strand_editmode: Removed deprecated UI button for the hair debug flag.

Lukas Tönne noreply at git.blender.org
Wed Jan 28 19:30:47 CET 2015


Commit: 0101ec6d7279c8f68c1434ab6ee346a2f5a1173f
Author: Lukas Tönne
Date:   Wed Jan 28 19:30:19 2015 +0100
Branches: strand_editmode
https://developer.blender.org/rB0101ec6d7279c8f68c1434ab6ee346a2f5a1173f

Removed deprecated UI button for the hair debug flag.

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

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

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

diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index a023828..6c5f674 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -1851,7 +1851,6 @@ class VIEW3D_PT_tools_hairmode(View3DPanel, Panel):
         ob = context.active_object
 
         col = layout.column(align=True)
-        col.prop(settings, "show_debug_data", text="Debug")
 
 
 # Grease Pencil drawing tools




More information about the Bf-blender-cvs mailing list