AdvancedBlenderAddon
AdvancedBlenderAddon copied to clipboard
Add an example of C++ module
A common pattern is to offload computing intensive operations in a C++ backend, then provide a python front-end to it. We should have a demonstration of this.