File: index.rst

package info (click to toggle)
blender-doc 4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 253,604 kB
  • sloc: python: 13,030; javascript: 322; makefile: 113; sh: 107
file content (32 lines) | stat: -rw-r--r-- 1,133 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.. _extensions-create_repo-index:

*********************************
Creating an Extensions Repository
*********************************

Third party sites that wish to support extensions in Blender can do so in several ways, in order of complexity:

- :doc:`Static <static_repository>`:
  Host a static JSON file listing all the packages of your repository.
- :doc:`Dynamic <dynamic_repository>`:
  Serve the JSON file on-demand based on the Blender version and platform.
- `Platform <https://projects.blender.org/infrastructure/extensions-website>`__:
  Fork the entire Extensions Website to create your own.

Tags and Translations
=====================

If you are planning to use a different set of :ref:`tags <extensions-tags>` than the ones used by
Blender Extensions Platform, remember to submit a pull request to
`tags.py <https://projects.blender.org/blender/blender/src/scripts/modules/_bpy_internal/extensions/tags.py>`__.

This way they can be shown translated within Blender.

Sub-Pages
=========

.. toctree::
   :maxdepth: 1

   Static Repository <static_repository.rst>
   Dynamic Repository <dynamic_repository.rst>