usfreitas
  • Joined on 2024-02-17
usfreitas commented on issue extensions/print3d_toolbox#5 2024-07-23 10:52:29 +02:00
Cannot export in Blender 4.2

It already is. You can update it from Blender.

usfreitas commented on issue extensions/print3d_toolbox#5 2024-07-21 21:28:40 +02:00
Cannot export in Blender 4.2

Hi!

Thank you for reporting the problem. I confirm I can reproduce the issue.

The file export.py seems to be in the wrong directory. This should easy to fix.

usfreitas commented on issue extensions/print3d_toolbox#4 2024-07-21 21:07:03 +02:00
Align XY missing use_alignxy_face_area property

I think Weight by Face Area or Weight Normals by Face Area would be more accurate. However, this is a complex concept. It will always be hard to describe it succinctly, and still inform enough…

usfreitas commented on issue extensions/print3d_toolbox#4 2024-07-21 19:03:06 +02:00
Align XY missing use_alignxy_face_area property

Enabling the option is the better way IMO.

Just don't forget to remove the row with the property in ui.py (line 112) to get rid of the rna_uiItemR error on the console.

usfreitas commented on issue extensions/print3d_toolbox#4 2024-07-21 16:52:15 +02:00
Align XY missing use_alignxy_face_area property

I've just found the commit. I think I understand the intention. However, if the property is removed from the UI in the Sidebar, the user risks never seeing it, unless they open up the `Adjust…

usfreitas opened issue extensions/print3d_toolbox#4 2024-07-21 16:26:00 +02:00
Align XY missing use_alignxy_face_area property
usfreitas commented on issue extensions/print3d_toolbox#1 2024-07-02 12:14:48 +02:00
Zero Area Faces detected as Non Manifold Edges

Hi!

The objects in your file don't seem to have any faces. So there are no faces to be marked as zero area faces.

Moreover, to be manifold, an edge has to be part of exactly two faces. An…

usfreitas commented on issue blender/blender#123918 2024-06-28 21:15:45 +02:00
IO: C++ STL exporter writing inverted normals if mesh is mirrored

I understand that the new behavior is consistent with how mirroring works in Blender. And if the user applies the transformation, there is no simple solution.

However, flipping the normals has…

usfreitas opened issue blender/blender#123918 2024-06-28 20:33:18 +02:00
IO: C++ STL exporter writing inverted normals if mesh is mirrored
usfreitas pushed to addons at usfreitas/blender-manual 2024-05-21 20:43:33 +02:00
usfreitas created branch addons in usfreitas/blender-manual 2024-05-21 20:43:32 +02:00
usfreitas pushed to main at usfreitas/blender-manual 2024-05-21 20:41:36 +02:00
20e4984ad6 Collada: Note that this feature is now considered legacy.
051398049c Info Editor: add missing "Toggle Selection" menu item
eac8a3c64f Extensions: shorten titles for command line titles
4b6f1a6bfe Extensions: expose extensions documentation
0df6e1f17c Addons: remove addons which are no longer distributed with Blender
Compare 172 commits »
usfreitas commented on issue blender/blender-addons#105193 2024-04-22 13:47:20 +02:00
3d Print Toolkit flags a mesh as non-manifold

I think manifold-ness is in general a useful test for 3d printing. While the case with zero-area holes would probably print alright, larger holes would almost certainly require repairing, and the…

usfreitas commented on issue blender/blender-addons#105193 2024-04-21 14:05:06 +02:00
3d Print Toolkit flags a mesh as non-manifold

Hi!

I think this is intended behavior, not a bug. To be manifold, it is necessary for an edge to be part of exactly two faces. The operations you've made create three edges that have one face…

usfreitas commented on issue blender/blender-addons#105269 2024-04-21 12:39:18 +02:00
3D-Print tool make blender freeze (doesn't respond and crash)

Hi!

I've tested your file with the newest 4.1 version and Blender did not crash. However, the computation took considerable time, and the interface does not respond during this period, as is…

usfreitas deleted branch 3d-print-toolbox-update from usfreitas/blender-manual 2024-04-12 21:25:22 +02:00
usfreitas pushed to 3d-print-toolbox-update at usfreitas/blender-manual 2024-04-07 13:03:41 +02:00
962564da14 Merge branch 'main' into 3d-print-toolbox-update
84f7b2ac08 Freestyle: update screenshot for "Line Set" panel
1a4d4b74cc 3D Viewport: Spin tool in edit mode can also be accessed from Mesh menu.
4ee5635e42 VSE: Extend/rework the pages about the Preview mode #104632
348d29191b Rework the Bone -> Viewport Display page, mainly removing a note that no longer applies #104405
Compare 19 commits »
usfreitas created pull request blender/blender-manual#104761 2024-04-01 18:45:44 +02:00
WIP: Update 3D Print Toolbox documentation
usfreitas pushed to 3d-print-toolbox-update at usfreitas/blender-manual 2024-04-01 18:25:38 +02:00
ae00695721 Update 3D Print Toolbox documentation
usfreitas created branch 3d-print-toolbox-update in usfreitas/blender-manual 2024-04-01 18:25:37 +02:00