summaryrefslogtreecommitdiffstats
path: root/editor/animation_track_editor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-5/+23
|\
| * Merge pull request #98419 from KoBeWi/dialog_scalarThaddeus Crews2024-11-261-1/+5
| |\ | | | | | | | | | Improve Scale Selection in Animation tab
| | * Improve Scale Selection in Animation tabkobewi2024-10-221-1/+5
| | |
| * | Merge pull request #96414 from SaracenOne/improve_animation_warningsThaddeus Crews2024-11-261-4/+18
| |\ \ | | | | | | | | | | | | Improve behaviour of AnimationPlayer warnings.
| | * | Improve behaviour of AnimationPlayer warnings.Saracen2024-09-011-4/+18
| | | |
* | | | Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823Spartan3222024-11-201-32/+18
|\| | |
| * | | Merge pull request #99319 from TokageItLab/fix-fps-inspectorRémi Verschelde2024-11-201-1/+0
| |\ \ \ | | | | | | | | | | | | | | | Fix key is deselected by changing key time in KeyEdit in FPS mode
| | * | | Fix key is deselected by chaning key time in KeyEdit in FPS modeSilc Lizard (Tokage) Renew2024-11-161-1/+0
| | | | |
| * | | | Merge pull request #99324 from TokageItLab/fix-fpe-spinnerThaddeus Crews2024-11-191-11/+11
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Fix spinner in AnimationTrackEdit in FPS mode
| | * | | | Fix spinner in AnimationTrackEdit in FPS modeSilc Lizard (Tokage) Renew2024-11-171-11/+11
| | |/ / /
| * | | | Merge pull request #99363 from passivestar/fix-marker-drawingThaddeus Crews2024-11-191-20/+7
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Fix issues with animation markers drawing
| | * | | | Fix issues with animation markers drawingpassivestar2024-11-191-20/+7
| | |/ / /
* | | | | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-2/+2
|\| | | |
| * | | | Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-2/+2
| |/ / /
* | | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-13/+60
|\| | |
| * | | Merge pull request #98826 from UnfavorableEnhancer/animation-editor-snap-fixThaddeus Crews2024-11-121-4/+5
| |\ \ \ | | | | | | | | | | | | | | | Fix animation editor snapping value not lowering as intended when holding shift
| | * | | 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 the animation editor snapping
| | * | | Add FPS compatible option in second mode of animation editor snappingSilc Lizard (Tokage) Renew2024-11-121-9/+55
| | | | |
* | | | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-0/+22
|\| | | |
| * | | | Add type filters to AnimationPlayer's "Add Track"Jason Morgado2024-11-091-0/+22
| |/ / / | | | | | | | | | | | | | | | | Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-Authored-By: Tomek <kobewi4e@gmail.com>
* | | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-1/+2
|\| | |
| * | | Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-1/+2
| | | | | | | | | | | | | | | | • `modernize-use-bool-literals`, `modernize-use-nullptr`, and `readability-braces-around-statements`
* | | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-17/+17
|\| | |
| * | | Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-17/+17
| | |/ | |/|
* | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
| | |
* | | Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6dSpartan3222024-10-181-2/+2
|\| |
| * | Fix typos in `AnimationMarkerEdit`Haoyu Qiu2024-10-171-2/+2
| | |
* | | Merge commit godotengine/godot@af77100e394dcaca609b15bef815ed17475e51edSpartan3222024-10-151-5/+7
|\| |
| * | 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 more
| | * | Allow seconds snapping to use minimum intervals of 0.0001 once moreDerrick Melton2024-10-101-5/+7
| | | | | | | | | | | | | | | | closes #97832, also clears up some of the naming conventions used. Confirmed that entering values when `seconds` is selected where the fractional part is less than 0.0001 floors, while fractional values greater than that are retained. Doesn't revert previous behaviors for FPS, which still clamp to the nearest 1/16.
* | | | Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6Spartan3222024-10-141-1/+12
|\| | |
| * | | Merge pull request #97563 from SaracenOne/key_sub_pathsThaddeus Crews2024-10-101-1/+12
| |\ \ \ | | |/ / | |/| | | | | | Fix keying of property subpaths.
| | * | Fix keying of property subpaths.Saracen2024-09-281-1/+12
| | | |
* | | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* | | Allow fractional FPS values in Animation EditorDerrick Melton2024-10-021-15/+15
| | | | | | | | | | | | | | | | | | Closes #97548. Care also taken to not reopen issue #92273 by ensuring that the value rounds to the nearest sixteenth. Optionally any factor of 2 should work while ensuring that there isn't error accumulation. Further testing to ensure issue #91729 isn't reopened, but initial testing suggests that the issue will not reopen with this PR.
* | | Add markers to animationchocola-mint2024-09-291-13/+1385
|/ /
* | Set auto translate mode for drag previewsHaoyu Qiu2024-09-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Controls - `LineEdit`, `TextEdit`: Always disabled since it's dragging user input. - `TabBar`: Use the same auto translate mode as the node. - `RichTextLabel`: Always disable since auto translation is done differently from other controls (selection text you get programmatically is always after auto translation). - Editor - Disable drag preview auto translation if the text is user input, filename, or class name. - Also disabled unexpected auto translation for audio bus effect names.
* | 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.
| * | Fix selection box + scrolling in animation editor.Saracen2024-09-151-12/+53
| | |
* | | Merge pull request #96400 from ↵Rémi Verschelde2024-09-161-20/+0
|\ \ \ | |/ / |/| | | | | | | | | | | Maran23/inputmap-usage-for-filter-and-corresponding-refactor Use InputMap actions consistently across all LineEdit's that filter an underlying Tree or ItemList.
| * | Use InputMap actions consistently across all LineEdit's that filter an ↵Marius Hanl2024-08-311-20/+0
| |/ | | | | | | | | | | | | | | | | underlying Tree or ItemList. - Instead of checking for Key::UP, Key::DOWN, Key::PAGEUP, Key::PAGEDOWN etc., we rather check for the action like 'ui_up' or 'ui_down'. - Also use AcceptDialog's 'register_text_enter' functionality to consistently close a dialog when ENTER is pressed while the LineEdit has focus (instead of redirecting ENTER keys to e.g. the underlying Tree). - Unify the LineEdit filter behavior for the SceneTreeDialog and corresponding usages - Improve OK Button disablement (something should be selected)
* | Update AnimationPlayer in real-time when bezier curve properties or bezier ↵Dowsley2024-09-121-0/+20
| | | | | | | | editor changes
* | 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.
| * | 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 player
| * Allow jumping to previous/next keyframe in animation playerpassivestar2024-09-011-0/+4
| |