• Joined on 2023-12-13
sw-tya commented on issue extensions/ant_landscape#2 2024-07-29 00:37:09 +02:00
Built-in presets missing when switching from 4.1 to 4.2. - missing paths

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.

sw-tya commented on issue extensions/add_mesh_BoltFactory#8 2024-07-28 02:23:37 +02:00
Operator Presets don't exists from Release 4.2

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…

sw-tya commented on issue extensions/add_mesh_BoltFactory#8 2024-07-27 01:03:52 +02:00
Operator Presets don't exists from Release 4.2

More reading: blender/blender#119521 has the text: "Provide guidance for where extensions should store presets (existing conventions for add-ons may not make…

sw-tya opened issue extensions/add_mesh_BoltFactory#8 2024-07-26 12:22:09 +02:00
Operator Presets don't exists from Release 4.2
sw-tya commented on issue blender/blender-addons#72635 2024-02-16 23:51:12 +01:00
Archimesh: generates invalid meshes

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…

sw-tya commented on issue blender/blender-addons#72635 2024-02-10 22:59:15 +01:00
Archimesh: generates invalid meshes

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

sw-tya commented on issue blender/blender-addons#72635 2024-02-07 01:49:10 +01:00
Archimesh: generates invalid meshes

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…

sw-tya commented on issue blender/blender-addons#104973 2024-02-06 00:41:50 +01:00
Bad topology after applying modifiers

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…

sw-tya commented on issue blender/blender-addons#104973 2024-02-06 00:27:04 +01:00
Bad topology after applying modifiers

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…

sw-tya commented on issue blender/blender-addons#105164 2024-02-03 18:25:57 +01:00
3D Print toolbar not showing up under View

Seems to be a duplicate of: No aparece 3D-Print Toolbox #105099

sw-tya commented on issue blender/blender-addons#105144 2024-02-03 00:04:59 +01:00
I had this problem with blender 3.4, 4.0, 4.1

The screen shots did not get included in the zip file.

sw-tya commented on issue blender/blender-addons#105160 2024-02-02 00:42:50 +01:00
can't import svg

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 -…

sw-tya commented on issue blender/blender-addons#105108 2024-01-17 22:41:06 +01:00
Loop Tool not working

Can you link to the tutorial you are trying to follow please.

sw-tya commented on issue blender/blender#114649 2024-01-16 10:10:00 +01:00
Boolean not working on cylinders and cones

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…

sw-tya commented on issue blender/blender-addons#104657 2024-01-15 21:46:48 +01:00
Boolean Add On and Modifier Bug

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:

  1. Select any one face, the select linked…
sw-tya commented on issue blender/blender#114649 2024-01-12 21:31:20 +01:00
Boolean not working on cylinders and cones

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…

sw-tya commented on issue blender/blender-addons#104657 2024-01-12 21:19:04 +01:00
Boolean Add On and Modifier Bug

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…

sw-tya commented on issue blender/blender-addons#104657 2024-01-12 02:07:18 +01:00
Boolean Add On and Modifier Bug

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…

sw-tya commented on issue blender/blender-addons#105099 2024-01-10 21:37:32 +01:00
No aparece 3D-Print Toolbox

It might be similar to: blender/blender-addons#105049

sw-tya commented on issue blender/blender-addons#100813 2024-01-10 01:42:14 +01:00
Addons. Tiny CAD makes circle with spare vertex

Minimal steps to re-create:

  1. Edit, Preferences, Add-ons, enable "Mesh: tinyCAD Mesh Tools"
  2. File, New, General
  3. Delete cube
  4. Set view (7): Top Orthographic
  5. Add, Mesh, Circle 6.…