draw options for mask spline matching the UV view

This commit is contained in:
Campbell Barton
2012-05-30 16:22:33 +00:00
parent 001ea9fc9f
commit 125e7550ff
7 changed files with 136 additions and 37 deletions

View File

@@ -711,6 +711,12 @@ class CLIP_PT_display(CLIP_PT_clip_view_panel, Panel):
col.label(text="Display Aspect Ratio:")
row = col.row()
row.prop(clip, "display_aspect", text="")
if sc.mode == 'MASKEDITING':
col = layout.column()
col.prop(sc, "mask_draw_type", text="")
col.prop(sc, "show_mask_smooth")
class CLIP_PT_marker_display(CLIP_PT_clip_view_panel, Panel):