summaryrefslogtreecommitdiffstats
path: root/editor/import
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2022Rémi Verschelde2022-01-0336-72/+72
* Fix various typosluz paz2022-01-021-1/+1
* Don't crash when texture param is nullMarc Gilleron2021-12-171-0/+6
* Merge pull request #53323 from xMakerx/patch-1Rémi Verschelde2021-12-101-0/+1
|\
| * ResourceImporterScene: Add error when "default" is not defined to create clipsMaverick Liberty2021-10-181-0/+1
* | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-097-56/+56
* | align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-8/+8
* | Fix bad popups offset in editor with single window offjmb4622021-12-061-2/+2
* | Merge pull request #55238 from Giwayume/bugfix/atlas_cutoff_edge_masterRémi Verschelde2021-11-241-1/+1
|\ \
| * | Fix edge case where 1px cut off from right of imageGiwayume2021-11-231-1/+1
* | | Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-4/+4
|/ /
* | Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky2021-11-221-2/+2
* | Added hint about loop_mode to resource importerSilc 'Tokage' Renew2021-11-191-2/+2
* | Fix texture atlas generation when source sprite is larger than generated atlasGiwayume2021-11-181-2/+2
* | Add path to functions that return iporter optionsreduz2021-11-1429-75/+102
* | Use "enum class" for input enumsAaron Franke2021-11-121-3/+3
* | Modules: Make sure to include modules_enabled.gen.h where neededRémi Verschelde2021-11-121-3/+3
* | Fix import_scene_from_other_importer and import_animation_from_other_importerLyuma2021-11-111-2/+2
* | Merge pull request #54838 from groud/fix_editor_import_pluginRémi Verschelde2021-11-101-0/+2
|\ \
| * | Fix EditorImportPlugin logic for checking unimplemented methodsGilles Roudière2021-11-101-0/+2
* | | Merge pull request #53819 from TokageItLab/re-implement-ping-pongRémi Verschelde2021-11-092-11/+11
|\ \ \
| * | | reimplement ping-pongSilc 'Tokage' Renew2021-11-032-11/+11
* | | | Merge pull request #54694 from briansemrau/rem-silly-obj-errorRémi Verschelde2021-11-091-4/+4
|\ \ \ \
| * | | | Prevent obj importer from printing misleading errorBrian Semrau2021-11-061-4/+4
* | | | | Merge pull request #51341 from V-Sekai/fps-30K. S. Ernest (iFire) Lee2021-11-091-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Default to 30 animation fps for better quality.K. S. Ernest (iFire) Lee2021-11-091-1/+1
| |/ / /
* | | | Merge pull request #54372 from bruvzg/text_edit_uiRémi Verschelde2021-11-091-1/+28
|\ \ \ \ | |/ / / |/| | |
| * | | Add functions for getting name and font style from dynamic and bitmap fonts.bruvzg2021-10-311-1/+28
* | | | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-1/+1
* | | | Merge pull request #54072 from KoBeWi/hrcr_is_dedRémi Verschelde2021-11-034-13/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove node_hrcr hackkobewi2021-10-284-13/+13
| | |/ | |/|
* | | Fix crash in ResourceImporterTexture::_save_stex if webp disabledChained Lupine2021-11-021-1/+2
| |/ |/|
* | clang-format: Enable `BreakBeforeTernaryOperators`Rémi Verschelde2021-10-281-2/+1
* | clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-281-7/+7
* | clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-282-19/+24
* | Avoid crash in scene importer when the mesh is empty.K. S. Ernest (iFire) Lee2021-10-271-0/+1
* | Merge pull request #54050 from reduz/animation-compressionRémi Verschelde2021-10-252-4/+26
|\ \
| * | Implement Animation Compressionreduz2021-10-212-4/+26
| |/
* / Remove unimplemented methodsMarcel Admiraal2021-10-211-2/+0
|/
* Implement Animation Blend Shape Tracksreduz2021-10-163-57/+93
* collada: fix error in use of fix_transform.Lyuma2021-10-151-1/+1
* Add scene Post-Import Plugin support.reduz2021-10-155-58/+313
* Implement import actions for pos/rot/scale animation tracksreduz2021-10-142-10/+160
* Remove REST transform influence in skeleton bonesreduz2021-10-131-10/+9
* Remove animation 3D transform track, replace by loc/rot/scale tracks.reduz2021-10-125-375/+136
* Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...Juan Linietsky2021-10-112-11/+11
* implement ping-pong loop in animationTokage2021-10-092-11/+11
* added optional region cropping to Texture Atlas importerboruok2021-10-072-1/+7
* GLTF for game templates.K. S. Ernest (iFire) Lee2021-10-0310-1577/+59
* Resolve problem with missing meshes. K. S. Ernest (iFire) Lee2021-10-021-1/+5