summaryrefslogtreecommitdiffstats
path: root/editor/animation_track_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #98826 from UnfavorableEnhancer/animation-editor-snap-fixThaddeus Crews2024-11-121-4/+5
|\
| * fix holding shift not lowering animation snapUnfavorableEnhancer2024-11-111-4/+5
* | Merge pull request #99013 from TokageItLab/fps-compat-toggleThaddeus Crews2024-11-111-9/+55
|\ \ | |/ |/|
| * Add FPS compatible option in second mode of animation editor snappingSilc Lizard (Tokage) Renew2024-11-121-9/+55
* | Add type filters to AnimationPlayer's "Add Track"Jason Morgado2024-11-091-0/+22
|/
* Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-1/+2
* Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-17/+17
* Fix typos in `AnimationMarkerEdit`Haoyu Qiu2024-10-171-2/+2
* Merge pull request #97833 from AtlaStar/Fix-issue-97832Thaddeus Crews2024-10-141-5/+7
|\
| * Allow seconds snapping to use minimum intervals of 0.0001 once moreDerrick Melton2024-10-101-5/+7
* | Merge pull request #97563 from SaracenOne/key_sub_pathsThaddeus Crews2024-10-101-1/+12
|\ \ | |/ |/|
| * Fix keying of property subpaths.Saracen2024-09-281-1/+12
* | Allow fractional FPS values in Animation EditorDerrick Melton2024-10-021-15/+15
* | Add markers to animationchocola-mint2024-09-291-13/+1385
|/
* Set auto translate mode for drag previewsHaoyu Qiu2024-09-191-0/+1
* Fix animation `bezierEditor` uses only half the view.Mounir Tohami2024-09-171-2/+2
* Merge pull request #96902 from SaracenOne/animation_selection_boxRémi Verschelde2024-09-161-12/+53
|\
| * Fix selection box + scrolling in animation editor.Saracen2024-09-151-12/+53
* | Merge pull request #96400 from Maran23/inputmap-usage-for-filter-and-correspo...Rémi Verschelde2024-09-161-20/+0
|\ \ | |/ |/|
| * Use InputMap actions consistently across all LineEdit's that filter an underl...Marius Hanl2024-08-311-20/+0
* | Update AnimationPlayer in real-time when bezier curve properties or bezier ed...Dowsley2024-09-121-0/+20
* | Fix errors when creating bezier component tracks.Saracen2024-09-101-1/+24
* | Add separate timeline snapping control to Animation EditorKasper Arnklit Frandsen2024-09-021-16/+31
* | Merge pull request #96428 from SaracenOne/timeline_display_fixRémi Verschelde2024-09-021-3/+8
|\ \
| * | Fix overlapping in animation timeline display.Saracen2024-09-011-3/+8
| |/
* | Merge pull request #96013 from passivestar/keyframe-navigationRémi Verschelde2024-09-021-0/+4
|\ \ | |/ |/|
| * Allow jumping to previous/next keyframe in animation playerpassivestar2024-09-011-0/+4
* | Merge pull request #96328 from object71/fix-animation-snap-96159Rémi Verschelde2024-08-301-1/+4
|\ \
| * | Add modf function and fix snap behaviorHristo Iliev2024-08-301-1/+4
* | | Merge pull request #91599 from dnllowe/realtime-animation-player-property-upd...Rémi Verschelde2024-08-301-0/+37
|\ \ \
| * | | Update AnimationPlayer in real-time when keyframe properties changeDaniel Lowe2024-08-261-0/+37
* | | | Merge pull request #90130 from KoBeWi/erased_from_historyRémi Verschelde2024-08-301-4/+4
|\ \ \ \
| * | | | Expose EditorUndoRedoManager's clear_history()kobewi2024-08-291-4/+4
| | |/ / | |/| |
* | | | Merge pull request #92842 from mihe/multi-node-keyingRémi Verschelde2024-08-301-97/+35
|\ \ \ \ | |/ / / |/| | |
| * | | Allow keying properties with multiple nodes selectedMikael Hermansson2024-08-191-97/+35
* | | | Merge pull request #91854 from ImpishOaths/PullReadyRémi Verschelde2024-08-261-1/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Don't lose in/out handles when bezier keyframe inserted on top of existing ke...ImpishOaths2024-07-081-1/+8
* | | | Fix animation timeline resize widget allowing impossible internal valuespassivestar2024-08-221-0/+2
| |_|/ |/| |
* | | Allow theming animation editorpassivestar2024-08-211-118/+153
| |/ |/|
* | [Editor] Fix `AnimationTrackEditor::timeline_changed` signalA Thousand Ships2024-08-131-3/+3
* | Fix BlendShapeTrack insertion totally not workingSilc Lizard (Tokage) Renew2024-07-251-11/+30
* | Animation: Fix reset value when adding new Bezier trackBrinerLovo2024-07-081-1/+1
* | Fix broken sync between animation TrackEditor and PlayerEditorSilc Lizard (Tokage) Renew2024-07-061-1/+2
|/
* Merge pull request #92985 from KoBeWi/confirm_insert_shiftRémi Verschelde2024-07-051-4/+12
|\
| * Restore "Confirm Insert Track" editor settingkobewi2024-06-101-4/+12
* | Clamp bezier handle length to half the length of animationKasper Frandsen2024-07-041-20/+4
* | Revert the default InterpolationType with angle property to LinearSilc Lizard (Tokage) Renew2024-06-281-11/+1
* | Merge pull request #93408 from CookieBadger/animation-track-key-inspector-fixRémi Verschelde2024-06-281-3/+3
|\ \
| * | fix animation bezier keys not showing in inspector after selectionemild2024-06-211-3/+3
* | | [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-6/+6