Include Addon READMEs in Pipeline Docs #49
@ -7,7 +7,6 @@ asset-pipeline is a Blender Add-on that manages the Asset Pipeline of the Blende
|
|||||||
- [Configuration](#configuration)
|
- [Configuration](#configuration)
|
||||||
- [Task Layers](#task_layers.py)
|
- [Task Layers](#task_layers.py)
|
||||||
- [Hooks](#hooks.py)
|
- [Hooks](#hooks.py)
|
||||||
- [Development](#development)
|
|
||||||
- [Getting Started as a Developer](#getting-started-as-a-developer)
|
- [Getting Started as a Developer](#getting-started-as-a-developer)
|
||||||
- [Context](#context)
|
- [Context](#context)
|
||||||
- [UI](#ui)
|
- [UI](#ui)
|
||||||
@ -298,12 +297,7 @@ def test_hook_F(context: bpy.types.Context, asset_collection: bpy.types.Collecti
|
|||||||
print(asset_collection.name)
|
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
|
## Getting Started as a Developer
|
||||||
|
|
||||||
|
@ -29,7 +29,6 @@ blender-kitsu is a Blender Add-on to interact with Kitsu from within Blender. It
|
|||||||
- [Error System](#error-system)
|
- [Error System](#error-system)
|
||||||
- [Troubleshoot](#troubleshoot)
|
- [Troubleshoot](#troubleshoot)
|
||||||
- [Credits](#credits)
|
- [Credits](#credits)
|
||||||
- [Development](#development)
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
1. Clone repository `git clone https://projects.blender.org/studio/blender-studio-pipeline.git`
|
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/).
|
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.
|
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.
|
|
||||||
|
@ -6,7 +6,6 @@ cache-Manager is a Blender Add-on to streamline the alembic cache workflow of as
|
|||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
- [How to Get Started](#how-to-get-started)
|
- [How to Get Started](#how-to-get-started)
|
||||||
- [Features](#features)
|
- [Features](#features)
|
||||||
- [Development](#development)
|
|
||||||
|
|
||||||
## Disclaimer
|
## Disclaimer
|
||||||
This addon is not used in the production of the Blender-Studio anymore and is not maintained actively.
|
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.cacheoff -> modifier off for export on for import
|
||||||
- modifier_name.cacheon -> modifier on for export off 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.
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -6,7 +6,6 @@ Blender Add-on to create a contactsheet from sequence editor strips.
|
|||||||
|
|
||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
- [Features](#features)
|
- [Features](#features)
|
||||||
- [Development](#development)
|
|
||||||
## Installation
|
## Installation
|
||||||
1. Clone repository `git clone https://projects.blender.org/studio/blender-studio-pipeline.git`
|
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/`
|
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.
|
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.
|
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.
|
Create a sym link in your Blender addons directory to the contactsheet/contactsheet folder.
|
||||||
|
@ -5,7 +5,6 @@ grease-converter is a Blender Add-on that can convert annotations to grease penc
|
|||||||
|
|
||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
- [How to get Started](#how-to-get-started)
|
- [How to get Started](#how-to-get-started)
|
||||||
- [Development](#development)
|
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## 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)
|
![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
|
|
||||||
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/
|
|
||||||
|
@ -5,7 +5,6 @@ Blender Add-on to review renders from Flamenco with the Sequence Editor
|
|||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
- [Before you get started](#before-you-get-started)
|
- [Before you get started](#before-you-get-started)
|
||||||
- [Features](#features)
|
- [Features](#features)
|
||||||
- [Development](#development)
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
1. Clone repository `git clone https://projects.blender.org/studio/blender-studio-pipeline.git`
|
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
|
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
|
- 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
|
- 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
|
## Links
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user