LGTM since it seems reasonable to have this behaviour.
For the front-end:
- The "Report" message is fine as it is.
- The range displayed could follow similar logic as what we do now (but updated for exclusion):
- e.g., if min is "4.2.0", and max…
Also, created a task on Blender to flag some included modules (e.g., numpy) so their wheel is never loaded: blender/blender#123189
For the records, I approved Molecular Nodes. There seem to be a bug since the server is not fetching the platform from the manifest. But it is separate from this task.
blender_version_max
-> blender_version_unsupported_since
Will both of these need to be approved?
No, if one gets approved, they all get approved (as well as subsequent versions of the extension).
If one is approved - will the other become…
While we are talking about theme package structure: why didn't we restrict the filename for the theme? i.e. require it to be named
theme.xml
and contained in the same dir as the manifest,…
Committed changes here: 77a69d04f26f26a9e86b9ef82ec966559ffc6c61
@Oleg-Komarov I talked to Campbell and we could give an error whenever some obvious files that shouldn't be inside the .zip are present:
- .svn
- .git
- Thumbs.db
- ehthumbs.db
- __MACOSX
…