Split monolithic physics class files

Splits monolithic physics class files.
This commit is contained in:
smix8 2024-02-26 07:15:31 +01:00
parent bb6b06c813
commit 35dafc9fa8
132 changed files with 9664 additions and 8316 deletions

View file

@ -310,7 +310,11 @@ def generate_scu_files(max_includes_per_scu):
process_folder(["modules/gdscript/language_server"])
process_folder(["scene/2d"])
process_folder(["scene/2d/physics"])
process_folder(["scene/2d/physics/joints"])
process_folder(["scene/3d"])
process_folder(["scene/3d/physics"])
process_folder(["scene/3d/physics/joints"])
process_folder(["scene/animation"])
process_folder(["scene/gui"])
process_folder(["scene/main"])