AdvancedBlenderAddon
AdvancedBlenderAddon copied to clipboard
A starter kit and reference for writing advanced Blender add-ons
Results
1
AdvancedBlenderAddon issues
Sort by
recently updated
recently updated
newest added
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.