mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user