Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/space_graph.py
| Show First 20 Lines • Show All 105 Lines • ▼ Show 20 Lines | def draw(self, context): | ||||
| layout.prop(st, "use_auto_merge_keyframes") | layout.prop(st, "use_auto_merge_keyframes") | ||||
| layout.separator() | layout.separator() | ||||
| layout.prop(st, "use_beauty_drawing") | layout.prop(st, "use_beauty_drawing") | ||||
| layout.separator() | layout.separator() | ||||
| layout.prop(st, "show_handles") | layout.prop(st, "show_handles") | ||||
| layout.prop(st, "auto_deselect_keys") | |||||
| layout.prop(st, "use_only_selected_curves_handles") | layout.prop(st, "use_only_selected_curves_handles") | ||||
| layout.prop(st, "use_only_selected_keyframe_handles") | layout.prop(st, "use_only_selected_keyframe_handles") | ||||
| 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() | ||||
| ▲ Show 20 Lines • Show All 196 Lines • Show Last 20 Lines | |||||