usfreitas
  • Joined on 2024-02-17
usfreitas deleted branch asset-shelf from usfreitas/blender 2024-10-14 20:49:58 +02:00
usfreitas deleted branch tmp-usd-python-mtl from usfreitas/blender 2024-10-14 20:49:55 +02:00
usfreitas deleted branch tmp-usd-3.6 from usfreitas/blender 2024-10-14 20:49:51 +02:00
usfreitas deleted branch blender-v3.5-release from usfreitas/blender 2024-10-14 20:49:40 +02:00
usfreitas deleted branch blender-v2.93-release from usfreitas/blender 2024-10-14 20:49:35 +02:00
usfreitas deleted branch realtime-clock from usfreitas/blender 2024-10-14 20:49:30 +02:00
usfreitas deleted branch sculpt-dev from usfreitas/blender 2024-10-14 20:49:27 +02:00
usfreitas deleted branch bevelv2 from usfreitas/blender 2024-10-14 20:49:22 +02:00
usfreitas deleted branch xr-dev from usfreitas/blender 2024-10-14 20:49:02 +02:00
usfreitas created repository usfreitas/blender 2024-10-14 20:45:10 +02:00
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