MorphPoints plugin

View: New views
3 Messages — Rating Filter:   Alert me  

MorphPoints plugin

by hoako :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi again!

Tim: Thanks for the corrections on the Morphpoints plugin!

I'd like to keep the feature of accepting any amount of points, I know other
software doesn't accept this, but it is interesting to do crazy combinations,
and it doesn't affect functionality.
Also now the test script will fail, because it takes this in count.
What do  you think?

Cheers!
Joaquín.


-------------------------------------------------------------------------
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

Re: MorphPoints plugin

by Timothy M. Shead :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Joaquín Duo wrote:
> I'd like to keep the feature of accepting any amount of points, I know other
> software doesn't accept this, but it is interesting to do crazy combinations,
> and it doesn't affect functionality.
> Also now the test script will fail, because it takes this in count.
> What do  you think?
>  
I don't follow you.  The refactored code still accepts inputs with
arbitrary numbers of points, and still passes the current regression test:

http://www.k-3d.org/cdash/testSummary.php?project=5&name=mesh.modifier.MorphPoints.py&date=20080510

The two failures you see there are false negatives that predate my
changes - I've committed a fix for the test that should clean them up in
the next dashboard.

Cheers,
Tim


-------------------------------------------------------------------------
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

Re: MorphPoints plugin

by hoako :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Timothy M. Shead wrote:
> Joaquín Duo wrote:
>> I'd like to keep the feature of accepting any amount of points, I know other
>> software doesn't accept this, but it is interesting to do crazy combinations,
>> and it doesn't affect functionality.
>> Also now the test script will fail, because it takes this in count.
>> What do  you think?
>>  
> I don't follow you.  The refactored code still accepts inputs with
> arbitrary numbers of points, and still passes the current regression test:
Sorry, i read wrong this :-)
if(inputs.size() != amounts.size())
....
return;
}

Cheers!
Joaquín


-------------------------------------------------------------------------
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