Copy link to clipboard
Copied
if there is any solution, please give me some inspiration, all tell me the api. Thank you all.
Copy link to clipboard
Copied
Forgot to say, in sunbstance designer.
Copy link to clipboard
Copied
Hello,
There is currently nothing exposed in our Python API to export images from the 3D View.
You may try using the QtForPython API to extract a screenshot from the 3D View widget directly through Qt – the library we use for Designer's user interface.
The name of the 3D View object in our Qt environment is areaD_0. That should help you find the correct child object to extract a screenshot from.
Best regards.
Copy link to clipboard
Copied
Thank you Luca, very helpful.
By the way, I tried to use SAT to batch render icon, however, I can not find the pysbs library anywhere. Is it still available?
Thank you for your reply.
Copy link to clipboard
Copied
Hello,
The PySBS wheel package should be included in the SAT installation files. You can refer to this page in our documentation to get started with the API.
I hope this is helps!
Best regards,
Luca