I tried to solve the first part of task T39656, namely "Get Ctrl+Click working for single nurbs curves."
As of now, Ctrl+Click works for all curve objects and surfcurve and surfcircle objects. It does not work for the remaining surfaces but the modified poll function ignores these so there shouldn't be a problem.
What exactly did I do?
- Changed the poll function for add vertex operator in editcurve.c
- Modified the poll function to return true if Ctrl+Click is pressed on either any one of the curve objects or anyone from surfcurve and surfcircle objects.