Block a user
Lukas Tönne
deleted branch gpv3-fill-tool-draw-on-back from LukasTonne/blender
2024-08-23 17:06:27 +02:00
Gpencil: GPv3 fill tool does not respect draw on back option
Fix #126597: GPv3: Support the "insert on back" option in fill tool
Fix #126597: Support the "insert on back" option for GP strokes
Lukas Tönne
created branch gpv3-fill-tool-draw-on-back in LukasTonne/blender
2024-08-23 17:03:57 +02:00
GPv3: SVG export corrupted
@antoniov thanks for the hint, it was in fact setting the opacity, but ignoring the color alpha. PDF export should be ok now.
GPv3: Undo memory leak
@mont29 Simplest repro i found so far:
- 2D anim template
- Draw a stroke
- Move the stroke in edit mode
- undo
GPv3: SVG export corrupted
What is GP supposed to do with a material that it cannot render properly in pdf?
GPv3: SVG export corrupted
The SVG export is looking good for this file with the fix above.
PDF export, however, looks bad because of the materials used here: A number of materials have both Stroke and Fill color, but…
Fix #126606: GPv3: Wrong projection and various other issues with exporters