[Bf-blender-cvs] [4c6e7ef11f3] blender2.8: Missing from last commit

Campbell Barton noreply at git.blender.org
Wed Nov 28 01:27:23 CET 2018


Commit: 4c6e7ef11f3007e5433532b3c1f816260d84e142
Author: Campbell Barton
Date:   Wed Nov 28 11:27:06 2018 +1100
Branches: blender2.8
https://developer.blender.org/rB4c6e7ef11f3007e5433532b3c1f816260d84e142

Missing from last commit

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

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

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

diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index b9c7d9ae818..6add7bf32eb 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -202,7 +202,6 @@ class USERPREF_PT_interface(Panel):
         col.label(text="App Template:")
         col.label(text="Options intended for use with app-templates only.")
         col.prop(view, "show_layout_ui")
-        col.prop(view, "show_view3d_cursor")
 
 
 class USERPREF_PT_edit(Panel):



More information about the Bf-blender-cvs mailing list