godot/scene
Juan Linietsky 2b730cad90 Use multiple threads to import.
- For now everything imports multithreaded by default (should work I guess, let's test).
- Controllable per importer

Early test benchmark. 64 large textures (importing as lossless, _not_ as vram) on a mobile i7, 12 threads:
Importing goes down from 46 to 7 seconds.

For VRAM I will change the logic to use a compressing thread in a subsequent PR, as well as implementing Betsy.
2021-04-19 14:12:22 -03:00
..
2d Use Array for node configuration warnings 2021-04-11 23:25:38 -05:00
3d Use multiple threads to import. 2021-04-19 14:12:22 -03:00
animation Use Array for node configuration warnings 2021-04-11 23:25:38 -05:00
audio Fixes small typos and grammar correction 2021-03-12 19:05:16 +05:30
debugger Fixes small typos and grammar correction 2021-03-12 19:05:16 +05:30
gui Rename LineEdit caret_* properties getters and setters to match property 2021-04-17 12:41:23 +01:00
main Use Array for node configuration warnings 2021-04-11 23:25:38 -05:00
resources doc: Sync classref with current source 2021-04-19 12:26:37 +02:00
register_scene_types.cpp Merge pull request #46273 from Chaosus/vs_comment 2021-04-04 16:04:12 +02:00
register_scene_types.h
scene_string_names.cpp Scene: Remove unused mesh_materials StringNames 2021-04-15 13:02:10 +02:00
scene_string_names.h Scene: Remove unused mesh_materials StringNames 2021-04-15 13:02:10 +02:00
SCsub