Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
3d:grease-pencil [2025/08/21 11:44] – [Introduction] mh | 3d:grease-pencil [2025/08/21 11:49] (current) – [Materials] mh | ||
---|---|---|---|
Line 27: | Line 27: | ||
The **Trim tool** can be handy to lasso select parts of the drawing that are sticking in/out and automatically trim them. | The **Trim tool** can be handy to lasso select parts of the drawing that are sticking in/out and automatically trim them. | ||
+ | |||
+ | ---- | ||
===== Materials ===== | ===== Materials ===== | ||
Line 39: | Line 41: | ||
//Usually one click works (since Blender 4.5) but if not, this can be modified with the Fill brush selected under the **Tools** panel > Brush Settings > Advanced > untick **Visual Aids** (which requires two clicks to fill instead of one).// | //Usually one click works (since Blender 4.5) but if not, this can be modified with the Fill brush selected under the **Tools** panel > Brush Settings > Advanced > untick **Visual Aids** (which requires two clicks to fill instead of one).// | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Animations ===== | ||
+ | |||
+ | Contrarily to 3D animations, Blender will not interpolate movement between keyframes. | ||
+ | |||
+ | Every keyframe for a layer will modify the entire content of the layer, this is why separate objects should be in separate layers. Especially when animating. | ||
+ | |||
+ | If Auto-keying is enabled (and it should) drawing on a new frame will automatically grey-out the content from the previous keyframe in green. If content for that layer is keyframed at a future keyframe, that keyframe will also displayed in a greyed-out purple. | ||
+ | |||
+ | This is called **Onion skinning** and can be toggled on/off next to the layer name. | ||
+ | |||