[Bf-blender-cvs] [bd30a6350b3] blender2.8: Cleanup: remove unused RNA variable

Campbell Barton noreply at git.blender.org
Fri May 11 21:57:14 CEST 2018


Commit: bd30a6350b3dbdc7967d546366fc0c52b75d5a09
Author: Campbell Barton
Date:   Fri May 11 21:26:55 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBbd30a6350b3dbdc7967d546366fc0c52b75d5a09

Cleanup: remove unused RNA variable

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

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

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

diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 7fc7f787b3f..7c32c39e740 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -3894,7 +3894,6 @@ class VIEW3D_PT_view3d_curvedisplay(Panel):
         row = col.row()
         row.prop(curve, "show_handles", text="Handles")
         row.prop(curve, "show_normal_face", text="Normals")
-        col.prop(context.scene.tool_settings, "normal_size", text="Normal Size")
 
 
 class VIEW3D_PT_transform_orientations(Panel):



More information about the Bf-blender-cvs mailing list