summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | Merge pull request #99289 from shahriarlabib000/hideExpThaddeus Crews2024-11-192-0/+7
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hide unused `exp_edit` from SpinBox's inspector
| * | | | | | | | | | hide unused exp_edit from SpinBox inspectorshahriarlabib0002024-11-152-0/+7
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #99231 from fire/sort-blendshapes-by-idThaddeus Crews2024-11-191-10/+5
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | Sort blend shapes in the inspector by ID instead of alphabetically
| * | | | | | | | | | Sort blend shapes in the inspector by ID instead of alphabeticallyK. S. Ernest (iFire) Lee2024-11-141-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Blend shapes (morph targets, shape keys) should be sorted by the physical order of the blend shapes, and that index should be converted to a name string.
* | | | | | | | | | | Merge pull request #99176 from tracefree/obstacle_transformThaddeus Crews2024-11-184-10/+48
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix obstacle avoidance and 3D editor ignoring transform
| * | | | | | | | | | | Fix obstacle avoidance and 3D editor ignoring transformRie2024-11-164-10/+48
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #86195 from GreenCrowDev/curve3d_closeThaddeus Crews2024-11-182-24/+94
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `closed` property to `Curve3D`
| * | | | | | | | | | | Implement closed path for Curve3dmatricola7872024-11-162-24/+94
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #98816 from arkology/to-infinity-and-beyondThaddeus Crews2024-11-181-5/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve `TextureProgressBar.set_radial_initial_angle()` by removing loops
| * | | | | | | | | | | | Improve set_radial_initial_angle by removing loopsarkology2024-11-141-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace two while loops with fposmodp. Document radial_initial_angle wrapping. Add testcases for set_radial_initial_angle()
* | | | | | | | | | | | | Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-179-21/+21
| |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #99277 from ↵Thaddeus Crews2024-11-152-0/+18
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HolonProduction/why-remove-this-in-the-first-place Add back `AnimationPlayer.get_argument_options`
| * | | | | | | | | | | | Add back `AnimationPlayer.get_argument_options`HolonProduction2024-11-152-0/+18
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #86085 from TheSofox/text-undo-cleanupThaddeus Crews2024-11-152-10/+6
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleanup in undo in `TextEdit` and `LineEdit`
| * | | | | | | | | | | | Cleanup in undo in TextEdit and LineEditSofox2023-12-122-10/+6
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #99266 from bruvzg/fd_proc_filtersThaddeus Crews2024-11-152-8/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | Use processed filter list for native dialogs.
| * | | | | | | | | | | | Use processed filter list for native dialogs.Pāvels Nadtočajevs2024-11-152-8/+26
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* / | | | | | | | | | | Fix setting TileMap data compatibility format broken by #98898.Mack2024-11-151-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #75164 from Calinou/visualinstance3d-lightmap-scale-floatThaddeus Crews2024-11-144-11/+56
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow more flexible adjustments of VisualInstance3D Lightmap Scale
| * | | | | | | | | | | Allow more flexible adjustments of VisualInstance3D Lightmap ScaleHugo Locurcio2024-11-144-11/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Any floating-point value greater than 0.01 can now be used. Prior to this change, only factors of 1×, 2× and 4× and 8× could be used.
* | | | | | | | | | | | Fix missing native file dialog title translation.Pāvels Nadtočajevs2024-11-144-3/+9
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #99142 from KoBeWi/pasta_la_vistaThaddeus Crews2024-11-131-0/+4
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignore paste action if clipboard is empty
| * | | | | | | | | | | Ignore paste action if clipboard is emptykobewi2024-11-121-0/+4
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #94372 from TokageItLab/advance-on-startThaddeus Crews2024-11-134-4/+31
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `advance_on_start` option to `NodeAnimation` to handle `advance(0)` for each `NodeAnimation`
| * | | | | | | | | | | | Add advance_on_start option to NodeAnimationSilc Lizard (Tokage) Renew2024-11-124-4/+31
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #98706 from Nazarwadim/fix_capture_cache_was_not_cachedThaddeus Crews2024-11-132-12/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | Fix `capture_cache.animation` was not cached
| * | | | | | | | | | | | Fix `capture_cache.animation` was not cachedNazarii2024-10-312-12/+26
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #98678 from Daylily-Zeleen/daylily-zeleen/fix_text_editThaddeus Crews2024-11-121-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `total_visible_line_count` calculation when removing and clearing `TextEdit`'s text.
| * | | | | | | | | | | | | Fix `total_visible_line_count` calculation when removing and clearing text ↵Daylily-Zeleen2024-11-061-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of `TextEdit`.
* | | | | | | | | | | | | | Merge pull request #98543 from rune-scape/code-edit-marginThaddeus Crews2024-11-121-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CodeEdit: Fix line number margin
| * | | | | | | | | | | | | | CodeEdit: Fix line number marginrune-scape2024-10-251-2/+2
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #97890 from timothyqiu/id-focusedThaddeus Crews2024-11-122-10/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `PopupMenu.id_focused` signal using index as ID
| * | | | | | | | | | | | | | | Fix `PopupMenu.id_focused` signal using index as IDHaoyu Qiu2024-10-072-10/+10
| | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #98713 from dalexeev/core-fix-callable-get-bound-argumentsThaddeus Crews2024-11-121-4/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Core: Fix `Callable.get_bound_arguments{,_count}()` return incorrect data
| * | | | | | | | | | | | | | | Core: Fix `Callable.get_bound_arguments{,_count}()` return incorrect dataDanil Alexeev2024-11-041-4/+5
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #98536 from TokageItLab/fix-deactivation-modifierThaddeus Crews2024-11-124-0/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Skeleton doesn't update skin after deactivating modifiers when it has only one modifier
| * | | | | | | | | | | | | | | | Fix Skeleton doesn't update skin after deactivating modifiersSilc Lizard (Tokage) Renew2024-11-124-0/+22
| | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #99030 from tracefree/obstacle_2d_transformThaddeus Crews2024-11-122-5/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make use of NavigationObstacle2D's transform
| * | | | | | | | | | | | | | | | Make use of NavigationObstacle2D's transformRie2024-11-112-5/+29
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #98625 from jweisberg/handle-nan-in-curve3d-find-intervalThaddeus Crews2024-11-121-0/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Curve: Check for finiteness before performing calculations in `sample_baked()` functions
| * | | | | | | | | | | | | | | | Curve: Check for finiteness before performing calculations in ↵JWeisberg2024-11-121-0/+21
| | |_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `sample_baked()` functions
* | | | | | | | | | | | | | | | Merge pull request #97573 from shahriarlabib000/spinBoxThaddeus Crews2024-11-122-6/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Spinbox display does not round properly when using decimal custom arrow steps
| * | | | | | | | | | | | | | | | Fix Spinbox display does not round properly when using decimal custom arrow ↵shahriarlabib0002024-11-092-6/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | steps
* | | | | | | | | | | | | | | | | Merge pull request #98446 from TokageItLab/look-at-modifierThaddeus Crews2024-11-123-0/+982
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement LookAtModifier3D
| * | | | | | | | | | | | | | | | | Implement LookAtModifier3DSilc Lizard (Tokage) Renew2024-11-123-0/+982
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #98951 from AThousandShips/fix_more_super_callThaddeus Crews2024-11-124-10/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a few more super calls in `get_configuration_warnings` methods
| * | | | | | | | | | | | | | | | | Fix a few more super calls in `get_configuration_warnings` methodsA Thousand Ships2024-11-084-10/+10
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A few missed last pass and one incorrect from that pass
* | | | | | | | | | | | | | | | | Improve NavigationObstacle3D editor toolingsmix82024-11-122-165/+155
| |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improves NavigationObstacle3D editing options inside the editor.
* | | | | | | | | | | | | | | | Merge pull request #97897 from WhalesState/button-min-sizeThaddeus Crews2024-11-111-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `Button` minimum size when `disabled` is toggled.
| * | | | | | | | | | | | | | | | Fix `Button` minimum size when `disabled` is toggled.Mounir Tohami2024-10-071-0/+1
| | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |