Blender Git Loki
Git Commits -> Revision d404a45
October 30, 2014, 12:43 (GMT) |
GPencil Drawing: Support for drawing filled strokes It is now possible for the insides (i.e. the region contained within the stroke) Grease Pencil strokes to be drawn "filled". This initial implementation is quite crude. Main Limitations: - It uses OpenGL polygons for rendering. The main thing to be aware of with this is that it *DOES NOT HANDLE CONCAVE* strokes too well. That is, it will just plaster over the concave regions, which may not be what you really want - Fills are currently turned on/off using the opacity settings. Whether we continue doing this remains to be seen... |
Commit Details:
Full Hash: d404a45df088be24b4ccd4bf239eddeac0f001dd
Parent Commit: 7a80a76
Lines Changed: +74, -10
1 Modified Path:
/source/blender/editors/gpencil/drawgpencil.c (+74, -10) (Diff)