index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
import
/
resource_importer_scene.cpp
Age
Commit message (
Expand
)
Author
2023-01-30
Add remove immutable tracks option to glTF importer
Silc Renew
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-04
Use system fonts as fallback and improve system font handling.
bruvzg
2022-11-29
Merge pull request #68665 from TokageItLab/cut-unkeyed-gltf-anim
Rémi Verschelde
2022-11-29
Add trimming option to cut un-keyed timeline before first key in gltf
Silc Renew
2022-11-25
Use a more specific type for Mesh create_(convex|trimesh)_shape
Aaron Franke
2022-11-14
Remove redundant Variant-types initializations
Markus Sauermann
2022-11-04
Fix -Wunused-but-set-variable warnings from Emscripten 3.1.20
Rémi Verschelde
2022-10-24
Fix passed dict to internal_process() in importer plugin for animation
Silc Renew
2022-10-10
Add animation slices for individual animations
Juan Velandia
2022-09-14
Fix LOD-generation on skinned meshes.
SaracenOne
2022-09-05
Importer option to apply the root basis for meshes/skins/animations
SaracenOne
2022-08-26
Restore RigidBody2/3D, SoftBody names in physics
fabriceci
2022-08-09
improve animation track optimizer algorithm
Silc Renew
2022-07-29
Swap arguments of ResourceSaver.save()
kobewi
2022-07-26
add position track normalization & post process key value for retarget
Silc Renew
2022-07-07
Merge pull request #62622 from Rindbee/make-blend-import-preview-visible
Rémi Verschelde
2022-07-06
EditorScenePostImportPlugin: Return requested option value
Dave Palais
2022-07-02
Make import preview of blend files visible
Rindbee
2022-07-01
implement bone renamer in importer
Silc Renew
2022-06-22
Remake resource thread safety and API
reduz
2022-06-11
restore vehicle+wheel importers
Jakob Gillich
2022-05-20
Add a new HashSet template
reduz
2022-05-18
Merge pull request #60774 from TokageItLab/root-seek-mode
Rémi Verschelde
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-12
Add a new HashMap implementation
reduz
2022-05-10
Merge pull request #58071 from Calinou/lightmapgi-tweak-default-texel-size
Rémi Verschelde
2022-05-09
Fixed delta & Implement selection of whether or not to seek root
Silc Renew
2022-05-06
Cleanup metadata usage
kobewi
2022-05-03
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-04-13
Import scenes as AnimationLibrary
reduz
2022-04-11
Merge pull request #59980 from reduz/animation-libraries
Rémi Verschelde
2022-04-11
Implement Animation Libraries
reduz
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-02-25
Allow automatic lod when importing 3D scenes with Static Lightmaps
K. S. Ernest (iFire) Lee
2022-02-14
Increase the default texel size for lightmap baking
Hugo Locurcio
2022-02-07
Improvements and fixes to occluders
jfons
2022-02-07
ResourceImporter: Restore default append logic for new importers
Rémi Verschelde
2022-02-05
Merge pull request #56943 from V-Sekai/override-import
Rémi Verschelde
2022-02-04
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-01-26
Fix lightmap size hint option not displaying for 3D scenes
Hugo Locurcio
2022-01-20
Merge pull request #55360 from Calinou/rename-bake-mode-properties
Rémi Verschelde
2022-01-20
Add nodiscard to core math classes to catch c++ errors.
lawnjelly
2022-01-19
Make add_importer and add_post_importer_plugin override existing importers.
K. S. Ernest (iFire) Lee
2022-01-18
Fix import hints breaking node paths in animations
Ricardo Buring
2022-01-05
options dict is now passed to _import_scene.
K. S. Ernest (iFire) Lee
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-14
Rename and reorder bake mode properties for consistency
Hugo Locurcio
2021-12-10
Merge pull request #53323 from xMakerx/patch-1
Rémi Verschelde
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
[next]