Replies: 1 comment
-
You could use PyFluent-Visualization as it supports saving pictures without displaying. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to save pictures of a scene for different states as shown in the code below. It only works if I enable
scene_test.display()
. In the background the GUI internally sets the camera according to the state and then saves the picture. This happens even without the GUI. However, it adds a lot of run time to the code. Is there a way to make this process faster?Beta Was this translation helpful? Give feedback.
All reactions