MoI discussion forum
MoI discussion forum

Full Version: Sharp points delete, script request.

Show messages: All  1-10  11-18

From: Andrei Samardac
2 Sep 2014   [#11] In reply to [#10]
It will be nice, to fix it in the future.
From: Andrei Samardac
2 Sep 2014   [#12]
Some Tips on how to use DelCorners.
http://moi3d.com/forum/index.php?webtag=MOI&msg=6058.43

1
From: Max Smirnov (SMIRNOV)
2 Sep 2014   [#13] In reply to [#2]
>> currently there is no script interface set up to allow scripts to access the individual edit points of a curve

Hi Michael!

Could you implement this interface in the future versions of MoI?
It will be very powerfull tool for scripting.
Something like this:

curve.getControlPointCount()
curve.getControlPoint(index)
curve.setControlPoint(index, newcoords)

and for surfaces:
surface.getUControlPointCount()
surface.getVControlPointCount()
surface.getControlPoint(U_index, V_index)
surface.setControlPoint(U_index, V_index, newcoords)
From: Michael Gibson
2 Sep 2014   [#14] In reply to [#13]
Hi Max, yes I do want to add something like that in the future. If you can bring it up again during the v4 development cycle that would be a good time for me to dig into it.

- Michael
From: Frenchy Pilou (PILOU)
2 Sep 2014   [#15]

From: Michael Gibson
2 Sep 2014   [#16] In reply to [#15]
Hi Pilou, for the case you show there, just draw in a new 3 point curve using Draw curve > Freeform > Control points, you'll then have the new segment in the shape you want.

Or another possibility is to use Edit > Separate and then Edit > Join and only join the ending 2 segments together and then run DelCorners on that...

- Michael
From: Frenchy Pilou (PILOU)
2 Sep 2014   [#17] In reply to [#16]
Yes :)
It was just for know! :)

First method is more suitable and easy!
Mine is draw a new "no corner point" near the old corner then kill the corner point and move the new on the old! :)
From: Frenchy Pilou (PILOU)
3 Sep 2014   [#18]
French version :) http://moiscript.weebly.com/delcorners.html
English one

Show messages: All  1-10  11-18