summaryrefslogtreecommitdiffstats
path: root/editor/animation_track_editor.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #80860 from RandomShaper/harmonize_track_insertRémi Verschelde2024-06-171-0/+1
|\ | | | | | | Simplify right-click track insertion code
| * Simplify right-click track insertion codePedro J. Estébanez2024-06-131-0/+1
| |
* | Merge pull request #92870 from KoBeWi/maybe_RESET_a_bit_lessRémi Verschelde2024-06-131-0/+1
|\ \ | | | | | | | | | Don't allow creating invalid RESET keys
| * | Don't allow creating invalid RESET keyskobewi2024-06-071-0/+1
| |/
* / Fix unstable AnimationTrackEditor snapping valueSilc Lizard (Tokage) Renew2024-06-041-0/+3
|/
* Merge pull request #88498 from CookieBadger/animation-fix-snapping-multipleRémi Verschelde2024-03-241-1/+3
|\ | | | | | | Fix snapping multiple keys in Animation
| * Fix snapping multiple keys in Animationemild2024-03-181-1/+3
| |
* | Merge pull request #88445 from CookieBadger/animation-paste-snap-fixRémi Verschelde2024-03-241-2/+2
|\ \ | | | | | | | | | Fix various bugs in Animation key right click actions
| * | Fix various bugs in Animation key right click actionsemild2024-02-201-2/+2
| |/
* | Add auto focus timeline and bezier scale on animation editorHilderin2024-03-191-0/+9
| | | | | | | | | | | | | | | | Add a button at the bottom of the animation editor that change the zoom based on the animation length and the bezier scale based on the values and handles of the displayed tracks. The icon and the tooltip of the button change depending if the bezier editor is displayed or not. Some refactor was made in animation_track_editor.cpp to remove code duplication with the visibility check of the tracks. This should help with the issue #85826
* | Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-2/+2
|/
* Merge pull request #88350 from CookieBadger/animation-cut-keyframeRémi Verschelde2024-02-181-1/+3
|\ | | | | | | Implement Cut Selected Keys in AnimationPlayer
| * implemented cut selected keys in animation playeremild2024-02-151-1/+3
| |
* | Make consistent the retrieval of audio tracksSilc Lizard (Tokage) Renew2024-02-181-0/+8
|/
* Fix vertical zoom factor in Animation Bezier Editoremild2024-02-131-1/+2
|
* Merge pull request #87250 from CookieBadger/animation-copy-paste-keyframeRémi Verschelde2024-02-121-3/+30
|\ | | | | | | Implement consistent functionality for select, copy, paste, and duplicate in AnimationPlayer
| * implement consistent select, copy, paste, duplicate in animation playeremild2024-02-061-3/+30
| |
* | Merge pull request #85367 from KoBeWi/elephant_in_the_editorRémi Verschelde2024-02-121-0/+1
|\ \ | |/ |/| | | Fix custom type icon sizes in animation tracks
| * Fix custom type icon sizes in animation trackskobewi2023-11-251-0/+1
| |
* | Merge pull request #85142 from CookieBadger/animation-player-improvementsRémi Verschelde2024-01-081-0/+10
|\ \ | | | | | | | | | Improve usability of zooming in the animation editor
| * | Improved usability of zoom features in animation playerCookieBadger2024-01-071-0/+10
| | |
* | | Make default options of int value track refer to RESET animationSilc Lizard (Tokage) Renew2024-01-021-0/+2
| | |
* | | Fix setting bezier track handle mode from inspector.Saracen2023-12-141-0/+2
| |/ |/|
* | Fix seeking bug in AnimationPlayerEditorSilc Lizard (Tokage) Renew2023-11-221-1/+1
|/
* Merge pull request #81188 from the-sink/animation_player_thingsRémi Verschelde2023-10-031-0/+2
|\ | | | | | | Select node when clicked in AnimationPlayer timeline
| * Select node when clicked in AnimationPlayer timelinethe-sink2023-09-281-0/+2
| |
* | Implement AnimationManager the base class of AnimationPlayer/TreeSilc Lizard (Tokage) Renew2023-09-291-0/+8
|/
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-10/+9
| | | | | | Also start organizing editor-specific GUI components into a dedicated folder, `editor/gui`. Also move `editor_file_server` next to the rest of debugger classes.
* Fix weird bezier edit button update timing in AnimationTrackEditorSilc Renew2023-02-111-0/+1
|
* Implement blending audio feature to AnimationTreeSilc Renew2023-01-281-1/+4
|
* Add gesture to ViewPanner and simplify a bit its APIGilles Roudière2023-01-231-6/+4
|
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
| | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
* Add inspector plugin for key time edit & Change find key argumentSilc Renew2022-12-221-2/+100
|
* Remove UPDATE_TRIGGER & Match behaviors between AnimationTree/PlayerSilc Renew2022-12-021-1/+0
| | | | #69357
* Fix wrong AnimationTrackKeyEdit update timingSilc Renew2022-11-251-1/+0
|
* Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-7/+0
|
* Fix connection of animation changed signal in AnimationTrackEditorSilc Renew2022-11-201-1/+0
|
* Fix update timing when AnimationEditor changes FPSSilc Renew2022-11-171-0/+2
|
* Port remaining connections to callable_mpTomasz Chabora2022-09-181-5/+5
|
* Fixed AnimationTrackEditor redraw/deselect timing and find key compearationSilc Renew2022-08-291-2/+4
|
* Add optimization for Animation::ValueTrackSilc Renew2022-08-271-2/+2
|
* Add linear/cubic angle interpolation to Animation interpolation typeSilc Renew2022-08-271-1/+3
|
* Make Cubic to CubicInTime and reduce items in the track intrp typeSilc Renew2022-08-261-2/+1
|
* Merge pull request #64647 from TokageItLab/auto-tangentRémi Verschelde2022-08-231-1/+3
|\
| * Add bezier preset and refactor bezier editorSilc Renew2022-08-231-1/+3
| | | | | | | | Co-authored-by: Razoric480 <razoric480@gmail.com>
* | Merge pull request #64678 from TokageItLab/implement-ease-bakerRémi Verschelde2022-08-231-0/+16
|\ \ | | | | | | Fix Quaternion Tween and add Easing baker to AnimationTrackEditor
| * | Fix Quaternion Tween and implement ease bakerSilc Renew2022-08-221-0/+16
| |/
* | Merge pull request #59564 from KoBeWi/FINALLY,_ULTIMATE_UNDO_REDORémi Verschelde2022-08-221-6/+6
|\ \
| * | Add per-scene UndoRedokobewi2022-08-221-6/+6
| | |
* | | Merge pull request #64132 from TokageItLab/fix-optimizerRémi Verschelde2022-08-221-2/+2
|\ \ \ | |/ / |/| |