Blender Git Loki
Git Commits -> Revision d948bd6
Revision d948bd6 by Hans Goudey (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 14:51 (GMT) |
Bezier Spline: Add a more generalized insertion utility This logic is from the curve sundivide node, used to add points with proper handles in between two existing points. However, the same logic is used for trimming of Bezier splines, and possibly interactive point insertion in the future, so it's helpful as a general utility. The logic is converted to depend on a bezier spline instead of being static. A temporary segment spline can be used for the latter use case. |
Commit Details:
Full Hash: d948bd616d0f825a29b0efbf60526039e678c91c
Parent Commit: 6beb133
Committed By: Fabian Schempp
Lines Changed: +84, -44