godot/scene
lawnjelly a0c6d16c90 Add editor vital redraws only option
When editor continuous redraws is switched off, the editor only redraws when a redraw_request was issued by an element in the scene. This works well in most situations, but when scenes have dynamic content they will continuously issue redraw_requests.

This can be fine on high power desktops but can be an annoyance on lower power machines.

This PR splits redraw requests into high and low priority requests, defaulting to high priority. Requests due to e.g. shaders using TIME are assigned low priority.

An extra editor setting is used to record the user preference and an extra option is added to the editor spinner menu, to allow the user to select between 3 modes:

* Continuous
* Update all changes
* Update vital changes
2022-02-02 11:26:45 +00:00
..
2d Add editor vital redraws only option 2022-02-02 11:26:45 +00:00
3d Add editor vital redraws only option 2022-02-02 11:26:45 +00:00
animation Add editor vital redraws only option 2022-02-02 11:26:45 +00:00
audio Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
debugger Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gui Add editor vital redraws only option 2022-02-02 11:26:45 +00:00
main Simplify usage of OS::get_window_size() in SceneTree methods 2022-01-28 23:02:48 +01:00
resources Add OccluderShapePolygon 2022-02-01 11:31:06 +00:00
SCsub SCons: Add explicit dependencies on thirdparty code in cloned env 2021-04-29 16:57:00 +02:00
property_utils.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
property_utils.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
register_scene_types.cpp Add OccluderShapePolygon 2022-02-01 11:31:06 +00:00
register_scene_types.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
scene_string_names.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
scene_string_names.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00