GDQuest / blender-sequencer-multithreaded-render

Multithreaded renders for the Blender video sequence editor, from the command line
GNU General Public License v3.0
25 stars 9 forks source link

Remove dependency on TQDM, replace progress logging #5

Open NathanLovato opened 4 years ago

NathanLovato commented 4 years ago

We use a library to have a progress bar, tqdm. It makes it hard to parse the output of the renderer and adds an unecessary dependency. This would fix #4

cgvirus commented 4 years ago

Hi Nathan, will it be solved in future? I am planning to implement a simple Blender export mechanism to run bpsrender without CLI experience. Let me know Thanks.

cgvirus commented 4 years ago

Here are some nice boilers if you want to implement. https://stackoverflow.com/questions/3160699/python-progress-bar

NathanLovato commented 4 years ago

We already have had some code and plan for that in Power Sequencer. See https://github.com/GDQuest/blender-power-sequencer/blob/master/operators/utils/info_progress_bar.py

It could be done in the future, but this is really low on my list of priorities at the moment. Contributions would be welcome!