Hi, I'm having problem getting access to the queue_screen_capture() from the _process callback of a Panel (which is the ROOT node of the scene, and so has a viewport)
get_viewport().queue_screen_capture()
produce an error : non existent function queue_screen_capture in base Viewport.
And I can see in the API doc that this function does not exists. Is it deprecated in 3.0 and move somewhere else ?