Blender 2.8 UI Update : Fast Carve Draw Text

preview_player
Показать описание
Here is a new update for my Blender 2.8 addon Fast Carve. I added measurement text to the primitives so that you can draw shapes now with exact measures (especially when you have grid snapping option enabled).

I also added a shortcut tor Union selected objects by pressing a button in the selected objects panel.

In the end I explain the changes I did in the Python code to display the texts and also adjust the point size of the primitives when the size of the shape changes.

You can download the addon from my github for free:

See my social profiles here

Рекомендации по теме
Комментарии
Автор

Love your work. Your addon is set to replace both HardOps and BoxCutter in a single, simpler, lighter package. :)
One thing I'd love to see is axis-locking (MMB) while moving a Primitive around, it would make the feature insanely more reliable!

Luxary
Автор

I just singed up on your Patreon page.... Keep up the good work.

JPXX
Автор

Thank ! Good luck on your cultivation path !!!

alexgots
Автор

Neat, Is this collapsed geometry or can carves be animated?

GeoffCoope
Автор

As an old Maya user, (finally learning blender) I am not a fan of learning shortcuts 1:29 ... I want a menu system with the options available for the tool I am using and when hovering over a button have the shortcut displayed. If this is not available I do not bother learning the tool and use something else. This is lazyness on my part and I fully accept that.

JohnSmith-rnvl
Автор

You can simplify *get_point_size* by multiplying __radius_ by 10 and return the result ;)

chiboreache
Автор

I tried to add some shadow to the text...
blf.enable(font_id, 4)
blf.shadow(fontid, level, r, g, b, a)
....doesnt work

skwadfpv
Автор

is the update already available for download

m.s.
Автор

I always get lost looking at that code, any advice on where to begin?

phantomapprentice