Blender add-on - Set of tools for Grease Pencil in animation production
Go to file
Christophe SEUX 9c7184836b Correct some bugs 2021-06-17 15:36:28 +02:00
GP_guided_colorize Public release 2021-01-10 19:12:09 +01:00
.gitignore fix DL link + updater changes 2021-01-14 23:36:05 +01:00
CHANGELOG.md update chage log 2021-06-16 17:35:35 +02:00
LICENSE.txt first public version commit 2021-01-10 16:47:17 +01:00
OP_breakdowner.py Fix breakdowner error handling 2021-05-10 18:10:34 +02:00
OP_brushes.py fix typo 2021-06-14 18:53:15 +02:00
OP_copy_paste.py Select Pasted stroke 2021-04-01 18:20:24 +02:00
OP_cursor_snap_canvas.py first public version commit 2021-01-10 16:47:17 +01:00
OP_depth_move.py depth move - UI cahnge and changelog file 2021-05-09 01:26:37 +02:00
OP_eraser_brush.py Correct some bugs 2021-06-17 15:36:28 +02:00
OP_file_checker.py Public release 2021-01-10 19:12:09 +01:00
OP_helpers.py Draw cam passepartout and UI changes 2021-06-05 01:20:35 +02:00
OP_key_duplicate_send.py feat: duplicate send keys 2021-05-24 17:06:10 +02:00
OP_keyframe_jump.py fix kf jump rare refresh problem 2021-05-25 11:32:47 +02:00
OP_palettes.py New material cleaner 2021-06-07 19:07:37 +02:00
OP_playblast.py first public version commit 2021-01-10 16:47:17 +01:00
OP_playblast_bg.py first public version commit 2021-01-10 16:47:17 +01:00
OP_pseudo_tint.py first public version commit 2021-01-10 16:47:17 +01:00
OP_realign.py fix realign return error 2021-05-11 16:00:18 +02:00
OP_render.py first public version commit 2021-01-10 16:47:17 +01:00
OP_temp_cutter.py first public version commit 2021-01-10 16:47:17 +01:00
README.md depth move - UI cahnge and changelog file 2021-05-09 01:26:37 +02:00
README_FR.md depth move - UI cahnge and changelog file 2021-05-09 01:26:37 +02:00
TOOL_eraser_brush.py Add Eraser Tool 2021-06-16 17:35:17 +02:00
UI_tools.py New material cleaner 2021-06-07 19:07:37 +02:00
__init__.py Add Eraser Tool 2021-06-16 17:35:17 +02:00
addon_updater.py first public version commit 2021-01-10 16:47:17 +01:00
addon_updater_ops.py fix DL link + updater changes 2021-01-14 23:36:05 +01:00
functions.py change comparaison 2021-06-16 11:37:51 +02:00
handler_draw_cam.py little fix in custom passepartout 2021-06-06 21:30:46 +02:00
keymaps.py Native addon compatibility 2021-01-19 19:49:16 +01:00
properties.py Add Eraser Tool 2021-06-16 17:35:17 +02:00
utils.py first public version commit 2021-01-10 16:47:17 +01:00

README.md

GP toolbox

Blender addon - Various tool to help with grease pencil in animation productions.

Download latest

Demo video

Readme Doc in French (Documentation en Français et plus détaillée)


Description

In sidebar (N) > Gpencil > Toolbox

Addon preferences

important point of addon preferences:

Set path to the palette folder (there is a json palette IO but you an also put a blend and use a blend importer)

Note about palette : For now the importer is not working with linked palette as it's not easy for animator (there are properties of the material you cannot access and the link grey-out fade the real color in UIlist preview)

Passive action

Add an "on save" Handler that trigger relative remap of all path (can be disabled in addon prefs).

function

  • Mirror flip : If in cam view flip the camera X scale value (you can see and draw mnirrored to see problems)
  • quick access to scene camera passepartout toggle and opacity

  • quick access to scene camera background images visibility with individual references toggle.

  • Basic playblast and viewport playblast:

    • dedicated resolution percentage value

    • can auto launch and/or auto open folder at finished (option in addon preferences)

  • Jump to GP keyframe :

    • Choose key to Auto bind in addon prefs (since 0.9.3).

    Manual setup: Add two keymap shortcut in windows or screen(global) with indentifier screen.gp_keyframe_jump, one should have next toggled off to jump back

  • GP paint cutter tool temporary switch shortcut

    • Map manually to a key with wm.temp_cutter (This one needs "Any" as press mode) or wm.sticky_cutter (Modal sticky-key version)
  • Snap cursor to GP canvas operator accessible with view3d.cusor_snap

    • Map nanually (might be autoreplaced according to version) by replacing entry using view3d.cursor3d in 3D View category (defaut shortcut Shift + Right-clic)
  • Follow cursor toggle : When activated the cursor follow the active the active object

  • breakdowner operator for object mode, auto-keymap on : Shift + E

  • Line extender help closing gaps between lines with control over layer target (-> need also control over frame targets)

  • GP copy paste : world space cut-copy-paste (bake strokes). Ctrl + Shift + X/C/V Store strokes in os'clipboard (easier cross blend copy) cutting is use a more user friendly (leave boundary points of left strokes untouched).
    Also Possible to copy whole selected layers.

  • Auto update : you have an updater in the addon preference tabs (use the CGcookie addon updater)

Palette management

In material submenu you have mutliple new entry:

  • Copy Materials To Selected : copy all material to other selected GP (difference with Ctrl+L > materials is that it doesn't erase materials, only append those that are not in other's materials stack)

  • Load/Save Json palette : Save/load materials externally to a json file from/to the active material stack.

  • Load Color palette : same as the load above exept it loads directly from a blend file (all the material that the blend contains)

Where ?

Panel in sidebar : 3D view > sidebar 'N' > Gpencil


Consult Changelog here