Jonathan Wells Jonathan-Wells
  • US
  • Programmer and artist.

  • Joined on 2024-02-22
Jonathan Wells commented on issue blender/blender-addons#105193 2024-04-21 18:40:44 +02:00
3d Print Toolkit flags a mesh as non-manifold

I guess what's at issue is whether manifold-ness is useful as a test for a model being printable. I don't have enough experience to know what printer software & hardware can handle.

Jonathan Wells reopened pull request blender/blender-addons#105233 2024-03-21 21:25:35 +01:00
Update object_print3d_utils/operators.py
Jonathan Wells commented on pull request blender/blender-addons#105233 2024-03-21 21:09:45 +01:00
Update object_print3d_utils/operators.py

Alas, I am a helpless windows user who has never used git.

I just edited the python files in my install, and when it worked, copied my changes into the web interface.

If it's not done by…

Jonathan Wells closed pull request blender/blender-addons#105233 2024-03-21 21:09:45 +01:00
Update object_print3d_utils/operators.py
Jonathan Wells commented on pull request blender/blender-addons#105233 2024-03-18 17:27:32 +01:00
Update object_print3d_utils/operators.py

Hi, could you please bring this branch up to date and remove redundant comment? I will merge it right away.

I don't know how to update a branch. Do I need to create a new fork of the original…

Jonathan Wells created pull request blender/blender-addons#105233 2024-03-13 22:23:40 +01:00
Update object_print3d_utils/operators.py
Jonathan Wells pushed to jonathan-wells-patch-2 at Jonathan-Wells/blender-addons 2024-03-13 22:22:59 +01:00
dc9abaa658 Update object_print3d_utils/operators.py
Jonathan Wells created branch jonathan-wells-patch-2 in Jonathan-Wells/blender-addons 2024-03-13 22:22:59 +01:00
Jonathan Wells commented on issue blender/blender-addons#97652 2024-03-13 20:52:58 +01:00
3D Print toolbox, deselection an object still allows to do an export, but the file is broken

Please close #105189 and #100232 as well.

Jonathan Wells commented on issue blender/blender-addons#104540 2024-03-13 20:49:31 +01:00
3D-print toolbox

Does Blender 4.0 have the same issue?

Jonathan Wells commented on issue blender/blender-addons#97652 2024-03-10 20:03:27 +01:00
3D Print toolbox, deselection an object still allows to do an export, but the file is broken

This could take a while. I don't know the release schedule for the addon collection.

If it's bothering you, you can find export.py in your Blender installation and insert the lines in my…

Jonathan Wells created pull request blender/blender-addons#105229 2024-03-10 03:52:32 +01:00
Update object_print3d_utils/export.py
Jonathan Wells created branch jonathan-wells-patch-1 in Jonathan-Wells/blender-addons 2024-03-10 03:51:23 +01:00
Jonathan Wells pushed to jonathan-wells-patch-1 at Jonathan-Wells/blender-addons 2024-03-10 03:51:23 +01:00
4ed0766339 Update object_print3d_utils/export.py
Jonathan Wells created repository Jonathan-Wells/blender-addons 2024-03-10 03:43:51 +01:00
Jonathan Wells commented on issue blender/blender-addons#97652 2024-03-10 03:39:37 +01:00
3D Print toolbox, deselection an object still allows to do an export, but the file is broken

I fixed it on my machine, but I'm not OSS-savy enough to submit a patch.

Jonathan Wells commented on issue blender/blender-addons#97652 2024-03-09 21:52:48 +01:00
3D Print toolbox, deselection an object still allows to do an export, but the file is broken

Looks like the export.write_mesh() function doesn't check to make sure an object is selected.

Do we fix the function or remove it? Blender can already save STLs with the File>Export dialogue.…

Jonathan Wells commented on issue blender/blender-addons#105189 2024-02-24 22:24:20 +01:00
1 KB exported STL file, Mesh: 3D-Print Toolbox

Same error as #97652.

Jonathan Wells commented on issue blender/blender-addons#100232 2024-02-24 22:22:06 +01:00
3D Print Toolbox generates a corrupted file when no object is active

Same bug as #97652 I assume?

Jonathan Wells commented on issue blender/blender-addons#104540 2024-02-24 21:57:42 +01:00
3D-print toolbox

Meter to millimeter conversion error?