Wings 3D Development Forum
[W.I.P.] Curve Tools plugin - Printable Version

+- Wings 3D Development Forum (https://www.wings3d.com/forum)
+-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1)
+--- Forum: Design & Development (https://www.wings3d.com/forum/forumdisplay.php?fid=6)
+--- Thread: [W.I.P.] Curve Tools plugin (/showthread.php?tid=2580)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14


RE: [W.I.P.] Curve editor plugin - micheus - 06-21-2019

I got some time to work on it again. Smile

I just figured out a way to allow us to create helix using a path as a "axis", so that should help a lot with some kind of cables and these kind of thing.
The Helix option in true isn't a kind of curve, but a tool to create a Bèzier curve in that shape.

It's working, but not exactly the way I would like - be able to draw it as I do with the curves, but for now we just pick a curve in the helix dialog. I still need to work on that in the future.

Here on the Curves plugin window (parametric):


... and here after convert to Wings3D object with material applied Smile:


I noticed an interesting effect when - after create the external cable - I decided to change the twist mode for the "helix" curve. I was using Z-Up at first and when I changed to Minimum some loops just got a little twisted and closer to the main cable.

And...
... as not everything is happiness, something I changed bring me a couple of crashes that I still need to figure out how to fix. Sad


RE: [W.I.P.] Curve editor plugin - Dimitri - 06-28-2019

Nice news Micheus! You must put a testing version, anymore, though. It is not necessary for it to be perfectly working. It would be good, however, to have it dowloadable for testing purposes.


RE: [W.I.P.] Curve editor plugin - micheus - 10-04-2019

I have been working a little bit more on it since last month, so as for your happiness Dimitri I hope I can do that until next month. Smile

I found a lot of minor issues and new bugs that are very annoying to me - I don't want you guys getting the same problem too.

In the meantime here is another command added: Wrap - used to wrap a Wings3D object or another curve along the curve.
[Image: W3-D-Curve-Tool-Wrap.gif]
As a side note, it's not optimized and a dense mesh can slow down the preview, but at least we have a way to bend long objects in a easier way.


RE: [W.I.P.] Curve editor plugin - Hank - 10-09-2019

you made my day Smile
I've sent you separate email for this topic.

BR, Hank


RE: [W.I.P.] Curve editor plugin - Dimitri - 11-11-2019

Nice news! Such tools were an essential need for Wings!


RE: [W.I.P.] Curve editor plugin - micheus - 01-01-2020

Since the last update I got my work corrupted, but I could to recover almost everything. Some fixes were lost and I had to find and fix. So, I have been reviewing everything again. Undecided

In the mean time I also added a Fill option to Put On, which is a nice option because we can continue to edit the curve and the object instances will be added or removed automatically, but it has a poor performance which I still need to figure out how to fix that.
[Image: Curve-Tool-Put-On.gif]


RE: [W.I.P.] Curve editor plugin - micheus - 01-16-2020

1) I could addressed the poor performance of Put On parametric object.

First of all, these tests most the time are done in a poor PC without a dedicated GPU (i5-650 4GB GMA HD - from 2010) - the worst case of use.

In the previous test, I was getting 9 FPS in parametric format and 20 FPS after make it a Wings3D object;
Now, these values are 35 FPS and 22 FPS, respectively.


In my i7 (from 2013), with a dedicated GPU GTX1060, all these values stays in 60 FPS all the time. Smile

2) I think I also finally resolved an issue related to Undo/Redo.


I'm still testing it in order to try release it. Undecided


RE: [W.I.P.] Curve editor plugin - nigec - 01-16-2020

its looking really good


RE: [W.I.P.] Curve editor plugin - micheus - 07-03-2020

The Bridge option is now ready.

It was asleep since I first create it because I was facing some issues related to UV mapping and some inconsistencies to keep the thickness constant (as most as possible).

The UV meshes may need to be tweaked in some cases by using Remap->Project Normal and Scale->Normalise Size to get the caps really OK. But, at least the UV islands are already cut. Smile


RE: [W.I.P.] Curve editor plugin - TeddyBear - 07-04-2020

Thanks for your awesome work micheus !