August 26, 2020, 09:52 (GMT) |
GPencil: Refactor and small fixes - Removed dot at the end of prop description - Replaced return NULL with asserts - Changed default handle type for small curves - Added comment |
August 26, 2020, 08:10 (GMT) |
Merge branch 'master' into greasepencil-edit-curve |
August 25, 2020, 15:52 (GMT) |
Merge branch 'master' into greasepencil-edit-curve |
August 25, 2020, 15:02 (GMT) |
GPencil: Fix circle select curve conversion |
August 25, 2020, 12:47 (GMT) |
GPencil: Convert to curve on selection Conversion to curve was only working for click slection. This commit adds conversion to curve to box, circle and lasso selection. |
August 25, 2020, 08:36 (GMT) |
Merge branch 'master' into greasepencil-edit-curve |
August 24, 2020, 17:20 (GMT) |
GPencil: Fix angle initialization |
August 24, 2020, 17:19 (GMT) |
GPencil: Cleanup compiler warnings |
August 24, 2020, 14:43 (GMT) |
Merge branch 'soc-2020-greasepencil-curve' of git.blender.org:blender into soc-2020-greasepencil-curve |
August 24, 2020, 14:43 (GMT) |
Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve |
August 24, 2020, 14:42 (GMT) |
GPencil: Rename parameters |
August 24, 2020, 14:11 (GMT) |
GPencil: Fix crash when delete stroke The memory of the stroke is not avaliable after calling `BKE_gpencil_free_stroke` and cannot free the link. Instead, before calling the free function, remove the link of the listbase. |
August 24, 2020, 13:53 (GMT) |
GPencil: Fix crash when delete stroke The memory of the stroke is not avaliable after calling `BKE_gpencil_free_stroke` and cannot free the link. Instead, before calling the free function, remove the link of the listbase. |
August 24, 2020, 13:23 (GMT) |
GPencil: Handle strokes with one or two points Generating the curve for a stroke with one or two strokes could crash because it was not handled properly. |
August 24, 2020, 10:34 (GMT) |
Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve |
August 24, 2020, 10:21 (GMT) |
GPencil: Move Curve versioning to the end of the file Some files were not patched. When move to master we decide if we must do a version bump. |
August 23, 2020, 14:24 (GMT) |
Merge branch 'master' into greasepencil-edit-curve |
August 22, 2020, 14:24 (GMT) |
GPencil: Move Curve versioning to the end of the file Some files were not patched. When move to master we decide if we must do a version bump. |
August 22, 2020, 11:10 (GMT) |
Merge branch 'master' into greasepencil-edit-curve |
August 21, 2020, 13:37 (GMT) |
GPencil: Report operators that are not implemented |
|