Fix for missing filter button to visualize/hide animation data related to line styles.

This commit is contained in:
Tamito Kajiyama
2013-09-03 22:50:58 +00:00
parent 972c4640dc
commit e9182c1176

View File

@@ -89,6 +89,8 @@ def dopesheet_filter(layout, context, genericFiltersOnly=False):
row.prop(dopesheet, "show_particles", text="")
if bpy.data.speakers:
row.prop(dopesheet, "show_speakers", text="")
if bpy.data.linestyles:
row.prop(dopesheet, "show_linestyles", text="")
#######################################