Page MenuHome

T39656 Ctrl+Click for Nurbs
AbandonedPublic

Authored by Tom Corwine (tcorwine) on Mar 20 2016, 3:28 PM.

Details

Reviewers
None
Maniphest Tasks
T39656: Ctrl+Click for Nurbs Surfaces
Summary

Not sure how to handle the second task for this ticket, but for the first task I just changed the polling function for CURVE_OT_vertex_add which seems to add the desired functionality.

Diff Detail

Repository
rB Blender

Event Timeline

Tom Corwine (tcorwine) retitled this revision from to T39656 Ctrl+Click for Nurbs.
Tom Corwine (tcorwine) updated this object.
Tom Corwine (tcorwine) set the repository for this revision to rB Blender.
Campbell Barton (campbellbarton) requested changes to this revision.Mar 20 2016, 4:02 PM
Campbell Barton (campbellbarton) edited edge metadata.

This works for nurbs with single splines but crashes for nurbs surfaces:

.

So the code here needs to explicitly ignore surfaces, or - add support for them.

As mentioned in the task, this is 2 separate tasks.


Also, the patch seems like its reversed.

This revision now requires changes to proceed.Mar 20 2016, 4:02 PM

Since this patch is quite old and doesn't address the problem, I'm going to close it. Thanks for the patch anyway.