mirror of
https://github.com/godotengine/godot
synced 2024-11-05 16:53:09 +00:00
d86de6c98e
A new `env.Run` method is added which allows to control the verbosity of builders output automatically depending on whether the "verbose" option is set. It also allows to optionally run any SCons commands in a subprocess using the existing `run_in_subprocess` method, unifying the interface. `Action` objects wrap all builder functions to include a short build message associated with any action. Notably, this removes quite verbose output generated by `make_doc_header` and `make_editor_icons_action` builders. |
||
---|---|---|
.. | ||
config.py | ||
denoise_wrapper.cpp | ||
denoise_wrapper.h | ||
lightmap_denoiser.cpp | ||
lightmap_denoiser.h | ||
register_types.cpp | ||
register_types.h | ||
resource_to_cpp.py | ||
SCsub |