rig_picker/README.md

49 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2023-07-21 11:57:10 +02:00
# RIG_PICKER
> Blender addon for picking rig contollers
2022-04-06 10:09:18 +02:00
2023-07-21 11:57:10 +02:00
Rig_picker is an OpenGl tool for having a 2d interface for the 3d animators allowing them to pick a controller easily.
2024-10-30 17:34:17 +01:00
The addon is drawing 2d shapes inside a dedicated Node Editor Area using the gpu module.
You can use multiple pickers for one rig, each picker shapes are in there own collection.
2022-04-06 10:09:18 +02:00
2023-07-21 11:57:10 +02:00
Video of the previous version : https://vimeo.com/241970235
<!-- TABLE OF CONTENTS -->
***
<summary>Table of Contents</summary>
<ol>
<li>
<a href="#installation">Installation</a>
</li>
<li>
<a href="#contents">Contents</a>
</li>
<li>
<a href="#location">Location</a>
</li>
</ol>
<!-- INSTALLATION -->
## Installation
2024-10-30 17:36:07 +01:00
For external user, you can clone the repository using:
2024-10-30 17:35:16 +01:00
```sh
git clone https://git.autourdeminuit.com/autour_de_minuit/rig_picker.git
```
2023-07-21 11:57:10 +02:00
2024-10-30 17:34:17 +01:00
For Internal user:
2023-07-21 11:57:10 +02:00
1. Create your own local directory in
```sh
/home/<USER>/dev
```
2. Create your own local directory in
```sh
2023-10-03 11:53:35 +02:00
git clone ssh://git@git.autourdeminuit.com:222/autour_de_minuit/rig_picker.git
2023-07-21 11:57:10 +02:00
```
<!-- CONTENTS -->
## Contents
<!-- LOCATION -->
## Location
2022-04-06 10:09:18 +02:00