Blender addon to handle interpolation drawing with grease pencil
Go to file
pullusb 6707d693d6 better ui and modal cancel interaction
- add range in ui when animation is checked
- fix rig target collection UI
- add camera frames in rig mode
- fix animated interpolation frame range in rig mode
- add redraw timer to refresh view
2024-02-08 18:27:07 +01:00
interpolate_strokes better ui and modal cancel interaction 2024-02-08 18:27:07 +01:00
parent_layer full WIP parent operator 2023-12-13 10:22:09 +01:00
.gitignore Initial commit 2023-11-30 14:33:46 +01:00
ISSUE_TEMPLATE.yml Initial commit 2023-11-30 14:33:46 +01:00
PULL_REQUEST_TEMPLATE.md Initial commit 2023-11-30 14:33:46 +01:00
README.md Update README.md 2023-11-30 14:35:49 +01:00
__init__.py better ui and modal cancel interaction 2024-02-08 18:27:07 +01:00
ui.py better ui and modal cancel interaction 2024-02-08 18:27:07 +01:00
utils.py better ui and modal cancel interaction 2024-02-08 18:27:07 +01:00

README.md

GP INTERPOLATE

Blender addon to handle interpolation drawing with grease pencil

Blender addon used to help artist drawing gp interpolation over 3D animation.


Table of Contents
  1. Installation

Installation

  1. Create your own local directory in
    /home/<USER>/dev
    
  2. Create your own local directory in
    git clone ssh://git@git.autourdeminuit.com:222/autour_de_minuit/gp_interpolate.git
    

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.