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

Post Reply
dasrow
Posts: 10
Joined: Tue Jun 29, 2021 12:26 pm

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

Post 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.
User avatar
timurhai
Site Admin
Posts: 911
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

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

Post 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.
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
User avatar
timurhai
Site Admin
Posts: 911
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

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

Post 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.
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
Post Reply