Nurbs plugin WIP: RSX file and test scene

Smart people ~ Great Scripts
froo
Captain
Posts: 2554
Joined: 22 May 2009, 12:13

Nurbs plugin WIP: RSX file and test scene

Post by froo »

here it is.
Download; Install and load plugin, load scene.
Open Link Editor, click start button to create new node.
Or, just play with the one that is in the scene.
Enter edit mode, select control verts, and have fun!
Attachments
bezTest.zip
(101.47 KiB) Downloaded 50 times
froo
Captain
Posts: 2554
Joined: 22 May 2009, 12:13

Re: Nurbs plugin: RSX file and test scene

Post by froo »

Note:
For best results, set your Selection mode to: Select by Move
and of course, choose PointEdit mode.
froo
Captain
Posts: 2554
Joined: 22 May 2009, 12:13

Re: Nurbs plugin: RSX file and test scene

Post by froo »

another note:
this is not a final product by ANY means!
It is a first working Alpha version.
froo
Captain
Posts: 2554
Joined: 22 May 2009, 12:13

Re: Nurbs plugin WIP: RSX file and test scene

Post by froo »

Ok.
So.
Here is the first working,ALPHA, nurbs plugin and sample scene file.
The plugin name is the same as the first, so you will have to uninstall
the original bezier plugin.

Give it a spin!

Froo
Attachments
nurbsWorks.png
nurbsTestAlpha.zip
(115.46 KiB) Downloaded 41 times
froo
Captain
Posts: 2554
Joined: 22 May 2009, 12:13

Re: Nurbs plugin WIP: RSX file and test scene

Post by froo »

update:
control surface is shown only when in edit mode.

Edit Mode OFF:
Attachments
NOTEditMode.png
froo
Captain
Posts: 2554
Joined: 22 May 2009, 12:13

Re: Nurbs plugin WIP: RSX file and test scene

Post by froo »

EDIT mode On:
Attachments
EditMode.png
froo
Captain
Posts: 2554
Joined: 22 May 2009, 12:13

Re: Nurbs plugin WIP: RSX file and test scene

Post by froo »

Latest Alpha release, with sample scene file.
Attachments
nurbsTestAlphaaa5d.zip
(237.93 KiB) Downloaded 81 times
Saul
Senior Chief Petty Officer
Posts: 308
Joined: 22 May 2009, 16:50

Re: Nurbs plugin WIP: RSX file and test scene

Post by Saul »

Good work Froo, i made a flutterby.
Attachments
flutterby.jpg
froo
Captain
Posts: 2554
Joined: 22 May 2009, 12:13

Re: Nurbs plugin WIP: RSX file and test scene

Post by froo »

Sweet thanks for that Saul!
More development to come of course. :bananacheers:
Saul
Senior Chief Petty Officer
Posts: 308
Joined: 22 May 2009, 16:50

Re: Nurbs plugin WIP: RSX file and test scene

Post by Saul »

Here are some Froo nurbs boned, i am trying to make them move.
Should there be an Alpha testing thread?
Attachments
sofyt.jpg
soft.jpg
froo
Captain
Posts: 2554
Joined: 22 May 2009, 12:13

Re: Nurbs plugin WIP: RSX file and test scene

Post by froo »

That looks very cool Saul! :)

Yes, I can make a test thread, once I make more progress.
Very cool lookin.
froo
Captain
Posts: 2554
Joined: 22 May 2009, 12:13

Re: Nurbs plugin WIP: RSX file and test scene

Post by froo »

Current effort:
I am adding code which will allow you to set the number of control points in U and V directions.
I will also be adding code for setting the output resolution.

It may be possible to add a 'hull' (another row or column of control vertices)
after initially configuring the control surface. To do this, I think, I will have to
get a copy of the output connector of the editable shape, to get the vertex data.
Then, insert the new row/column, and redo the output vertex data: I will have to
perform an interpolation. Since this will be a little complex, I am setting it aside for now
while I get the simpler stuff sorted out.

Return to “Scripts and SDK”