Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/space_dopesheet.py
| Show First 20 Lines • Show All 334 Lines • ▼ Show 20 Lines | def draw(self, context): | ||||
| layout.prop(st, "show_interpolation") | layout.prop(st, "show_interpolation") | ||||
| layout.prop(st, "show_extremes") | layout.prop(st, "show_extremes") | ||||
| layout.prop(st, "use_auto_merge_keyframes") | layout.prop(st, "use_auto_merge_keyframes") | ||||
| layout.separator() | layout.separator() | ||||
| layout.prop(st, "show_markers") | layout.prop(st, "show_markers") | ||||
| layout.separator() | layout.separator() | ||||
| layout.prop(context.scene, "show_subframe", text="Show Subframes") | |||||
| layout.prop(st, "show_seconds") | layout.prop(st, "show_seconds") | ||||
| layout.prop(st, "show_locked_time") | layout.prop(st, "show_locked_time") | ||||
| layout.separator() | layout.separator() | ||||
| layout.operator("anim.previewrange_set") | layout.operator("anim.previewrange_set") | ||||
| layout.operator("anim.previewrange_clear") | layout.operator("anim.previewrange_clear") | ||||
| layout.operator("action.previewrange_set") | layout.operator("action.previewrange_set") | ||||
| ▲ Show 20 Lines • Show All 491 Lines • Show Last 20 Lines | |||||