usfreitas
  • Joined on 2024-02-17
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
usfreitas created repository usfreitas/blender-manual 2024-03-30 18:11:23 +01:00
usfreitas deleted branch hollow from usfreitas/blender-addons 2024-03-18 12:59:17 +01:00
usfreitas commented on pull request blender/blender-addons#105194 2024-03-18 11:36:15 +01:00
3D Print Toolbox: Add hollow out

Unless there is a definitive enough way to tell apart offset too big and closed mesh cases, I think we should just stick to ambiguous warning. Otherwise, we risk misinforming the user.

Agr…

usfreitas pushed to hollow at usfreitas/blender-addons 2024-03-18 11:26:33 +01:00
fe33b8edf2 Add error message for when OpenVDB returns empty mesh, stop processing
usfreitas commented on pull request blender/blender-addons#105194 2024-03-18 08:48:14 +01:00
3D Print Toolbox: Add hollow out

Well, I could not find something very informative in the OpenVDB docs. The only thing I could find is that a closed surface is needed.

So I went for some tests. I added print(levelset.info(5))

usfreitas commented on pull request blender/blender-addons#105194 2024-03-17 20:11:23 +01:00
3D Print Toolbox: Add hollow out

Good catch. I've mostly ignored failure conditions.

The first reason is due to too large an offset. The other reason is when the mesh does not define a closed space. I think those conditions…

usfreitas commented on pull request blender/blender-addons#105194 2024-03-17 08:08:17 +01:00
3D Print Toolbox: Add hollow out

With the separator it looks definitely better.

I think the preset is useful because of my points about the default voxel size. If a user has a setup where this default isn't appropriate, having…

usfreitas commented on pull request blender/blender-addons#105194 2024-03-17 08:03:03 +01:00
3D Print Toolbox: Add hollow out

I did not understand what you meant by "expand". Now I know, and it looks really better. The separator also helps.

usfreitas commented on pull request blender/blender-addons#105194 2024-03-17 08:00:31 +01:00
3D Print Toolbox: Add hollow out

Sorry, my bad. It should be fixed now.

usfreitas pushed to hollow at usfreitas/blender-addons 2024-03-17 07:59:17 +01:00
c3053a2167 Add operator draw function, correct enum values and string delimiters