RNA: disable animating the 3D cursor

Decorators took up space in the UI and this doesn't seem very useful.
This commit is contained in:
2019-02-26 01:48:46 +11:00
parent 86c0ee8020
commit c1f9127b64
2 changed files with 6 additions and 0 deletions

View File

@@ -4325,6 +4325,7 @@ class VIEW3D_PT_view3d_cursor(Panel):
def draw(self, context):
layout = self.layout
layout.use_property_split = True
layout.use_property_decorate = False # No animation.
scene = context.scene