Page 1 of 1

After reaching 100%. Takes too long to switch to next frame

Posted: Fri Jul 30, 2021 9:34 pm
by dasrow
Image
Image
It stays stuck at 100%. This is taking too long. Any chance of solving this somehow?
This time did not last that long in another wax. While this wax did not last, such a problem started to occur.

Re: After reaching 100%. Takes too long to switch to next frame

Posted: Mon Aug 02, 2021 6:18 am
by timurhai
Hi!

1. Blender solution:
Try to run task command in a console w/o Afanasy.
Will it be the same result?
If so, you can ask on Blender forums, why the command does not finishes after render was finished.

2. Afanasy solution:
If some command produced 100% result and does not quits, it can be terminated by Python parser class automatically:
https://cgru.readthedocs.io/en/latest/a ... false-true

It is much better to fix program to make it exit itself, to let it to perform all needed actions before exit.
Abnormal program termination is just a trick that can be used it all other ways don't work.

Re: After reaching 100%. Takes too long to switch to next frame

Posted: Mon Aug 02, 2021 6:21 am
by timurhai
ps
One of the most common reason that program stuck, is that it want to connect some adress:port, but some network configuration malfunction can stuck this function for a long time. Contact Blender forums for that.