Page MenuHome

Multi-Object-Mode: Edit Curve Tools - CURVE_OT_separate
AbandonedPublic

Authored by Guy Boicey (stealthtech) on May 25 2018, 7:03 AM.

Details

Summary

Add support to separate selected points from connected unselected points into a new object.

Diff Detail

Event Timeline

Campbell Barton (campbellbarton) requested changes to this revision.May 25 2018, 9:50 AM
Campbell Barton (campbellbarton) added inline comments.
source/blender/editors/curve/editcurve.c
1300

The report should not be removed, instead it should be made at the end of the loop if some curves have keys.

1309

This should be moved to the end of the loop.

This revision now requires changes to proceed.May 25 2018, 9:50 AM

Thanks, the same functionality is already committed, closing the patch now.