blender-sequence-loader
blender-sequence-loader copied to clipboard
Async loading
This adds asynchronous loading of the next file sequence items using Pythons ThreadPoolExecutor.
The feature can be toggled using the "Buffer Next Frame" property in the addon menu under "Global Settings".
Since this feature uses parts of the "update_obj()" function in "importer.py", "update_obj()" has been split into the two functions "load_into_ram()" and "update_scene()".