godot/modules/fbx
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
..
doc_classes Rename FBX2glTF binary path setting back to 4.2 name 2024-05-30 23:42:11 +02:00
editor Add GLOBAL_GET cached macros. 2025-04-30 15:08:50 +01:00
extensions fix fbx runtime import not generating meshes properly 2025-04-27 10:55:46 -06:00
config.py Add ufbx for FBX importing 2024-02-23 22:33:04 +01:00
fbx_document.cpp fix fbx runtime import not generating meshes properly 2025-04-27 10:55:46 -06:00
fbx_document.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
fbx_state.cpp Add ufbx for FBX importing 2024-02-23 22:33:04 +01:00
fbx_state.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
register_types.cpp fix fbx runtime import not generating meshes properly 2025-04-27 10:55:46 -06:00
register_types.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
SCsub fix fbx runtime import not generating meshes properly 2025-04-27 10:55:46 -06:00