March 20, 2021, 15:01 (GMT) |
GPencil: Rename deformStroke to deformPolyline This is the first step to create new callback for Bezier type |
March 20, 2021, 13:41 (GMT) |
GPencil: Clean up curve pen brush tool The curve pen was added both as a brush tool and a normal tool. For now the brush has been disabled. |
March 20, 2021, 13:04 (GMT) |
Merge branch 'master' into temp-gpencil-bezier-stroke-type |
March 20, 2021, 11:32 (GMT) |
GPencil: Use debug messages |
March 20, 2021, 10:39 (GMT) |
WIP curve pen |
March 20, 2021, 10:38 (GMT) |
GPencil: Initial curve pen functionality |
March 20, 2021, 10:36 (GMT) |
GPencil: WIP curve pen tool for drawing curves |
March 20, 2021, 10:25 (GMT) |
Merge branch 'master' into temp-gpencil-bezier-stroke-type |
March 17, 2021, 14:54 (GMT) |
Revert "GPencil: Remove Bezier curve data in Evaluated strokes" This reverts commit 29ce51a67ebee6d8a9d70465a9f60c9c56e90fdc. |
March 17, 2021, 09:14 (GMT) |
Merge branch 'master' into temp-gpencil-bezier-stroke-type |
March 17, 2021, 09:13 (GMT) |
GPencil: Fix select_all_curve_points select stroke `select_all_curve_points` would select the stroke aswell, showing the individual points. |
March 16, 2021, 22:44 (GMT) |
GPencil: reset vertex colors for bezier strokes |
March 16, 2021, 20:09 (GMT) |
GPencil: Add split operator for bezier strokes |
March 16, 2021, 18:27 (GMT) |
GPencil: Fix point selection and circle select |
March 16, 2021, 17:43 (GMT) |
GPencil: Fix bezier stroke selection |
March 16, 2021, 17:42 (GMT) |
GPencil: Remove printf |
March 16, 2021, 15:01 (GMT) |
GPencil: Remove Curve runtime data WIP: This commit produces compiler errors |
March 16, 2021, 14:39 (GMT) |
GPencil: Check Stroke type using Evaluated data |
March 16, 2021, 14:36 (GMT) |
GPencil: Remove Bezier curve data in Evaluated strokes As we have no time to implement Beziers in modifers, we remove in the eval data the curve to keep all system running. |
March 16, 2021, 14:12 (GMT) |
GPencil: Revert changes in modifiers We undo all changes and keep only polygon type code. The Bezier type will be implement in the future. |
|