There are many possible uses for this addon - it all depends on your imagination. In general, the idea is that in a scene with multiple cameras, once rendering from one camera is finished, rendering from the next one begins. This applies to both image and animation rendering. Since rendering is usually a lengthy process, the addon also includes the option to preview its functionality in advance.
Updated libraries due to requirements of Blender Extensions Platform:
bhqmain - Initialization framework for Blender extensions.
bhqrprt - Python package designed to streamline the process of logging for Blender extension development.
bhqui - UI components for Blender extensions.
All of them are available on PyPI now, and are license-compatible with the Blender Extensions Platform requirements.
Added spell check automation workflow using codespell
. Fixed spells.
Updated tests. For CI/CD platforms, added --background-only
option. This would skip all tests which are not in background mode. Also test dataset was updated to Cycles, as far as it does not require display to be run on.
Added GitHub actions to automate tests as much as possible. Basically, tests which do not require UI would be run for each new commit.
This extension requests the following permission:
Writing execution log files inside extension directory