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
7 changed files with 42 additions and 0 deletions
Showing only changes of commit 9c37325a24 - Show all commits

View File

@ -2,6 +2,13 @@
Miscellaneous operators and tools requested by Blender Studio Animators.
## Table of Contents
- [Features](#features)
- [Select Similar Curves](#select-similar-curves)
- [Lock Curves](#lock-curves)
- [Easy Constraints](#easy-constraints)
## Features
### Select Similar Curves
Location: Graph Editor -> Select -> Select Similar Curves

View File

@ -1,4 +1,11 @@
# Bone Gizmos
## Table of Contents
- [What are Bone Gizmos?](#what-are-bone-gizmos)
- [Using Bone Gizmos](#using-bone-gizmos)
- [Rigger UX](#rigger-ux)
- [Animator UX](#animator-ux)
## What are Bone Gizmos?
This add-on is a prototype for a potential future Mesh Gizmos feature in Blender. See [this](https://developer.blender.org/T92218) task for more details.

View File

@ -1,6 +1,13 @@
# Cache Manager
cache-Manager is a Blender Add-on to streamline the alembic cache workflow of assets.
## Table of Contents
- [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.
## Installation

View File

@ -1,6 +1,10 @@
# Contact Sheet
Blender Add-on to create a contactsheet from sequence editor strips.
## Table of Contents
- [Installation](#installation)
- [Features](#features)
- [Development](#development)
## Installation
Download or clone this repository.
In the root project folder you will find the 'contactsheet' folder. Place this folder in your Blender addons directory or create a symlink to it.

View File

@ -1,5 +1,9 @@
# GeoNode Shape Keys
GeoNode Shape Keys is a Blender Add-on that lets you deform linked and overridden meshes using sculpt mode in a roundabout way using a geometry node set-up. While the current override system doesn't support adding or editing shape keys on overridden meshes, it does allow you to add modifiers, so this add-on leverages that.
## Table of Contents
- [Installation](#installation)
- [How to Use](#how-to-use)
## Installation
Download or clone this repository.

View File

@ -1,6 +1,13 @@
# Grease Pencil Converter
grease-converter is a Blender Add-on that can convert annotations to grease pencil objects and vise versa.
## Table of Contents
- [Installation](#installation)
- [How to get Started](#how-to-get-started)
- [Development](#development)
## Installation
Download or clone this repository.
In the root project folder you will find the 'grease_converter' folder. Place this folder in your Blender addons directory or create a symlink to it.

View File

@ -1,5 +1,11 @@
# Pose Shake Keys
## Table of Contents
- [Basic Workflow](#basic-workflow)
- [Example Use Cases](#example-use-cases)
This addon lets you create shape keys that blend already deformed meshes into a previously stored shape.
It also lets you manage multiple copies of a shape key together. Each copy can have a different vertex group mask, or be applied mirrored around the X axis.