Extension version in the file name has no separators #49

Closed
opened 2024-03-04 15:43:18 +01:00 by Grigoriy Titaev · 0 comments

If you download any extension, the version in file name will be without separators.

For example download: https://extensions.blender.org/add-ons/orient-and-origin-to-selected/
Extension version: 1.2.0
Extension file name: add-on-orient-and-origin-to-selected-v120.zip

This may lead to some potential problems, because different versions of extensions may have the same file name:

  • Version 1.2.15, the file name will be: add-on-name-v1215.zip
  • Version 1.21.5, the file name will be: add-on-name-v1215.zip

The version in the file name must have a separator:

  • dots: add-on-name-v1.2.3.zip
  • or dash: add-on-name-v1-2-3.zip
  • or underline: add-on-name-v1_2_3.zip
If you download any extension, the version in file name will be without separators. For example download: https://extensions.blender.org/add-ons/orient-and-origin-to-selected/ Extension version: 1.2.0 Extension file name: `add-on-orient-and-origin-to-selected-v120.zip` This may lead to some potential problems, because different versions of extensions may have the same file name: - Version 1.2.15, the file name will be: `add-on-name-v1215.zip` - Version 1.21.5, the file name will be: `add-on-name-v1215.zip` The version in the file name must have a separator: - dots: `add-on-name-v1.2.3.zip` - or dash: `add-on-name-v1-2-3.zip` - or underline: `add-on-name-v1_2_3.zip`
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: infrastructure/extensions-website#49
No description provided.