Presets for all extensions in 4.2 are missing: see #124020. The fix will need a couple of new lines in the init def register() in each extension.
The solution will work from 4.3. The "if" test keeps things happy on 4.2.
In Boltfactory.py
def register(): needs to have the following lines added:
import os
` # Part of 4.3 may be…
More reading: blender/blender#119521 has the text: "Provide guidance for where extensions should store presets (existing conventions for add-ons may not make…
Further testing with my suggestion shows that while Blender no longer crashes the mesh ends up with a non-contiguous surface. The root to fixing this is going to be understanding the generation of…
I can stop it crashing with an edit to the python addon :) In another toolbox I saw the use of mesh.validate()
Add the following lines at the end of remove_doubles in achm_tools.py
…
The steps in the PDF still cause a crash in Blender version 3.6.3 Archimesh version has had some updates since this ticket was raised and is now at 1.2.5.
The curved top window has significantl…
Blend file for the intersecting cylinders. Created using 3.6.3 on Linux Mint. Started from a new file - deleted everything, then add two mesh cylinders with slightly different sizes. Select one…
I've re-created an example of this using two mesh->cylinder objects.
The issue is that the Bool solver routine does a poor job at detecting a common overlapping plane. With a very minor shift…
Seems to be a duplicate of: No aparece 3D-Print Toolbox #105099
The screen shots did not get included in the zip file.
If you open the SVG a text editor you will see that it contains an image is a PNG data block. The tool used to create this file has used the SVG file format to wrap a PNG data object.
For me -…
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.…