Skip to content
New issue

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

plot_nodal_solution doesn't create the animation when parameter off_screen=True #30

Closed
Rfaelv opened this issue May 29, 2021 · 4 comments · Fixed by #43
Closed

plot_nodal_solution doesn't create the animation when parameter off_screen=True #30

Rfaelv opened this issue May 29, 2021 · 4 comments · Fixed by #43

Comments

@Rfaelv
Copy link

Rfaelv commented May 29, 2021

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.

@akaszynski
Copy link
Collaborator

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?

@Rfaelv
Copy link
Author

Rfaelv commented May 29, 2021

image

@akaszynski
Copy link
Collaborator

Found the bug. Expect this fixed in the next release 0.51.1. Sorry it took so long to get around to.

@Rfaelv
Copy link
Author

Rfaelv commented Jun 17, 2021

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants