I don't know the intent of the original complex shape, results can be improved by: Running Mesh -> Clean Up -> Degenerative Dissolve a few times. After this convert the mesh to triangles using…
The above instructions to use Join causes an object to be created that is formed from two separate meshes.
From the joined object, enter edit mode:
- Select any one face, the select linked…
This might be similar to: blender/blender-addons#104657
Where I've just observed disappearing source object using 3.6.7. I have a few other versions…
After some more playing around I don't think this is a problem with the Addon. The same situation can be caused with just the core blender feature set Boolean is supplied as part of the built in…
3.6.7 => has issue 3.6.3 => has issue 3.4.0 => has issue
3.0.1 => Has warning when opening file about version, but issue not observed. When inspecting the Modifier I get a warning "Compiled…
Minimal steps to re-create:
- Edit, Preferences, Add-ons, enable "Mesh: tinyCAD Mesh Tools"
- File, New, General
- Delete cube
- Set view (7): Top Orthographic
- Add, Mesh, Circle 6.…
Hi. I can confirm that this is still indeed the case with Blender 3.6.7 using the updated Addon version 2.5.4. I'm assuming that the desired output is an object that is mirrored about the twin…
I have just tried this and confirm the described broken behaviour in: 3.4.0 - released - Linux x86 3.6.3 - released - Linux x86 3.6.7 - local build
My hardware will not run version…
Here is my attempt at a solution. It works by adding an extra ring in the model mapping from the fixed number of points used to generate the Nut and the variable number of points specified in the…
Here is the code that I used to remove duplicate faces. Insert just before the return of RemoveDoubles() myFinallist = [] for i in new_faces: if i not in myFinallist: myFinallist.append(i) ne…