The big Blender Grease Pencil thread

In the wake of the very successful Sculpt mode thread, I decided to open a Grease Pencil thread.

Grease Pencil is a particular type of Blender object that allow you to draw in the 3D space. Can be use to make traditional 2D animation, cut-out animation, motion graphics or use it as storyboard tool among other things.

This page has all the fundamental resources and tutorials to get you started:

For working with Grease Pencil and the 3d Cursor, check out Spitfire Storyboards’ tutorial:

Inspirational content

Resources
For brushes, you may consider getting these packs:

15 Likes

Here’s the Grease Pencil developer’s proposal for a major refactor of the code.

Developer Discussion: New Grease Pencil Data Structure Proposal

3 Likes

The highlights are:

  • new curve types, such as bezier instead of just polylines, which would be great
  • speed improvements
  • it enables booleans, i.e. holes in a fill

There’s now a new workflow improvement for Grease Pencil, which allows you to sketch objects as GP objects first before creating the actual mesh object. This is possible using the Replace object by active object addon:

1 Like

There was a big Grease Pencil thread during 2.8 development.

But after releasing of tools in an official release, Grease Pencil users stopped to follow development and spend more time playing with a stable release.

Most of basics are settled, now. Reading release notes is sufficient to stay up to date.

Changing of Data Structure will have no impact visible for users until new tools based on new abilities are developed, in several months.
Currently, most of improvements, done in dedicated branches are about Line Art modifier (that is interesting a niche of people mixing 2D and 3D).
Yiming Wu is working on generating GP Strokes as contours of shadows, cast by 3D objects.

So, that is probably a little bit too soon to try to create such thread.

But if you want to talk about recent development, Antonio added naming of a GP Layer at GP layer creation, yesterday.
https://dev-files.blender.org/file/data/3zzwhbwns2wz7b7fzjkj/PHID-FILE-net5lp2zfzn264adwppn/Move_to_New_Layer.mp4

2 Likes

Grease Pencil layers have been added to the main dope sheet. The code just landed in master.

https://developer.blender.org/D15003

5 Likes

what every 2d animation program has , are instanced keyframes , so you can change the drawing in one keyframe and it updates all the frames its used in…

i think thats the one core feature which grease pencil is missing which makes working on it harder than it has to be …

1 Like

thank the lord too!