McManning / Coherence

Blender viewport renderer using the Unity Engine
MIT License
30 stars 0 forks source link

Fix packaging of blender-addon.zip artifact #29

Closed McManning closed 3 years ago

McManning commented 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