Blender 4.4: Grease Pencil¶
Draw Mode¶
- Added "Stroke placements" back (from 4.2 LTS) (cde64dbdd5)
- Reduce size of line primitive gizmo (de90eb9c91)
Sculpt Mode¶
- Added auto masking options back (from 4.2 LTS) (1eb39a8689)
Operators¶
Restored operators that were missing in Blender 4.3.
- Added the "Fixed", "Sample", and "Merge" modes from the "Simplify" operator back (from 4.2 LTS) (8fb12839f2)
- Added the "Set Start Point" operator back (from 4.2 LTS) (46cd7afcda)
- Added the "Lasso/Box" erase operators back (from 4.2 LTS) (612be514c6)
- Added conversion from Curve to Grease Pencil (from 4.2 LTS) (6191bc4f22)
- Added conversion from Mesh to Grease Pencil (from 4.2 LTS) (9d509de52a)
- Added the "Delete Breakdown Frames" operator in the dopesheet (from 4.2 LTS) (2d18046bbc)
- Added the "Paste by Layer" option back (from 4.2 LTS) (971f3e0699)
Modifiers¶
- Previously, invisible layers were part of evaluated data, but this wasn't an intentional decision. Now, invisible layers are removed from evaluated data. This means for example that they are no longer listed in the context of Geometry Nodes. Technically, this is a breaking change. In the unlikely case that hidden layers were expected to be evaluated within modifiers, their visibility needs to be toggled. (9438597b34)
UI¶
- The preview icon of locked materials is no longer grayed out (7878b3908b).
- Properties of locked materials can be edited (similar to properties of locked layers) (d4d046a673).
- In the dopesheet, layers and layer groups have a channel color (03b2fc744e).
Other¶
- The "Lock all" and "Unlock all" operators only worked for layers. Now this also affects layer groups (53255bcf6c).
- The "Hide Others" operator now also considers layer groups (b16e7dec28).
- Vertex colors and layer tinting render in "Solid" shading mode.