1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00
Files
godot/doc/classes
Lyuma 637fe3ccdd Allow post-import plugins to modify _subresources
The old code fetched some data before the `EditorScenePostImportPlugin._pre_process` callback.
While the callback could modify existing keys, this prevented users from adding new data on a fresh import.

By fetching the keys after pre_process, this means users can consistently modify import options for nodes, meshes, materials and animations in a post-import plugin.
2024-12-24 07:34:24 -08:00
..
2024-09-29 17:27:36 +09:00
2024-09-29 17:27:36 +09:00
2024-11-10 14:19:14 -08:00
2024-11-17 23:04:52 +01:00
2024-11-16 12:59:08 +01:00
2024-12-18 17:52:42 -05:00
2024-12-15 21:24:15 +11:00
2024-09-30 12:21:30 +02:00
2024-11-12 20:29:04 -03:00
2024-12-15 19:09:42 -05:00