« Return to Thread: NURBS curve connecting

Re: NURBS curve connecting

by Carsten Haubold :: Rate this Message:

Reply to Author | View in Thread

Hey Joaquín,

> Seems you forgot to erase this lines on the svn commit
> on the module.cpp
> extern k3d::iplugin_factory& connect_curves_factory();
> Registry.register_factory(module::nurbs::connect_curves_factory());
>  
yeh Bart noticed that as well and Tim already fixed it - Thanks!
> Also as a Tip, the code is using TAB for indenting instead of spaces.
>  
Uhm, I only use tabs and in my editor settings the option "insert Spaces
instead of Tabs" is disabled...

You also proposed this:

if( there are selected points)
        if ( threshold enabled )
                connect points with selected threshold
        else
                connect closer points
else
        if ( threshold enabled )
                connect all curves with selected threshold
        else
                connect all curves by closer endings


I'm more convinced that having 2 plugins (as you said yourself:
ConnectCurves and AutoConnectCurves) is more intuitive for the user, and
the threshold is only needed for the AutoConnectCurves then.

Regards,
Carsten

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
K3d-development mailing list
K3d-development@...
https://lists.sourceforge.net/lists/listinfo/k3d-development

 « Return to Thread: NURBS curve connecting