Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/space_graph.py
| Context not available. | |||||
| layout.operator_menu_enum("graph.easing_type", "type", text="Easing Type") | layout.operator_menu_enum("graph.easing_type", "type", text="Easing Type") | ||||
| layout.separator() | layout.separator() | ||||
| layout.operator("graph.decimate") | |||||
| layout.operator("graph.clean").channels = False | layout.operator("graph.clean").channels = False | ||||
| layout.operator("graph.clean", text="Clean Channels").channels = True | layout.operator("graph.clean", text="Clean Channels").channels = True | ||||
| layout.operator("graph.smooth") | layout.operator("graph.smooth") | ||||
| Context not available. | |||||