[Bf-blender-cvs] [ac46f45e5c5] greasepencil-object: UI: Hide old Tools panels: Animation and Shapes

Antonio Vazquez noreply at git.blender.org
Wed Jul 11 21:36:24 CEST 2018


Commit: ac46f45e5c5bb2bcbad9814adc19cecb92dcac6c
Author: Antonio Vazquez
Date:   Wed Jul 11 21:36:18 2018 +0200
Branches: greasepencil-object
https://developer.blender.org/rBac46f45e5c5bb2bcbad9814adc19cecb92dcac6c

UI: Hide old Tools panels: Animation and Shapes

Pending to decide where put these operators.

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

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 e562dd18419..2dcb93cc09f 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -1785,7 +1785,7 @@ classes = (
     VIEW3D_PT_tools_grease_pencil_brush_stabilizer,
     VIEW3D_PT_tools_grease_pencil_brush_random,
     VIEW3D_PT_tools_grease_pencil_brushcurves,
-    VIEW3D_PT_tools_grease_pencil_shapes,
+    # VIEW3D_PT_tools_grease_pencil_shapes,
     VIEW3D_PT_tools_grease_pencil_edit,
     VIEW3D_PT_tools_grease_pencil_sculpt,
     VIEW3D_PT_tools_grease_pencil_weight_paint,
@@ -1794,7 +1794,7 @@ classes = (
     VIEW3D_PT_tools_grease_pencil_sculpt_appearance,
     VIEW3D_PT_tools_grease_pencil_weight_appearance,
     VIEW3D_PT_tools_grease_pencil_interpolate,
-    VIEW3D_PT_tools_grease_pencil_animation,
+    #VIEW3D_PT_tools_grease_pencil_animation,
 )
 
 if __name__ == "__main__":  # only for live edit.



More information about the Bf-blender-cvs mailing list