summaryrefslogtreecommitdiffstats
path: root/editor/import/resource_importer_scene.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move 3D scene import classes to their own folderAaron Franke2024-01-041-2804/+0
* Merge pull request #84508 from jsjtxietian/clean-copyRémi Verschelde2024-01-041-2/+1
|\
| * clean unnecessay copy detected by clang-tidyjsjtxietian2023-11-061-2/+1
* | Merge pull request #85219 from dsnopek/light-bake-mode-no-gi-methodYuri Sizov2023-12-191-1/+1
|\ \
| * | Remove GI methods in parentheses from light baking optionsDavid Snopek2023-11-221-1/+1
* | | Fix referring to ResourceImporterScene static importers via instancesAaron Franke2023-12-111-15/+20
* | | Merge pull request #82899 from aaronfranke/import-settings-dialogsRémi Verschelde2023-12-121-1/+1
|\ \ \
| * | | Rename ImportSettings dialogs to have "Dialog" in the nameAaron Franke2023-11-261-1/+1
| |/ /
* / / Fix imported track flag on sliced animations.Saracen2023-11-181-0/+2
|/ /
* | Fix Resource Importer use after freeAlistair Leslie-Hughes2023-11-141-2/+4
* | Implement glTF compat version system for files from older Godot versionsAaron Franke2023-11-031-2/+8
|/
* Merge pull request #83036 from jsjtxietian/move-animation-slice-processing-to...Yuri Sizov2023-11-031-32/+28
|\
| * Move animation slice processing to _post_fix_animationsjsjtxietian2023-10-091-32/+28
* | Merge pull request #83764 from timothyqiu/suffix-onlyRémi Verschelde2023-10-261-1/+5
|\ \
| * | Fix infinite loop when importing 3D object named "-colonly"Haoyu Qiu2023-10-221-1/+5
* | | Some more fixes for compressed meshesclayjohn2023-10-241-1/+1
|/ /
* / Cleanup instances of using uint32_t for mesh formatsClay2023-10-121-3/+3
|/
* Vertex and attribute compression to reduce the size of the vertex format.clayjohn2023-10-051-0/+7
* Implement AnimationManager the base class of AnimationPlayer/TreeSilc Lizard (Tokage) Renew2023-09-291-1/+1
* Merge pull request #78803 from EMBYRDEV/additional-mesh-import-optionsRémi Verschelde2023-09-241-0/+50
|\
| * Add layer, shadow and visibility range options to Scene Importer.Hannah Crawford2023-06-281-0/+50
* | [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-5/+5
* | Extract ScriptInstance to simplify includesYuri Sizov2023-09-061-0/+1
* | Register and cleanup resource importer singletons in a predictable wayYuri Sizov2023-08-071-5/+18
* | Improve overriding the root type or root name in the scene importerAaron Franke2023-08-011-28/+32
* | Merge pull request #77533 from EMBYRDEV/phys-mat-import-optionYuri Sizov2023-08-011-3/+19
|\ \
| * | Add Additional Physics Options to Scene Importer.Hannah Crawford2023-05-271-3/+19
* | | Merge pull request #79050 from capnm/fix_teststr_whatYuri Sizov2023-07-051-4/+6
|\ \ \ | |_|/ |/| |
| * | Fix import hints that are followed by dot.number.Martin Capitanio2023-07-051-4/+6
| |/
* | Fix Import Tracks import setting for single clipLyuma2023-06-201-1/+1
* | Respect "compress_binary_resources" editor settingPatrick Gelvin2023-06-181-3/+9
|/
* Expose interpolation methods for 3D track in Animation classSilc Renew2023-04-251-16/+16
* Add Mesh ConvexDecompositionSettings wrappersmix82023-04-071-14/+15
* gltf: Remove obsolete hack to embed gltf textures in advanced importLyuma2023-04-031-5/+0
* Internal renames and cleanup in resource importer sceneAaron Franke2023-04-021-30/+28
* Fix a crash in the GLB importerGilles Roudière2023-02-271-0/+12
* Merge pull request #73814 from lyuma/importer_mesh_convexRémi Verschelde2023-02-231-3/+2
|\
| * import: Fix uv2 by avoiding premature ImporterMesh::get_mesh()Lyuma2023-02-231-3/+2
* | Add a property hint to fix crash when setting max convex hulls below 0Hugo Locurcio2023-02-231-1/+1
|/
* Improvements and fixes based on Weblate commentsHaoyu Qiu2023-02-131-0/+1
* Merge pull request #72440 from V-Sekai/gltf_embed_as_uncompressedRémi Verschelde2023-02-011-1/+8
|\
| * gltf: Add GLTFHandleBinary::HANDLE_BINARY_EMBED_AS_UNCOMPRESSEDLyuma2023-02-011-1/+8
* | Merge pull request #71409 from fire/escn-fixesRémi Verschelde2023-02-011-1/+51
|\ \
| * | Fixes to ESCN importerK. S. Ernest (iFire) Lee2023-01-141-1/+51
* | | Use enum instead of int in virtual methods return typeRaul Santos2023-01-311-1/+1
| |/ |/|
* | Merge pull request #72245 from JonqsGames/apply_root_scale_to_shapeRémi Verschelde2023-01-311-4/+9
|\ \
| * | Apply root scale to shape on importJoJoX2023-01-281-4/+9
| |/
* / Add remove immutable tracks option to glTF importerSilc Renew2023-01-301-0/+1
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-1/+1