godot/scene/3d
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
..
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
area.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
area.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
arvr_nodes.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
arvr_nodes.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
audio_stream_player_3d.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
audio_stream_player_3d.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
baked_lightmap.cpp Fixed accessing a null MeshInstance object in BakedLightmap instead of the GeometryInstance 2022-01-24 06:59:48 +00:00
baked_lightmap.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
bone_attachment.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
bone_attachment.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
camera.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
camera.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
collision_object.cpp Store ObjectID instead of raw pointer for Shape Owners 2022-01-25 17:16:02 +08:00
collision_object.h Store ObjectID instead of raw pointer for Shape Owners 2022-01-25 17:16:02 +08:00
collision_polygon.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
collision_polygon.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
collision_shape.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
collision_shape.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
cpu_particles.cpp Add editor vital redraws only option 2022-02-02 11:26:45 +00:00
cpu_particles.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
cull_instance.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
cull_instance.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gi_probe.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gi_probe.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
immediate_geometry.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
immediate_geometry.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
interpolated_camera.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
interpolated_camera.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
light.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
light.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
lightmapper.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
lightmapper.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
listener.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
listener.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
mesh_instance.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
mesh_instance.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
multimesh_instance.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
multimesh_instance.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
navigation.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
navigation.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
navigation_agent.cpp backported method get_rid for NavigationAgent 2022-01-21 00:15:16 +03:00
navigation_agent.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
navigation_mesh_instance.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
navigation_mesh_instance.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
navigation_obstacle.cpp Merge pull request #56600 from Scony/fix-navigation-obstacle-errors-3.x 2022-01-28 23:18:57 +01:00
navigation_obstacle.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
occluder.cpp Add OccluderShapePolygon 2022-02-01 11:31:06 +00:00
occluder.h Add OccluderShapePolygon 2022-02-01 11:31:06 +00:00
particles.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
particles.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
path.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
path.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
physics_body.cpp Fix "mass" and "weight" properties of the RigidBody (and RigidBody2D) in the Inspector view 2022-01-27 19:58:51 +07:00
physics_body.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
physics_joint.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
physics_joint.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
portal.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
portal.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
position_3d.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
position_3d.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
proximity_group.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
proximity_group.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
ray_cast.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
ray_cast.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
reflection_probe.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
reflection_probe.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
remote_transform.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
remote_transform.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
room.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
room.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
room_group.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
room_group.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
room_manager.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
room_manager.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
skeleton.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
skeleton.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
soft_body.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
soft_body.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
spatial.cpp Add OccluderShapePolygon 2022-02-01 11:31:06 +00:00
spatial.h Add OccluderShapePolygon 2022-02-01 11:31:06 +00:00
spatial_velocity_tracker.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
spatial_velocity_tracker.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
spring_arm.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
spring_arm.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
sprite_3d.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
sprite_3d.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
vehicle_body.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
vehicle_body.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
visibility_notifier.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
visibility_notifier.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
visual_instance.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
visual_instance.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
voxel_light_baker.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
voxel_light_baker.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
world_environment.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
world_environment.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00