Revision 8c48e8d by Charlie Jolly (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) January 19, 2019, 14:34 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision 7625771 by Charlie Jolly (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) January 19, 2019, 02:24 (GMT) |
GP: Fill: Add end cap support to boundary strokes + Fill boundary stroke supports end caps + Fix pixfactor type |
Revision 9e28e40 by Charlie Jolly (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) January 18, 2019, 15:51 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision 022eca1 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) January 18, 2019, 09:56 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision fedb278 by Charlie Jolly (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) January 18, 2019, 09:22 (GMT) |
GP: Fill: Temp fix for fill options in topbar Topbar has a bug that means if there are too many items it won't display them. This temp fix moves some of the Fill tool options to a popup panel. |
Revision 5abe505 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) January 17, 2019, 19:34 (GMT) |
GP: Fix Fill Topbar The column layout is not supported as expected. Anyway, there is a bug in topbar when the size of the parameters is too big. |
Revision b4a172f by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) January 17, 2019, 18:34 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision 5f76b76 by Charlie Jolly (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) January 17, 2019, 11:57 (GMT) |
GP: Fill: Tweaks + Made Dilate an option for all fill modes for testing purposes + Pixel shift is enabled for all modes |
Revision 171861e by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) January 16, 2019, 19:05 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision c6467c3 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) January 16, 2019, 18:23 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision 9d5bae9 by Charlie Jolly (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) January 16, 2019, 17:44 (GMT) |
GP: Fill: Dilate into corner pixels Dilate now fills corner pixels for more accuracy. Devs: Not sure that the algorithm is the most efficient so if you have any tips let me know!!! |
Revision 5cdd1d9 by Charlie Jolly (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) January 16, 2019, 15:14 (GMT) |
GP: Fill: Fix issue with dilate creep |
Revision 4ca6d8e by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) January 16, 2019, 10:30 (GMT) |
GP: Use multiframe falloff in Shear transform |
Revision efec939 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) January 16, 2019, 10:25 (GMT) |
GP: Use multiframe falloff for Bend transformation |
Revision 46f0093 by Charlie Jolly (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) January 15, 2019, 21:40 (GMT) |
GP: Fill: Adaptive mode + add naive dilate to filled area + shift points by half pixel |
Revision 0fa111e by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) January 15, 2019, 18:45 (GMT) |
Merge branch 'master' into greasepencil-object Conflicts: source/blender/editors/gpencil/gpencil_fill.c |
Revision 1d2cb64 by Charlie Jolly (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) January 15, 2019, 15:08 (GMT) |
GP: Fill: New mode, adaptive This is like both strokes and control mode but with narrower strokes. |
Revision 6871f7b by Charlie Jolly (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) January 14, 2019, 23:03 (GMT) |
GP: Fill: Reduce stroke thickness to minimum Sets flag when using the fill tool to reduce strokes to minimum. This helps reduce white areas. |
Revision 5e5496e by Charlie Jolly (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) January 14, 2019, 22:39 (GMT) |
GP: Fill: Fix crasher when unable to create GPUOffScreen |
Revision fe570a2 by Charlie Jolly (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) January 14, 2019, 19:03 (GMT) |
GP: Fill: Add Resolution multiplier Default is 1, no change. Increasing this number improves accuracy at the expense of processing time and memory usage. This value multiplies the resolution of the buffer image generated used to calculate the flood fill. |
|