Update from template
parent
9357e09d22
commit
b48dbdbeef
|
@ -0,0 +1,51 @@
|
||||||
|
name: Bug Report
|
||||||
|
|
||||||
|
about: File a bug report
|
||||||
|
|
||||||
|
title: "[Bug]: "
|
||||||
|
|
||||||
|
body:
|
||||||
|
- id : ticket_type
|
||||||
|
type: dropdown
|
||||||
|
attributes:
|
||||||
|
label: Type
|
||||||
|
description: Type du ticket
|
||||||
|
options:
|
||||||
|
- bug
|
||||||
|
- feature
|
||||||
|
- maintenance
|
||||||
|
- documentation
|
||||||
|
validation:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- id : priority
|
||||||
|
type: dropdown
|
||||||
|
attributes:
|
||||||
|
label: Priorité
|
||||||
|
description: priorité du ticket
|
||||||
|
options:
|
||||||
|
- normal
|
||||||
|
- faible
|
||||||
|
- élevée
|
||||||
|
- critique
|
||||||
|
|
||||||
|
- id: description
|
||||||
|
type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Description
|
||||||
|
description: Description du problème rencontré
|
||||||
|
value: "ça marche pô... \nN'oubliez pas de préciser la task, l'asset ou le shot, et sa version dans le cas d'un bug"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- id: path
|
||||||
|
type: input
|
||||||
|
attributes:
|
||||||
|
label: filepath
|
||||||
|
description: le chemin de la scene s'il existe
|
||||||
|
|
||||||
|
- id: log
|
||||||
|
type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Log console
|
||||||
|
description: Rensigner le crash log s'il existe
|
|
@ -0,0 +1,16 @@
|
||||||
|
## Related ticket
|
||||||
|
Link to the ticket
|
||||||
|
|
||||||
|
## Modications
|
||||||
|
Description of what your PR is doing
|
||||||
|
|
||||||
|
## How to test it
|
||||||
|
Description of how to test it
|
||||||
|
|
||||||
|
## Risk involved
|
||||||
|
- LOW
|
||||||
|
- MID
|
||||||
|
- HIGH
|
||||||
|
|
||||||
|
## Related PR
|
||||||
|
List of PR involved with this one
|
42
README.md
42
README.md
|
@ -1,7 +1,41 @@
|
||||||
# rig_picker
|
# RIG_PICKER
|
||||||
|
> Blender addon for picking rig contollers
|
||||||
|
|
||||||
An OpenGl tool for having a 2d interface for the 3d animators
|
Rig_picker is an OpenGl tool for having a 2d interface for the 3d animators allowing them to pick a controller easily.
|
||||||
|
|
||||||
|
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>
|
||||||
|
|
||||||
|
|
||||||
Previous Version tutorial:
|
<!-- INSTALLATION -->
|
||||||
https://vimeo.com/241970235
|
## Installation
|
||||||
|
|
||||||
|
1. Create your own local directory in
|
||||||
|
```sh
|
||||||
|
/home/<USER>/dev
|
||||||
|
```
|
||||||
|
2. Create your own local directory in
|
||||||
|
```sh
|
||||||
|
git clone ssh://git@192.168.75.224:222/autour_de_minuit/rig_picker.git
|
||||||
|
```
|
||||||
|
|
||||||
|
<!-- CONTENTS -->
|
||||||
|
## Contents
|
||||||
|
|
||||||
|
<!-- LOCATION -->
|
||||||
|
## Location
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue