Graph Editor: Added option to turn off AA drawing for performance

gains when using really heavy files
This commit is contained in:
Joshua Leung
2011-02-09 02:09:25 +00:00
parent fdf60ba4a6
commit 4eb76a1a90
4 changed files with 29 additions and 19 deletions

View File

@@ -80,6 +80,9 @@ class GRAPH_MT_view(bpy.types.Menu):
layout.prop(st, "show_sliders")
layout.prop(st, "use_auto_merge_keyframes")
layout.separator()
layout.prop(st, "use_fancy_drawing")
layout.separator()
if st.show_handles:
layout.operator("graph.handles_view_toggle", icon='CHECKBOX_HLT', text="Show All Handles")