Blender Git Commit Log

Git Commits -> Revision 3b24381

Revision 3b24381 by Antonio Vazquez (master)
August 24, 2018, 15:05 (GMT)
GP: Fix unreported error drawing polygons

As the polygon drawing is handled using a buffer that is converted to stroke inmediately, the drawing engine was not drawing the buffer stroke because it was empty, and the stoke was not visible becaus eit was in fast drawing mode.

Now there is a special flag to indicate the polygon mode is enabled and force the drawing engine to draw strokes and disable fast drawing.

Commit Details:

Full Hash: 3b2438192bdabc03030eb00a2fdb081aef18f962
Parent Commit: d162be6
Lines Changed: +8, -1

3 Modified Paths:

/source/blender/draw/engines/gpencil/gpencil_engine.c (+2, -1) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+4, -0) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021