blender-python-examples icon indicating copy to clipboard operation
blender-python-examples copied to clipboard

Example scripts and add-ons for Blender that show how to solve common problems.

Results 1 blender-python-examples issues
Sort by recently updated
recently updated
newest added

**Affected method** `def import_module(module_name, global_name=None, reload=True)` **The issue** Module not found Exception get's raised even if the module is installed in the site packages. **Steps to reproduce** When importing b.e....

bug