Graph Editor: Added option to turn off AA drawing for performance
gains when using really heavy files
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user