Docs: Split Addons to its own project #81264
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#81264
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Rationale
Addon docs are currently included as part of the main manual however it would be better if they were their own project for a couple reasons.
It would be helpful to have them as separate projects to prioritize the manual over add-ons mainly for translations but it would also simplify the main manual project.
Currently, the translation cover both the manual and the addons however as things are currently we dont have the community resources to translate both.
Splitting the projects would allow us to disable the translations for one and enable them for the other.
This change is especially important in the future if we increase the amount of add-ons and when the addons manual is updated with content.
(Much of the addon docs are incomplete ATM).
Implementation
docs.blender.org/addons/official/
(community and testing can be added in the future; these would be added to this new project).Questions
Tasks
Changed status from 'Needs Triage' to: 'Confirmed'
Added subscriber: @Blendify
Added subscriber: @ideasman42
While I'm interested in feedback from others... as far as I can see this has mostly down-sides for us.
To sum it up, it's adding a reasonable amount of maintenance overhead for a fairly small part of the manual.
If we don't have the resources to translate add-ons. I don't see any problems with not translating them. We could make this more official (exclude them from the translation completion reports for example, & not add PO files for them).
Further, there are loose plans to move to having most add-ons maintained in a distributed way (using a package manager), so I don't think it's worth spending a lot of time on this.
Changed status from 'Confirmed' to: 'Archived'
Talked on Campbell a little about this in chat. We decided to if its really need to disable the generation of the translation files.
Moving addons to there own documentation project will be re-evaluated in the future when the addon distribution process gets revamped.
Some comments for future reference:
Wouldnt be that much work scripts can be more generalized and re-used
This is already and issue with the manual and the API docs, solution would be to merge our changes upstream.
I think this is a feature, someone who wants to download the manual might not need all the information about each addon.
We can with intersphinx extension which we already use to link to/from the manual and API docs
These are mostly automated and do not require much maintenance overhead.
Not a big deal these can be moved to a new repository
These should probably be documented in manual still. (Can be duplicated to its own addon doc also).
@Blendify sure there are solutions to issues I mention but they do complicate our documentation, you can argue it's not by much - or that it's worthwhile. But it moves away from a single manual you can build with one command - towards something that becomes more involved to manage IMHO.
Keep in mind the current hoops to jump through to make changes are already reasonably high for some contributors, I'd prefer if we keep things simple where possible.