zeffii / TubeTool

generate tubing between two selected polygons (now supports 2 objects simultaneously in edit mode) b2.8+
GNU General Public License v2.0
292 stars 28 forks source link

stage 6 #7

Closed zeffii closed 3 years ago

zeffii commented 9 years ago

probably the most useful thing now is to put the first and last bezier point state to select=True, for the faster manual subdivide.

I'll have a think about dealing with autosubdivide, it starts to get complicated and I don't have time for that.

toomanydemons commented 9 years ago

No need for auto-subdivide. I must say you're getting crazy with this too. It already works great! But this is your baby I can tell. :) It's still the most useful Blender tool I have and probably will be for quite awhile (until they do something for easier UV stacking lol).

On Sat, Apr 18, 2015 at 2:05 AM, Dealga McArdle notifications@github.com wrote:

probably the most useful thing now is to put the first and last bezier point state to select=True, for the faster manual subdivide.

I'll have a think about dealing with autosubdivide, it starts to get complicated and I don't have time for that.

— Reply to this email directly or view it on GitHub https://github.com/zeffii/TubeTool/issues/7.

zeffii commented 9 years ago

I implemented bezier handle drawing using GreasePencil, but it's a little jittery. Probably need to implement it in BGL instead image

zeffii commented 9 years ago

I added bgl drawing instead: image it's still a little wonky, but it will work better than the GP lines when complete

mifth commented 9 years ago

Hi.

this is good project. I made somework with bezier in python. You can check CurveStretch in MiraTools project. https://github.com/mifth/mifthtools http://blenderartists.org/forum/showthread.php?366107-MiraTools cache0

For your project - i think it would be cool to make interactive tubes. To tweak the curve profile in realtime.

zeffii commented 9 years ago

Thanks for the suggestion @mifth. There are many ways to do this, but I find the control method of the sliders the most convenient. Also all the controls are in one place beside each-other. If the user wants fine control, switch to edit mode of the Curve.

zeffii commented 8 years ago

@mifth i think after all this time i finally understand what you said here, yeah it would be really neat to have more abstract control over the bezier beyond my simple offering. Hopefully if someone really wants it bad enough they will expend the energy to learn/apply python.