We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I try:
result.animate_nodal_solution(6, movie_filename='movie6.gif', cpos=cpos, loop=False, off_screen=True, background='w')
and I got a static image of the first frame.
The text was updated successfully, but these errors were encountered:
Could you please run the following?
>>> from ansys.mapdl.core import Report >>> print(Report())
And let me know what the output of the report is?
Sorry, something went wrong.
Found the bug. Expect this fixed in the next release 0.51.1. Sorry it took so long to get around to.
Thanks!
Successfully merging a pull request may close this issue.
I try:
result.animate_nodal_solution(6, movie_filename='movie6.gif', cpos=cpos, loop=False, off_screen=True, background='w')
and I got a static image of the first frame.
The text was updated successfully, but these errors were encountered: