Docs: Remove Download Links from Add-On Table & Remove Add-On READMEs from Docs #270

Closed
Nick Alberelli wants to merge 12 commits from TinyNick/blender-studio-pipeline:fix/link_addon_table_and_changelogs_to_repo into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
4 changed files with 3 additions and 3 deletions
Showing only changes of commit ac698596d2 - Show all commits

View File

@ -71,7 +71,7 @@ If the addon has been used to manage the settings, the JSON setting data-blocks
Whether the JSON data is stored as an external file or packed in the blend file is displayed with an icon:
![json icons](/media/addons/lighting_overrider/json_icon_example.png)
![json icons](docs_media/json_icon_example.png)
#### Specifiers
@ -82,14 +82,14 @@ The specifier can either refer to a single item by specifying its name or it can
E.g.: `HLP-sprite_settings` refers only to the one sprite character whose settings object has this name, while `HLP-sprite_settings:all` refers to all sprite characters in the file. `HLP-:all` even refers to all helper objects in general.
Settings marked with the `:all` suffix are displayed with the world icon when this functionality is available for the category.
![suffixes](/media/addons/lighting_overrider/lighting_override_suffixes.png)
![suffixes](docs_media/lighting_override_suffixes.png)
#### Override Picker
Based on the Override Master addon by Andy and Sybren, the Lighting Overrider addon adds the functionality to override any given property (names excluded) on the fly to the `O` hotkey.
This automatically adds an entry to the RNA overrides and is added to the settings that run on file-load.
![rna ovrrides](/media/addons/lighting_overrider/rna_override.png)
![rna ovrrides](docs_media/rna_override.png)
## Structure