Include Addon READMEs in Pipeline Docs #49

Merged
Nick Alberelli merged 18 commits from docs/addon-readmes into main 2023-05-17 17:52:31 +02:00
3 changed files with 3 additions and 1 deletions
Showing only changes of commit 84efc21e06 - Show all commits

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -19,12 +19,14 @@ After the add-on is installed you have 2 new operators available.
- Located in the 3DView Side Panel (N)-> View -> Annotations Panel - Located in the 3DView Side Panel (N)-> View -> Annotations Panel
- Converts active annotation to Grease Pencil Object and link it in the active Scene. - Converts active annotation to Grease Pencil Object and link it in the active Scene.
- <img src="./docs/images/convert_to_grease_pencil.jpg" alt="drawing" width="300"/> - <img src="./docs/images/convert_to_grease_pencil.jpg" alt="drawing" width="300"/>
![drawing](/media/addons/grease_converter/convert_to_grease_pencil.jpg)
- **grease_converter.convert_to_annotation**: - **grease_converter.convert_to_annotation**:
- Located in the 3DView Header -> Object -> Convert - Located in the 3DView Header -> Object -> Convert
- Active objects needs to be grease pencil object. Will convert it to Annotation Grease Pencil Object. Uses Tint Color and Stroke Thickness attribute found in the Adjustments Panel for final annotation color and stroke thickness. (Annotations are a simple version of GreasePencil and only support **one* color and stoke thickness per layer) - Active objects needs to be grease pencil object. Will convert it to Annotation Grease Pencil Object. Uses Tint Color and Stroke Thickness attribute found in the Adjustments Panel for final annotation color and stroke thickness. (Annotations are a simple version of GreasePencil and only support **one* color and stoke thickness per layer)
- <img src="./docs/images/adjustments_panel.jpg" alt="drawing" width="300"/>
![drawing](/media/addons/grease_converter/adjustments_panel.jpg)
- >**Note**: If the grease pencil object has it's transforms not applied or a parent you will be prompted with a warning as these are not taken in to account yet - >**Note**: If the grease pencil object has it's transforms not applied or a parent you will be prompted with a warning as these are not taken in to account yet
## Development ## Development