InteractiveComputerGraphics / blender-sequence-loader

An addon for Blender enabling just-in-time loading and animation of mesh and particle/ point-cloud sequences.

Home Page:https://blender-sequence-loader.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pull submodules when using `build_addon.py`

digitalillusions opened this issue · comments

It is easy to forget to checkout the submodules for external dependencies. When using build_addon.py it would be possible to check if they have been initialized and pulled, and to do so if they haven't or simply to output a warning.