Grease Pencil: Merge GPencil_Editing_Stage3 branch into master
This commit merges all the work done in the GPencil_Editing_Stage3 branch as of ef2aecf2db981b5344e0d14e7f074f1742b0b2f7 into master. For more details about the changes that this brings, see the WIP release notes: http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.77/GPencil
This commit is contained in:
@@ -138,6 +138,19 @@ class DOPESHEET_HT_header(Header):
|
||||
# 'genericFiltersOnly' limits the options to only the relevant 'generic' subset of
|
||||
# filters which will work here and are useful (especially for character animation)
|
||||
dopesheet_filter(layout, context, genericFiltersOnly=True)
|
||||
elif st.mode == 'GPENCIL':
|
||||
row = layout.row(align=True)
|
||||
row.prop(st.dopesheet, "show_gpencil_3d_only", text="Active Only")
|
||||
|
||||
if st.dopesheet.show_gpencil_3d_only:
|
||||
row = layout.row(align=True)
|
||||
row.prop(st.dopesheet, "show_only_selected", text="")
|
||||
row.prop(st.dopesheet, "show_hidden", text="")
|
||||
|
||||
row = layout.row(align=True)
|
||||
row.prop(st.dopesheet, "use_filter_text", text="")
|
||||
if st.dopesheet.use_filter_text:
|
||||
row.prop(st.dopesheet, "filter_text", text="")
|
||||
|
||||
row = layout.row(align=True)
|
||||
row.prop(toolsettings, "use_proportional_action",
|
||||
|
Reference in New Issue
Block a user