Docs: Remove Download Links from Add-On Table & Remove Add-On READMEs from Docs #270
@ -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:
|
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
|
#### 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.
|
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.
|
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
|
#### 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.
|
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.
|
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
|
## Structure
|
||||||
|
Loading…
Reference in New Issue
Block a user