godot/core
Juan Linietsky 97a3a66220 Improved 3D Scene Importer
* Added option for importers to show an Advanced settings dialog
* Created advanced settings dialog for Scene Importer
* Cleaned up importers (remove many old/unused options)
* Added the ability to customize every node, material, mesh and animation individually
* Saving to animations and meshes to files is now a manual process, making it more predictable
* Added the ability for materials to be replaced by external files (or to be made external, up to you).
* When doubleclicking an impoted scene in the filesystem dock, it automatically shows the import settings instead of asking to open it.

WARNING: Lightmap UV unwrap is not working, it needs to be re-made.
2021-03-22 12:16:40 -03:00
..
config Fix bug causing `project.godot` to be ignored when `project.binary` is missing 2021-03-16 09:38:35 -07:00
crypto Fixes small typos and grammar correction 2021-03-12 19:05:16 +05:30
debugger [Net] Make debugger peer less CPU intensive. 2021-03-16 21:48:15 +01:00
error Modernize atomics 2021-02-18 17:12:46 +01:00
input Fixes small typos and grammar correction 2021-03-12 19:05:16 +05:30
io Improved 3D Scene Importer 2021-03-22 12:16:40 -03:00
math Fixes small typos and grammar correction 2021-03-12 19:05:16 +05:30
object Merge pull request #46378 from reduz/static-method-in-variant-types 2021-03-16 15:44:04 +01:00
os Allow nullptr with zero length in FileAccess get_buffer 2021-03-16 22:55:11 +01:00
string Fixes small typos and grammar correction 2021-03-12 19:05:16 +05:30
templates Fix SafeNumeric::conditional_increment() for NO_THREADS 2021-02-25 21:22:01 +01:00
variant Merge pull request #46378 from reduz/static-method-in-variant-types 2021-03-16 15:44:04 +01:00
SCsub Update PolyPartition / Triangulator library 2021-01-12 13:46:16 -05:00
core_bind.cpp Fixes small typos and grammar correction 2021-03-12 19:05:16 +05:30
core_bind.h Remove GDScript bindings for OS.get/set_exit_code, SceneTree.quit(<exit_code>) should be used instead 2021-02-25 18:34:50 +01:00
core_builders.py Update AUTHORS and DONORS list 2020-08-14 00:06:51 +02:00
core_constants.cpp Merge pull request #46378 from reduz/static-method-in-variant-types 2021-03-16 15:44:04 +01:00
core_constants.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
core_string_names.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
core_string_names.h Removed _change_notify 2021-02-10 19:31:24 -03:00
doc_data.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
doc_data.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
register_core_types.cpp Modernize RWLock 2021-01-19 11:53:10 +01:00
register_core_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
typedefs.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
version.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00