gp_interpolate/README.md

36 lines
971 B
Markdown
Raw Permalink Normal View History

2023-11-30 14:35:49 +01:00
# GP INTERPOLATE
> Blender addon to handle interpolation drawing with grease pencil
2023-11-30 14:33:46 +01:00
2023-11-30 14:35:49 +01:00
Blender addon used to help artist drawing gp interpolation over 3D animation.
2023-11-30 14:33:46 +01:00
<!-- TABLE OF CONTENTS -->
***
<summary>Table of Contents</summary>
<ol>
<li>
<a href="#installation">Installation</a>
</li>
</ol>
<!-- INSTALLATION -->
## Installation
1. Create your own local directory in
```sh
/home/<USER>/dev
```
2. Create your own local directory in
```sh
2023-11-30 14:35:49 +01:00
git clone ssh://git@git.autourdeminuit.com:222/autour_de_minuit/gp_interpolate.git
2023-11-30 14:33:46 +01:00
```
## Settings
Those seetings from gitlab will be populated to each repository created with this template
### Branches
The main branch is **master**.
It's a **protected branch refusing pushing** from any users who is not a Owner.
In other words you have to create you own developping branch and then create a push request. After at least **one validation**, you will be able to push you branch to the master one.