godot/modules/fbx/editor
lawnjelly f8f350a32a Add GLOBAL_GET cached macros.
GLOBAL_GET is an expensive operation which should not be used each frame / tick.
This PR adds macros which do a cheaper revision check, and only call the expensive GLOBAL_GET when project settings have changed.

Co-authored-by: Lukas Tenbrink <lukas.tenbrink@gmail.com>
2025-04-30 15:08:50 +01:00
..
editor_scene_importer_fbx2gltf.cpp Remove TOOLS_ENABLED checks from editor/ 2025-03-14 18:13:16 +01:00
editor_scene_importer_fbx2gltf.h Remove TOOLS_ENABLED checks from editor/ 2025-03-14 18:13:16 +01:00
editor_scene_importer_ufbx.cpp Add GLOBAL_GET cached macros. 2025-04-30 15:08:50 +01:00
editor_scene_importer_ufbx.h Remove TOOLS_ENABLED checks from editor/ 2025-03-14 18:13:16 +01:00