Upstream issue:
This is quite noticeable – my laptop fan runs continously when I have the editor open, even with no scene open.
From looking at this a little last week, the offending component (at least for the state when looking at a scene that doesn't use Phantom Camera or even having no scene open) is the Phantom Camera bottom dock tab. I found one place where I can drop in a set_process(false); set_physics_process(false) improve this but the editor still refreshes at 60fps, so there's obviously something else going on. I'll dig into this a bit further.
Upstream issue:
This is quite noticeable – my laptop fan runs continously when I have the editor open, even with no scene open.
From looking at this a little last week, the offending component (at least for the state when looking at a scene that doesn't use Phantom Camera or even having no scene open) is the Phantom Camera bottom dock tab. I found one place where I can drop in a
set_process(false); set_physics_process(false)improve this but the editor still refreshes at 60fps, so there's obviously something else going on. I'll dig into this a bit further.