Animation: Sensible frame range for motion paths
Motion paths can now be initialised to more sensible frame ranges, rather than simply 1-250: - Scene Frame Range - Selected Keyframes - All Keyframes The Motion Paths operators are now also added to the Object context menu and the Dopesheet context menu. The scene range operator was removed, because the operators now automatically find the range when baking the motion paths. The clear operator now appears separated in "Selected Only" and "All", because it was not clear for the user what the button was doing. Reviewed By: sybren, looch Maniphest Tasks: T93047 Differential Revision: https://developer.blender.org/D13687
This commit is contained in:
@@ -390,6 +390,9 @@ class GRAPH_MT_context_menu(Menu):
|
||||
layout.operator_menu_enum("graph.mirror", "type", text="Mirror")
|
||||
layout.operator_menu_enum("graph.snap", "type", text="Snap")
|
||||
|
||||
layout.separator()
|
||||
layout.menu("VIEW3D_MT_motion_path")
|
||||
|
||||
|
||||
class GRAPH_MT_pivot_pie(Menu):
|
||||
bl_label = "Pivot Point"
|
||||
|
||||
Reference in New Issue
Block a user