July 29, 2020, 19:00 (GMT) |
GPencil: Fix SVG export problem for active frame If the current frame was higher, the export was not done. |
July 29, 2020, 18:29 (GMT) |
GPencil: Check return value for SVG export |
July 29, 2020, 08:38 (GMT) |
Merge branch 'master' into greasepencil-object |
July 29, 2020, 08:33 (GMT) |
GPencil: Add SVG exporter version string |
July 29, 2020, 08:23 (GMT) |
GPencil: Change to SVG 1.1 version |
July 29, 2020, 08:20 (GMT) |
GPencil: reorganize code to make it more C++ish |
July 28, 2020, 21:38 (GMT) |
GPencil: More cleanup in SVG exporter |
July 28, 2020, 21:32 (GMT) |
GPencil: Add single point SVG opacity |
July 28, 2020, 21:29 (GMT) |
GPencil: Add fill opacity |
July 28, 2020, 21:14 (GMT) |
GPencil: Fix comment typo error |
July 28, 2020, 21:14 (GMT) |
GPencil: Reformat code and cleanup parameter list Also added round caps. |
July 28, 2020, 19:06 (GMT) |
Merge branch 'greasepencil-object' of git.blender.org:blender into greasepencil-object |
July 28, 2020, 19:06 (GMT) |
GPencil: Add 2d stroke perimeter function |
July 28, 2020, 19:05 (GMT) |
GPencil: Fix pugixml library linking on linux |
July 28, 2020, 16:51 (GMT) |
GPencil: Remove bmain context use This is part of the cleanup to reduce the use of bContext to minimum |
July 28, 2020, 16:36 (GMT) |
GPencil: Remove Context use to minimum |
July 28, 2020, 07:15 (GMT) |
Merge branch 'master' into greasepencil-object |
July 27, 2020, 21:24 (GMT) |
GPencil: Add generic Y axis invert to main function This removes duplicate code |
July 27, 2020, 21:17 (GMT) |
GPencil: Remove duplicated code for SVG point radius Now it's using the same function in all places. |
July 27, 2020, 21:10 (GMT) |
GPencil: Fix error when use perimter function The BKE function was changing the original stroke. Now a temp copy is done. |
|