diff options
author | smix8 <52464204+smix8@users.noreply.github.com> | 2024-02-26 07:15:31 +0100 |
---|---|---|
committer | smix8 <52464204+smix8@users.noreply.github.com> | 2024-02-27 11:18:16 +0100 |
commit | 35dafc9fa8ac26cca9ca1da606cbfe782468d05f (patch) | |
tree | 84b4b187e6e16c513497225a2127234c96823e97 /scu_builders.py | |
parent | bb6b06c81343073f10cbbd2af515cf0dac1e6549 (diff) | |
download | redot-engine-35dafc9fa8ac26cca9ca1da606cbfe782468d05f.tar.gz |
Split monolithic physics class files
Splits monolithic physics class files.
Diffstat (limited to 'scu_builders.py')
-rw-r--r-- | scu_builders.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scu_builders.py b/scu_builders.py index 1a75f19b30..2579398ad6 100644 --- a/scu_builders.py +++ b/scu_builders.py @@ -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"]) |