Page MenuHome

Fix T87157: GPencil subdivide last segment
ClosedPublic

Authored by Falk David (filedescriptor) on Apr 6 2021, 4:15 PM.

Details

Summary

Previously it was not possible to subdivide the last segment of a cyclic
stroke.

The fix makes sure that the correct number of new points is calculated
correctly and adds the new points to the last segment.

Diff Detail

Repository
rB Blender
Branch
T87157 (branched from master)
Build Status
Buildable 13898
Build 13898: arc lint + arc unit

Event Timeline

Falk David (filedescriptor) requested review of this revision.Apr 6 2021, 4:15 PM
Falk David (filedescriptor) created this revision.

LGTM

Good to add this feature.

This revision is now accepted and ready to land.Apr 6 2021, 4:20 PM

Fix memory leaks and check selection.