Missing information on Blender Extensions #104830

Closed
opened 2024-06-16 01:54:20 +02:00 by Mahid Sheikh · 0 comments
Contributor

One missing piece of information in the documentation for manifests in the Blender Extension documentation is the requirements for all manifest values. For instance, if I have a tagline greater then 64 characters, the extension builder will return the following error:

ERROR: Error parsing TOML "addon/blender_manifest.toml" key "tagline" invalid: a value no longer than 64 characters expected, found 65

However, this is not mentioned in the documentation, just that the tagline may not end in punctuation. This is just one example of manifest restrictions that are missing from the documentation.

One missing piece of information in the documentation for manifests in the Blender Extension documentation is the requirements for all manifest values. For instance, if I have a `tagline` greater then 64 characters, the extension builder will return the following error: ``` ERROR: Error parsing TOML "addon/blender_manifest.toml" key "tagline" invalid: a value no longer than 64 characters expected, found 65 ``` However, this is [not mentioned in the documentation](https://docs.blender.org/manual/en/4.2/extensions/getting_started.html#manifest), just that the tagline may not end in punctuation. This is just one example of manifest restrictions that are missing from the documentation.
Blender Bot added the
Status
Archived
label 2024-06-27 04:51:38 +02:00
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: blender/blender-manual#104830
No description provided.