summaryrefslogtreecommitdiffstats
path: root/editor/import
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #93440 from Calinou/import-size-limit-downsample-if-necessaryThaddeus Crews2024-11-131-2/+34
|\
| * Downsample textures on import if necessary for technical reasonsHugo Locurcio2024-06-221-2/+34
* | Merge pull request #97363 from reduz/deterministic-gen-suberesources-idThaddeus Crews2024-11-1128-28/+31
|\ \
| * | Allow passing UID to importerJuan2024-11-1128-28/+31
* | | Merge pull request #92986 from Repiteo/core/ref-instantiate-integrationThaddeus Crews2024-11-112-2/+2
|\ \ \
| * | | Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-102-2/+2
| |/ /
* | | Merge pull request #97551 from lalitshankarchowdhury/resize-audio-waveformThaddeus Crews2024-11-111-3/+1
|\ \ \ | |/ / |/| |
| * | AudioStreamImport: Allow waveform resizeLalit Shankar Chowdhury2024-09-291-3/+1
* | | Remove unnecessary conditionLogharaa2024-11-091-3/+1
* | | Merge pull request #98874 from aaronfranke/gltf-preserve-visibilityThaddeus Crews2024-11-072-0/+2
|\ \ \
| * | | GLTF: Preserve node visibility on importAaron Franke2024-11-052-0/+2
* | | | Merge pull request #98150 from hunterloftis/fix-default-import-threadedThaddeus Crews2024-11-0713-5/+22
|\ \ \ \ | |/ / / |/| | |
| * | | Fix freeze on non-thread-safe custom importersHunter Loftis2024-10-1513-5/+22
* | | | Rewrite index optimization code for maximum efficiencyArseny Kapoulkine2024-11-042-4/+4
* | | | Merge pull request #98620 from zeux/lodgen-cleanupClay John2024-10-302-14/+2
|\ \ \ \
| * | | | LOD: Remove "Raycast Normals" and associated "Normal Split Angle" settingsArseny Kapoulkine2024-10-282-14/+2
* | | | | Merge pull request #98039 from aaronfranke/button-iconThaddeus Crews2024-10-293-24/+24
|\ \ \ \ \
| * | | | | Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-293-24/+24
| |/ / / /
* | | | | Merge pull request #97934 from adamscott/give-AThousandShips-a-breakThaddeus Crews2024-10-291-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
* | | | | Merge pull request #97711 from EAinsley/fix#94718Thaddeus Crews2024-10-251-1/+14
|\ \ \ \ \
| * | | | | No freezing when size in header is too largeAinsley Su2024-10-231-1/+14
| | |_|/ / | |/| | |
* | | | | Add Generate LODs, Shadow Mesh and Lightmap UV2 options to OBJ mesh importHugo Locurcio2024-10-251-5/+78
| |/ / / |/| | |
* | | | [Font Importer] Update Unicode block list to Unicode 16.0bruvzg2024-10-151-1/+12
| |/ / |/| |
* | | Merge pull request #97582 from BlueCube3310/basisu-hdrThaddeus Crews2024-10-142-10/+0
|\ \ \
| * | | BasisU: Update to 1.50.0 and add HDR supportBlueCube33102024-10-122-10/+0
| |/ /
* / / Fix 3D HDR texture import with lossless compressionBlueCube33102024-10-042-1/+5
|/ /
* | Merge pull request #95678 from Hilderin/fix-slow-load-on-large-project-v2Rémi Verschelde2024-09-264-17/+13
|\ \
| * | Fix slow editor load on large projects (v2)Hilderin2024-09-254-17/+13
* | | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* | | Fix crash when importing a surface with no UVs after another surface in the s...clayjohn2024-09-201-14/+20
|/ /
* | Merge pull request #96768 from DeeJayLSP/wav-endRémi Verschelde2024-09-121-2/+2
|\ \
| * | WAV: Fix one frame overflow at the endDeeJayLSP2024-09-111-2/+2
* | | Add "Use Node Type Suffixes" scene import optionAaron Franke2024-09-092-5/+14
|/ /
* | Merge pull request #96094 from SaracenOne/add_3d_skeleton_to_advanced_importerRémi Verschelde2024-09-082-1/+69
|\ \
| * | Various improvements to advanced importer skeleton preview.Saracen2024-09-072-6/+51
| * | add support for visualizing bones in Advanced Import SettingsJeronimo Schreyer2024-08-272-1/+24
* | | Merge pull request #96292 from AThousandShips/null_check_ref_fixRémi Verschelde2024-09-033-10/+10
|\ \ \
| * | | Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-313-10/+10
* | | | Merge pull request #96401 from SaracenOne/filter_improvementRémi Verschelde2024-09-021-1/+1
|\ \ \ \
| * | | | Enforce correct type for silhouette filter.Saracen2024-08-311-1/+1
| |/ / /
* / / / ResourceImporterWAV: Enable QOA compression by defaultDeeJayLSP2024-08-311-1/+2
|/ / /
* | | Merge pull request #96174 from DeeJayLSP/wav-docsRémi Verschelde2024-08-301-1/+1
|\ \ \
| * | | WAV stream/importer: Improve compression/loop names and descriptionsDeeJayLSP2024-08-301-1/+1
| |/ /
* | | Merge pull request #96308 from SaracenOne/attempt_to_reset_imported_sceneRémi Verschelde2024-08-301-0/+13
|\ \ \
| * | | Attempt applying RESET pose during import.Saracen2024-08-291-0/+13
* | | | Import/export GLTF extras to node->metademolke2024-08-291-1/+9
|/ / /
* | | [Scene] Add SceneStringName::toggledYuri Rubinsky2024-08-281-3/+3
* | | Merge pull request #96198 from DeeJayLSP/qoa-leakRémi Verschelde2024-08-281-4/+7
|\ \ \
| * | | Fix memory leak on QOA importDeeJayLSP2024-08-281-4/+7
| |/ /