Blender Git Commits

Blender Git "temp-gpencil-eval" branch commits.

Page: 59 / 277

July 16, 2019, 10:14 (GMT)
Merge branch 'master' into greasepencil-object
July 16, 2019, 10:13 (GMT)
GPencil: Improve curve conversion when end points are very near

When the distance between first and last point of the curve was very small, there was a glitch in the join. Now the points are moved slightly to get good result.
July 16, 2019, 09:31 (GMT)
GPencil: Improve Close stroke function for very small gaps

When the gap is very small, don't need to add new points to the stroke, just cyclic.
July 16, 2019, 09:00 (GMT)
GPencil: Create one stroke for each spline

For curves with several splines, must create a stroke for each of them or the shape would be wrong.
July 15, 2019, 15:22 (GMT)
Merge branch 'master' into greasepencil-object
July 15, 2019, 14:18 (GMT)
LANPR: Moved GPU batches to lanpr_share.
July 15, 2019, 13:29 (GMT)
LANPR: Fixing memeory leaking in GPU mode.
July 15, 2019, 09:10 (GMT)
Cleanup: Make format
July 15, 2019, 09:05 (GMT)
Cleanup: ED Declareations move into ED_lanpr.h
July 15, 2019, 08:51 (GMT)
Cleanup: Redundant defines.
July 15, 2019, 08:45 (GMT)
Math: Double version of interpolate functions.
July 15, 2019, 08:02 (GMT)
Cleanup: Removed utility files.
July 15, 2019, 08:00 (GMT)
Cleanup: LANPR draw engine codes.
July 15, 2019, 07:55 (GMT)
LANPR: Fixing function prefixes.
July 15, 2019, 06:01 (GMT)
Merge remote-tracking branch 'origin/greasepencil-object' into soc-2019-npr
July 14, 2019, 18:55 (GMT)
GPencil: Change default value in python API

The gpencil_lines must be set to False by default.
July 14, 2019, 15:23 (GMT)
GPencil: Set gpencil_lines parameter to False by default
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.
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.
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.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021