Warning: In Today’s build some addons are broken (at least: boxcutter, ice-tools and others)
Probably related to the bevel-modifier: AttributeError: ‘BevelModifier’ object has no attribute ‘hnmode’
I tried out your SmartF, but the results aren’t the best. It fails to find the next logical vert. Here’s a GIF showing SmartF(very start of Gif) Vs Machin3Tools SmartFace(hotkey 4) tool. At the end of the face fill run I hit 3 for Machin3Tools mesh cleanup to flip the faces.
Maybe I’m missing something with SmartF?
Any news about sculpt magic tools or blender sculpt tools?
I’m looking also for UV Align\Distribute to finally move to 2.8
Speedsculpt has been updated
Not sure if any of these addons used “object.dimesions” any ,but it’s now a “Read Only” setting and your addon will now be broken.
https://developer.blender.org/T60183
What was as simple as
import bpy
ACT_OBJ = bpy.context.active_object
ACT_OBJ.dimensions[0] = 30
is now this
import bpy
X_DIMENSION = 9.0
Y_DIMENSION = 2.0
Z_DIMENSION = 2.0
ACT_OBJ = bpy.context.active_object
ACT_OBJ.scale[0] *= X_DIMENSION/ACT_OBJ.dimensions[0]
ACT_OBJ.scale[1] *= Y_DIMENSION/ACT_OBJ.dimensions[1]
ACT_OBJ.scale[2] *= Z_DIMENSION/ACT_OBJ.dimensions[2]
Shameless plug for my Corner Extrude add-on, which also has a compatible 2.8 version. Corner Extrude
Not mine, just ported.
But i see what you mean on the GIF, will take a look and ask the original author about it too.
Thanks, I added Corner Extrude in the list under paid addons in the first post.
Did some fixes and added Notify and Math Mesh to Free addons.
For now I stick to the build of Januari 2. Still to many addons broke after 3 or 4 januari since there is a new feature in the bevel-modifier it seems.
Anyone have a Jan 2 build that you can offer up somewhere for download?
I’m going to have to start downloading builds daily I guess.
Thanks.
Got one as I stated. I will upload it but that takes a while (slow upload speed here). Let you know once done.
Oh great, thanks, no problem on the wait.
Much appreciated.
I’ve send you a message with a link
@Albertofx has just updated Dynremesh to 2.0, which is Blender 2.8 ready. It’s a paid add-on.
I’m waiting for blender 2.8 to be released before update, but it will be updated don’t worry!
Sculpt tools is long dead. I use pitiwazou’s speed sculpt these days.
Destructive Extrude from the other thread is up and running in 2.80
Good News,
All addons afaik are updated and work with the latest build (Januari 8), like:
Hardops, Boxcutter, KIT ops, Cuber, Ice Tools and others
Also added: Commotion on number 62 of the free addons, see first post.