Docs: Improve Add-on Table and readmes #70
13
scripts-blender/addons/lighting_overrider/CHANGELOG.MD
Normal file
13
scripts-blender/addons/lighting_overrider/CHANGELOG.MD
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
## 0.1.1 - 2023-06-02
|
||||||
|
|
||||||
|
### ADDED
|
||||||
|
- Add release system
|
||||||
|
|
||||||
|
### FIXED
|
||||||
|
- Fix Addon Install Instructions
|
||||||
|
- Fix Addons Spelling and Links (#54)
|
||||||
|
|
||||||
|
### UN-CATEGORIZED
|
||||||
|
- [DOCS] add lighting_override readme from notion
|
||||||
|
- Include Addon READMEs in Pipeline Docs (#49)
|
||||||
|
|
@ -6,7 +6,7 @@ from . import templates, json_io, execution, ui, override_picker
|
|||||||
bl_info = {
|
bl_info = {
|
||||||
"name": "Lighting Overrider",
|
"name": "Lighting Overrider",
|
||||||
"author": "Simon Thommes",
|
"author": "Simon Thommes",
|
||||||
"version": (0, 1, 0),
|
"version": (0, 1, 1),
|
||||||
"blender": (3, 0, 0),
|
"blender": (3, 0, 0),
|
||||||
"location": "3D Viewport > Sidebar > Overrides",
|
"location": "3D Viewport > Sidebar > Overrides",
|
||||||
"description": "Tool for the Blender Studio to create, manage and store local python overrides of linked data on a shot and sequence level.",
|
"description": "Tool for the Blender Studio to create, manage and store local python overrides of linked data on a shot and sequence level.",
|
||||||
|
Loading…
Reference in New Issue
Block a user