Revision 0a6dd06 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 19, 2019, 08:26 (GMT) |
LANPR: Edge/face mark UI now forllows LANPR checkbox. |
Revision 0c69893 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 19, 2019, 08:26 (GMT) |
LANPR: Renamed freestyle edge mark constant into lanpr. |
Revision 7dfb221 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 19, 2019, 08:26 (GMT) |
LANPR: Remove freestyle #ifdef's. |
Revision a693068 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 19, 2019, 08:26 (GMT) |
LANPR: Rename freestyle edge mark functions to LANPR. |
Revision 3912e44 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 19, 2019, 08:18 (GMT) |
Cleanup: Replace if else if, by Switch |
Revision 69c8d31 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 20:24 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision 69218e4 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 20:23 (GMT) |
GPencil: Remove old comments |
Revision b055707 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 18:50 (GMT) |
GPencil: Testing idea for changing weights when opacity factor is greater than 1.0 |
Revision 3f4e87e by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 18:25 (GMT) |
GPencil: Clamp weight in Opacity modifier for Material mode If the value is not clamped, the opacity gets wild values. |
Revision 092f9ea by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 18:22 (GMT) |
GPencil: Apply opacity only to vertex with weights |
Revision 8fc1be0 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 17:52 (GMT) |
GPencil: Fix unreported error in Brush option panel The options of the material are from object material not pinned material. If the brush is pinned, the material must be the brush material and not the object material. |
Revision 2cef81a by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 17:38 (GMT) |
GPencil: Modify opacity modifier to use weights inverted It's more logic consider the no weight as opaque and the weight to transparent. Also fixed some small issues. |
Revision 71eda41 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 16:07 (GMT) |
GPencil: Fix error when apply material in Opacity/Hue and Tint |
Revision 35af94c by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 16:07 (GMT) |
GPencil: New Strength mode for Opacity modifier Now it's possible to determine the opacity by Material (default) or by point Strength. This new mode is required to get some effects using weight data. |
Revision 8bfa7e1 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 16:03 (GMT) |
GPencil: Fix error with evaluated colors after changing evaluation to depsgraph The temporary colors were not copied when the derived frame was created. The color must be copied in evaluation, not in draw manager because this replace any modifier change. |
Revision c6f6d6e by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 14:50 (GMT) |
GPencil: Enable gradient factor for Line strokes Now it's possible to use the same gradient used in Dots and Boxes with Line strokes. This was disabled, pending to solve the overlap glitches, but as this was fixed with stencil, we can enable it again. Also, the gradient formula has been changed to use the same of Dots. |
Revision 995c0f8 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 11:47 (GMT) |
LANPR: Remove mode selector when not in LANPR engine. |
Revision ea4119b by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 11:29 (GMT) |
LANPR: Removed edge detection entry in the mode selector. |
Revision 7c47656 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 07:55 (GMT) |
Merge remote-tracking branch 'origin/master' into soc-2019-npr |
Revision 6e38a00 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 07:12 (GMT) |
GPencil: Fix length modifier wrong callback. |
|