Closed zeffii closed 3 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.
I implemented bezier handle drawing using GreasePencil, but it's a little jittery. Probably need to implement it in BGL instead
I added bgl drawing instead: it's still a little wonky, but it will work better than the GP lines when complete
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
For your project - i think it would be cool to make interactive tubes. To tweak the curve profile in realtime.
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.
@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.
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.