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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user