Revision bb4c9ae by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 15, 2019, 13:29 (GMT) |
LANPR: Fixing memeory leaking in GPU mode. |
Revision ba07ebb by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 15, 2019, 09:10 (GMT) |
Cleanup: Make format |
Revision 43a15ac by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 15, 2019, 09:05 (GMT) |
Cleanup: ED Declareations move into ED_lanpr.h |
Revision 7f9a4d5 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 15, 2019, 08:51 (GMT) |
Cleanup: Redundant defines. |
Revision a0d8953 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 15, 2019, 08:45 (GMT) |
Math: Double version of interpolate functions. |
Revision 4a8167e by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 15, 2019, 08:02 (GMT) |
Cleanup: Removed utility files. |
Revision 67d493f by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 15, 2019, 08:00 (GMT) |
Cleanup: LANPR draw engine codes. |
Revision 31a7146 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 15, 2019, 07:55 (GMT) |
LANPR: Fixing function prefixes. |
Revision 42b8ba3 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 15, 2019, 06:01 (GMT) |
Merge remote-tracking branch 'origin/greasepencil-object' into soc-2019-npr |
Revision 648bd58 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 14, 2019, 18:55 (GMT) |
GPencil: Change default value in python API The gpencil_lines must be set to False by default. |
Revision 7393ca4 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 14, 2019, 15:23 (GMT) |
GPencil: Set gpencil_lines parameter to False by default |
Revision 58b7d61 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 14, 2019, 15:19 (GMT) |
GPencil: Fix problem when color is nofill in SVG If the color in the SVG converted was nofill, the stroke had fill color in grease pencil and this creates glitches because the shape was not defined to be filled. Now, the name of the color is checked to verify if the material is for stroke, and if only there is one material with this name, the fill is disabled. |
Revision e4c9f9d by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 14, 2019, 12:33 (GMT) |
GPencil: Fix error generating strokes with curves with 2 points only The number of segments must be 1 if the number of control points is 2. The problem was with the closed curves. Also added tag of the databalock. |
Revision af6a5bc by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 14, 2019, 09:04 (GMT) |
GPencil: Apply curve radius as pressure for stroke point When convert the curve, the beziert point radius is used to generate the pressure of the grease pencil stroke point and this allows to generate different thickness. |
Revision f05a18f by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 14, 2019, 08:46 (GMT) |
GPencil: Rename python API function from convert_to_gpencil to generate_gpencil_strokes The problem with old name was that it implied that original object was removed, but the function only creates the strokes, so the new name is better. |
Revision 65bde93 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 14, 2019, 06:23 (GMT) |
Merge remote-tracking branch 'origin/greasepencil-object' into soc-2019-npr |
Revision 9546718 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 13, 2019, 09:35 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision 96339b8 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 13, 2019, 09:35 (GMT) |
LANPR: Moved lanpr_util.c into ED. |
Revision 141382d by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 13, 2019, 09:07 (GMT) |
LANPR: Moved non-drawing related chaining code to ED. |
Revision ef16f19 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 13, 2019, 08:28 (GMT) |
LANPR: Fixing local functions. |
|