May 5, 2021, 12:42 (GMT) |
GPencil: Implement Merge by Distance for curves This commit adds the `BKE_gpencil_editcurve_merge_distance` function. It will merge the control points by distance (always at the first point). |
May 5, 2021, 11:11 (GMT) |
Merge branch 'master' into temp-gpencil-bezier-stroke-type |
May 4, 2021, 14:48 (GMT) |
Merge branch 'master' into temp-gpencil-bezier-stroke-type Conflicts: source/blender/blenloader/intern/versioning_300.c |
May 4, 2021, 13:56 (GMT) |
Merge branch 'master' into temp-gpencil-bezier-stroke-type |
May 4, 2021, 11:17 (GMT) |
Merge branch 'master' into temp-gpencil-bezier-stroke-type |
May 2, 2021, 16:11 (GMT) |
Merge branch 'master' into temp-gpencil-bezier-stroke-type |
May 2, 2021, 16:08 (GMT) |
GPencil: Refactor dissolve This change introduces a new BKE function to desolve curve points and then refactors the dissolve operator to make use of this function. This simplifies the code a lot. |
May 1, 2021, 15:05 (GMT) |
GPencil: Rename curve_fit to bezier_mode |
April 30, 2021, 19:52 (GMT) |
GPencil: Add initial bezier freehand drawing |
April 30, 2021, 17:34 (GMT) |
Cleanup: Apply clang |
April 30, 2021, 17:30 (GMT) |
GPencil: Remove curve refitting in BKE geom update Use (renamed) `BKE_gpencil_stroke_refit_curve` to do the refitting, because passing the paramters of the fitting function through the `gpd` was not a good solution. Now this function must be called before the `BKE_gpencil_stroke_geometry_update` separately. |
April 30, 2021, 15:40 (GMT) |
GPencil: Move Curve Fit parameters to Toolsettings UI is provisional. |
April 30, 2021, 13:47 (GMT) |
GPencil: Curve smoothing BKE |
April 30, 2021, 06:44 (GMT) |
GPencil: Free polyline weights before regenerate |
April 30, 2021, 06:44 (GMT) |
GPencil: Update the polyline when sculpting |
April 29, 2021, 14:05 (GMT) |
Merge branch 'master' into temp-gpencil-bezier-stroke-type |
April 29, 2021, 14:00 (GMT) |
GPencil: Fix merge issues |
April 29, 2021, 13:53 (GMT) |
Merge branch 'master' into temp-gpencil-bezier-stroke-type Conflicts: source/blender/gpencil_modifiers/intern/MOD_gpenciloffset.c |
April 29, 2021, 08:15 (GMT) |
GPencil: Fix crash with cyclic bezier strokes |
April 29, 2021, 07:28 (GMT) |
Merge branch 'master' into temp-gpencil-bezier-stroke-type |
|