MiraTools

Good luck! Hope you can get the freetime! Probably some of the most useful tools out there.

Im looking forward to using this with 2.8, thank you for making this so far and when you have the free time to port it over.

Thank you friends. I appreciate it. Mira will be in 2.8.

14 Likes

Does 2.8 have Bsurfaces? if not, how will you port your Retopo tools?

Ah I was made aware of this, its already in the 2.8 Builds
Seems to work fine

Thanks for your great tools. I’ve used the Mira Falloff tool now and then but have picked up some great tips here like the Curve Stretch tool!

From my experience you complete or exit your tools by hitting Esc, is that right?

EDIT:
Ah! Cool. Or you can right click (left click depending on your mouse preference)

I gotta say, sometimes it’s the simple things that make something great, especially tools.

Blender really benefits from tools you can drag out and modify on the fly, or geometry you can modify simply with simple handles or paths.

Thanks @mifth !

Thank you. )

WIp (I could not wait any longer. this addon is too good):
image
It is alive:
2019-06-30_23-38-31

I did not want to get whole repo mifth, so I just made copy of mira tools:
https://github.com/JoseConseco/mira_tools/tree/blender_2.8
I’m not sure if I will be able to make pull request later, because of that. I think hardest parts are done, not only icon fixing, changing * to @ for quaternions, and matrices. Is someone want to help just copy above repo.

13 Likes

Wow! Great! Great job.

Some questions:
Did you copy the latest my repository? I could do some fixes during this year.
Did you change any math or logic?

If all is fine I’ll merge it. Let me know if you have any issues.

2 Likes

I copied mira tools aroudn 1 year ago. The 2.8 branch was made from this one year old version of MT - so I think it may not contain your latest fixes (were there many changes? ).
I did no change any logic, or math.

the last fix was about 23 May 2018.

1 Like

Yeah~~~~ Thank you~~~~~

You are amazing!!!

Hi JoseConseco,
Please kindly tell us which version of blender you are using for install it?
Thanks

dont working for me…
error “element-wise multiplication …”

matrix.world * v.co ==> matrix.world @ v.co

@wilBr For now I only made LinearDeformer work. Other modifiers probably wont work.
@C.J.Yen - I used blender daily build from : https://builder.blender.org/download/

2 Likes

I tried doing the same thing but I got bogged down trying to learn how port opengl to the new “gpu” functions.

You’ve succeeded where I have failed, hats off to you for that.

Maybe you want to help with: https://github.com/JoseConseco/mira_tools/tree/blender_2.8
I think drawing for linear deformer would be good reference for you, for gpu drawing. I dont have time righ now, but I should also include latest changes from may - from mifth master branch.

2 Likes

mi_make_arc.py (8.7 KB) mi_utils_base.py (10.0 KB) mi_curve_guide.py (39.4 KB)

arc and guide fix attached