Closed McManning closed 3 years ago
Currently packages artifacts wrong - there needs to be a subfolder within the zip.
Currently:
blender-addon.zip ├─ __init__.py └─ *.py
Needs to be:
blender-addon.zip ├─ Coherence │ ├─ __init__.py │ └─ *.py
Currently packages artifacts wrong - there needs to be a subfolder within the zip.
Currently:
Needs to be: