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

Lukas Tönne noreply at git.blender.org
Mon Apr 20 14:24:23 CEST 2015


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

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 756f358..3fdf21f 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -1861,7 +1861,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