August 8, 2021, 13:09 (GMT) |
Merge branch 'master' into soc-2021-curves |
August 8, 2021, 12:57 (GMT) |
Merge branch 'soc-2021-curves' of git.blender.org:blender into soc-2021-curves |
August 6, 2021, 17:34 (GMT) |
Curves: Curve Pen This tool can be used to rapidly edit curves. It follows the design proposed here with the inclusion of a few changes. The final set of functionalities for Bezier splines are as follows: * Add point: Click on empty space to add a new point connected to the currently selected point(s). If no point is currently selected, a new spline is created. * Only clicking adds a point with handles of type `vector`. * Click and drag to move handles as `auto` type handles. * Press Shift while dragging to set handles as `free` type handles. * Clicking two endpoints consecutively will close the spline to form a cycle. * Make cut: Hold Ctrl and click to insert a vertex into the spline at the clicked location. * Move control points and handles: Click and drag to move control points or handles. * Alter segment: Click and drag on a curve segment to alter its shape. All the above functionalities except for alter segment works similarly in the case of Poly and NURBS splines, minus the handle interactions. Differential Revision: https://developer.blender.org/D12155 |
August 6, 2021, 17:25 (GMT) |
Merge branch 'master' into soc-2021-curves |
August 6, 2021, 14:36 (GMT) |
Fixed bug with displacement when moving segment |
August 6, 2021, 13:48 (GMT) |
Merge branch 'master' into soc-2021-curves |
August 5, 2021, 13:53 (GMT) |
Merge branch 'master' into soc-2021-curves |
August 5, 2021, 13:51 (GMT) |
Bug fix: error when selecting NURBS spline |
August 5, 2021, 13:23 (GMT) |
Added support for cutting Poly and NURBS splines |
August 5, 2021, 10:25 (GMT) |
Bug Fix with close loop on poly splines |
August 5, 2021, 10:02 (GMT) |
Bug fix: loop closes when same endpoint selected |
August 5, 2021, 09:55 (GMT) |
Removed vertex select when altering segment |
August 5, 2021, 09:53 (GMT) |
Added comments |
August 5, 2021, 09:43 (GMT) |
Suppressed several build warnings |
August 5, 2021, 09:39 (GMT) |
Removed unused include headers |
August 5, 2021, 02:40 (GMT) |
Merge branch 'master' into soc-2021-curves |
August 5, 2021, 02:37 (GMT) |
Select adjacent vertices when moving a segment |
August 4, 2021, 05:50 (GMT) |
Merge branch 'master' into soc-2021-curves |
August 1, 2021, 14:31 (GMT) |
Merge branch 'master' into soc-2021-curves |
July 29, 2021, 09:28 (GMT) |
Merge branch 'master' into soc-2021-curves |
|