July 4, 2020, 09:03 (GMT) |
GPencil: Cleanup code - move functions |
July 4, 2020, 08:00 (GMT) |
Merge branch 'master' into greasepencil-edit-curve |
July 4, 2020, 08:00 (GMT) |
GPencil: Apply GSoC changes |
July 3, 2020, 18:57 (GMT) |
Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve |
July 3, 2020, 18:56 (GMT) |
Gpencil: Fix compiler warning |
July 3, 2020, 18:09 (GMT) |
Merge branch 'master' into greasepencil-edit-curve |
July 3, 2020, 18:07 (GMT) |
GPencil: Implement different color by handle type Before it was hardcode because only one type was supported. |
July 3, 2020, 15:21 (GMT) |
Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve |
July 3, 2020, 15:20 (GMT) |
GPencil: Review of curve <> stroke conversion This commit introduces a new flag GP_STROKE_NEEDS_CURVE_UPDATE in the stroke that replaces GP_CURVE_RECALC_GEOMETRY. The name was not consistent and it didn't make much sense to have it in the editcurve. Another flag was added: GP_CURVE_NEEDS_STROKE_UPDATE. This indicates that the curve data is dirty and needs to be regenerated. |
July 3, 2020, 15:13 (GMT) |
GPencil: remove test operator This operator has no use and can be safely removed. |
July 3, 2020, 13:44 (GMT) |
Merge branch 'master' into greasepencil-edit-curve |
July 3, 2020, 12:06 (GMT) |
Gpencil: Fix merge error |
July 3, 2020, 11:56 (GMT) |
Merge branch 'master' into greasepencil-edit-curve Conflicts: source/blender/blenkernel/intern/gpencil.c source/blender/blenkernel/intern/gpencil_geom.c source/blender/blenkernel/intern/gpencil_modifier.c |
July 3, 2020, 09:22 (GMT) |
Merge branch 'master' into greasepencil-edit-curve Conflicts: source/blender/blenkernel/intern/gpencil_geom.c |
July 2, 2020, 21:02 (GMT) |
GPencil: Fix crash when moving multiple handles Fix a crash when selecting multiple handles (without the control point) and then moving them. This was caused by the function BKE_gpencil_curve_sync_selection which did not sync the selection correctly. GP_CURVE_SELECT would not be set in gpc->flag if an individual handle was selected. |
July 2, 2020, 20:37 (GMT) |
GPencil: Fix crash when moveing a point in edit mode |
July 2, 2020, 20:08 (GMT) |
GPencil: Recalculate curve only in curve edit mode Using bGPdata in BKE_gpencil_stroke_geometry_update we can check if we are in curve edit mode and then test if we need to recalculate the curve. |
July 2, 2020, 19:49 (GMT) |
Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve |
July 2, 2020, 19:48 (GMT) |
GPencil: Skip uneditble layer Don't sync the selection of strokes on an uneditble layer. |
July 2, 2020, 19:46 (GMT) |
GPencil: sync selection after recalculating curve |
|