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
6 changed files with 0 additions and 37 deletions
Showing only changes of commit 0aeaf96fa3 - Show all commits

View File

@ -7,7 +7,6 @@ asset-pipeline is a Blender Add-on that manages the Asset Pipeline of the Blende
- [Configuration](#configuration)
- [Task Layers](#task_layers.py)
- [Hooks](#hooks.py)
- [Development](#development)
- [Getting Started as a Developer](#getting-started-as-a-developer)
- [Context](#context)
- [UI](#ui)
@ -298,12 +297,7 @@ def test_hook_F(context: bpy.types.Context, asset_collection: bpy.types.Collecti
print(asset_collection.name)
```
## Development
In the project root you will find a `pyproject.toml` and `peotry.lock` file.
With `poetry` you can easily generate a virtual env for the project which should get you setup quickly.
Basic Usage: https://python-poetry.org/docs/basic-usage/
Create a sym link in your blender addons directory to the asset_pipeline folder.
## Getting Started as a Developer

View File

@ -29,7 +29,6 @@ blender-kitsu is a Blender Add-on to interact with Kitsu from within Blender. It
- [Error System](#error-system)
- [Troubleshoot](#troubleshoot)
- [Credits](#credits)
- [Development](#development)
## Installation
1. Clone repository `git clone https://projects.blender.org/studio/blender-studio-pipeline.git`
@ -275,9 +274,4 @@ This project uses gazu as a submodule to interact with the gazu data base. Gazu
The file at ./blender_kitsu/sqe/draw.py is copied and modified from the blender-cloud-addon (https://developer.blender.org/diffusion/BCA/).
Original author of this file is: Sybren A. Stuevel.
## Development
In the project root you will find a `pyproject.toml` and `peotry.lock` file.
With `poetry` you can easily generate a virtual env for the project which should get you setup quickly.
Basic Usage: https://python-poetry.org/basic-usage/
Create a sym link in your blender addons directory to the blender_kitsu folder.

View File

@ -6,7 +6,6 @@ cache-Manager is a Blender Add-on to streamline the alembic cache workflow of as
- [Installation](#installation)
- [How to Get Started](#how-to-get-started)
- [Features](#features)
- [Development](#development)
## Disclaimer
This addon is not used in the production of the Blender-Studio anymore and is not maintained actively.
@ -37,11 +36,3 @@ You can control if modifiers should be disabled / enabled during import /export:
- modifier_name.cacheoff -> modifier off for export on for import
- modifier_name.cacheon -> modifier on for export off for import
## Development
In the project root you will find a `pyproject.toml` and `peotry.lock` file.
With `poetry` you can easily generate a virtual env for the project which should get you setup quickly.
Basic Usage: https://python-poetry.org/docs/basic-usage/
Create a sym link in your blender addons directory to the blezou folder.

View File

@ -6,7 +6,6 @@ Blender Add-on to create a contactsheet from sequence editor strips.
- [Installation](#installation)
- [Features](#features)
- [Development](#development)
## Installation
1. Clone repository `git clone https://projects.blender.org/studio/blender-studio-pipeline.git`
2. From the root of the repository navigate to `/scripts-blender/addons/`
@ -21,9 +20,5 @@ You can overwrite the resolution of the contactsheet by adjusting the X and Y sl
The number of rows and columns is automatically calculated. It can also be overwritten by toggling the lock button.
Check the addon preferences there you find some options to customize the contactsheet even more.
## Development
In the project root you will find a `pyproject.toml` and `peotry.lock` file.
With `poetry` you can easily generate a virtual env for the project which should get you setup quickly.
Basic Usage: https://python-poetry.org/docs/basic-usage/
Create a sym link in your Blender addons directory to the contactsheet/contactsheet folder.

View File

@ -5,7 +5,6 @@ grease-converter is a Blender Add-on that can convert annotations to grease penc
- [Installation](#installation)
- [How to get Started](#how-to-get-started)
- [Development](#development)
## Installation
@ -29,8 +28,3 @@ After the add-on is installed you have 2 new operators available.
![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
## Development
In the project root you will find a `pyproject.toml` and `peotry.lock` file.
With `poetry` you can easily generate a virtual env for the project which should get you setup quickly.
Basic Usage: https://python-poetry.org/docs/basic-usage/

View File

@ -5,7 +5,6 @@ Blender Add-on to review renders from Flamenco with the Sequence Editor
- [Installation](#installation)
- [Before you get started](#before-you-get-started)
- [Features](#features)
- [Development](#development)
## Installation
1. Clone repository `git clone https://projects.blender.org/studio/blender-studio-pipeline.git`
@ -29,10 +28,6 @@ expected.
and copies it over to the shot_preview folder with automatic versioning incrementation
- Creation of metadata.json files on approving renders and pushing renders to edit to keep track where a file came from
- Connection to `blender-kitsu` addon, that can be enabled and extends the functionality of some operators
## Development
In the project root you will find a `pyproject.toml` and `peotry.lock` file.
With `poetry` you can easily generate a virtual env for the project which should get you setup quickly.
Basic Usage: https://python-poetry.org/docs/basic-usage/
## Links