Dalai Felinto dfelinto
  • Joined on 2006-06-02
Dalai Felinto approved blender/blender#123128 2024-06-13 17:50:33 +02:00
Fix #122961: Get out of 3D local views when they get empty.

LGTM since it seems reasonable to have this behaviour.

Dalai Felinto commented on issue infrastructure/extensions-website#183 2024-06-13 16:46:17 +02:00
blender_version_max changes

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…
Dalai Felinto commented on issue infrastructure/extensions-website#130 2024-06-13 16:28:55 +02:00
Support for uploading larger file sizes

Also, created a task on Blender to flag some included modules (e.g., numpy) so their wheel is never loaded: blender/blender#123189

Dalai Felinto opened issue blender/blender#123189 2024-06-13 16:27:43 +02:00
Extensions: Flag third-party Python modules Blender includes (so their wheel is never installed)
Dalai Felinto opened issue infrastructure/extensions-website#184 2024-06-13 16:23:28 +02:00
Platforms not being parsed from manifest
Dalai Felinto commented on issue infrastructure/extensions-website#130 2024-06-13 16:05:48 +02:00
Support for uploading larger file sizes

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.

Dalai Felinto created pull request blender/blender-manual#104826 2024-06-13 16:01:26 +02:00
Extensions: blender_version_max -> blender_version_unsupported_since
e09a5765e3 Extensions: blender_version_max -> blender_version_unsupported_since
e63b20c8d3 EEVEE-Next: Update Documentation
10aac61df2 Extensions: update paths_exclude_pattern to match defaults
76a3d9606e Advanced: More details about application template paths
396c249e43 Advanced: More details about application template paths
Compare 10 commits »
Dalai Felinto created branch pr-blender-version-unsupported-since in blender/blender-manual 2024-06-13 15:54:41 +02:00
1a5e32c7db Extensions: blender_version_max -> blender_version_unsupported_since
Dalai Felinto opened issue infrastructure/extensions-website#183 2024-06-13 11:50:57 +02:00
blender_version_max should be non-inclusive
Dalai Felinto commented on issue infrastructure/extensions-website#130 2024-06-13 11:42:54 +02:00
Support for uploading larger file sizes

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…

Dalai Felinto commented on issue infrastructure/extensions-website#175 2024-06-13 11:37:39 +02:00
Macintosh extension .xml doesn't work

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,…

Dalai Felinto pushed to main at blender/blender-manual 2024-06-13 10:33:46 +02:00
2fd7d7c828 Extensions: Make it clear that the Tags list is exclusive of the extensions platform
Dalai Felinto commented on pull request blender/blender#123069 2024-06-13 10:19:25 +02:00
Extensions: List of tags to be used for translation

Committed changes here: 77a69d04f26f26a9e86b9ef82ec966559ffc6c61

Dalai Felinto pushed to blender-v4.2-release at blender/blender 2024-06-13 10:17:18 +02:00
77a69d04f2 Extensions: Changes to the translatable tags table
Dalai Felinto commented on issue infrastructure/extensions-website#175 2024-06-13 09:39:54 +02:00
Macintosh extension .xml doesn't work

@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

Dalai Felinto commented on issue infrastructure/extensions-website#175 2024-06-13 09:16:12 +02:00
Macintosh extension .xml doesn't work

This is what is inside the .zip by the way:

image