Closed Abdul-AZ closed 8 months ago
If you want to PR the extension then yes please feel free, namespace it into a folder with your username and provide a README. I never intended to filter the extensions in this repository so it will mostly be up to what people want to contribute and maintain.
That said if you want my honest view I don't think many people will get much use of this. It seems the wrong way to solve the problem - if you're not capturing the work you want then it's better to integrate the in-application API and capture around exactly the work you want. Capturing and replaying is an expensive process so it's better to capture what you want in the first place than capture, replay, and discard.
Also as a side note - this method is rather risky as mentioned in the documentation since generally it's not a good idea to try to use the low level replay API while inside the UI which expects to have control over that API.
Hello
I am using a script to capture only frames that contain a minimum number of render passes which I use a lot. An example use case for this is a Qt Widgets projects with a QOpenGLWidget that does not get redrawn every frame. This script keeps capturing frames until it finds a frame where that widget is drawn in.
Should I make this into an extension and open a PR or do you think no one will get a use out of this?
Script: