Merge pull request #107511 from shadow-foss/insert-at-timeline-cursor-button

Add toggle for inserting keys/markers at current time vs mouse cursor's position
This commit is contained in:
Thaddeus Crews
2025-09-20 13:41:35 -05:00
5 changed files with 38 additions and 2 deletions

View File

@@ -547,6 +547,10 @@
<member name="editors/animation/default_fps_mode" type="int" setter="" getter="">
Default step mode for [AnimationPlayer] (seconds or FPS). The option is remembered locally for a scene and this option only determines the default value when scene doesn't have local state yet.
</member>
<member name="editors/animation/insert_at_current_time" type="bool" setter="" getter="">
If [code]true[/code], animation keys and markers are inserted at the current time in the animation.
If [code]false[/code], they are inserted at the mouse cursor's position.
</member>
<member name="editors/animation/onion_layers_future_color" type="Color" setter="" getter="">
The modulate color to use for "future" frames displayed in the animation editor's onion skinning feature.
</member>