This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced
2025-11-12 13:20:55 +00:00
Code
Releases
Wiki
Activity
Files
1c51640a1c1c89628cb6ac6913deaa6a3693bde3
godot
/
modules
/
fbx
History
Thaddeus Crews
1f56d96cf2
Merge pull request
#104893
from Repiteo/scons/external-includes-alt
...
SCons: Add `CPPEXTPATH` for external includes
2025-04-02 07:48:03 -05:00
..
doc_classes
Rename FBX2glTF binary path setting back to 4.2 name
2024-05-30 23:42:11 +02:00
editor
Remove TOOLS_ENABLED checks from editor/
2025-03-14 18:13:16 +01:00
config.py
…
fbx_document.cpp
Replace size() == 0 with is_empty().
2025-04-02 19:18:43 +08:00
fbx_document.h
Style: Replace header guards with
#pragma once
2025-03-07 17:33:47 -06:00
fbx_state.cpp
…
fbx_state.h
Style: Replace header guards with
#pragma once
2025-03-07 17:33:47 -06:00
register_types.cpp
Register editor classes normally, rather than via
ClassDB::set_current_api()
2025-03-13 15:17:45 -05:00
register_types.h
Style: Replace header guards with
#pragma once
2025-03-07 17:33:47 -06:00
SCsub
SCons: Add
CPPEXTPATH
for external includes
2025-04-02 07:29:08 -05:00