3D Print Toolbox: Add hollow out #105194

Merged
Mikhail Rachinskiy merged 9 commits from usfreitas/blender-addons:hollow into main 2024-03-18 12:24:30 +01:00

9 Commits

Author SHA1 Message Date
fe33b8edf2 Add error message for when OpenVDB returns empty mesh, stop processing 2024-03-18 11:26:09 +01:00
c3053a2167 Add operator draw function, correct enum values and string delimiters 2024-03-17 07:58:47 +01:00
0e9582d3b7 Remove scene properties, add enum and preset 2024-03-16 19:02:32 +01:00
913618d0a2 Merge branch 'main' 2024-03-16 18:17:05 +01:00
f9f897a6d7 UI simplification, change properties, still saves properties in scene 2024-03-13 17:23:59 +01:00
8cd3ab9f94 Merge branch 'main' into hollow 2024-03-13 09:46:59 +01:00
62e89347f9 Make created objects have the same origins as the target 2024-02-26 21:44:24 +01:00
8fcf96fa09 Apply code review suggestions, add copy target object with applied modifiers 2024-02-25 09:59:38 +01:00
78d946756d 3D Print Toolbox: Add hollow out
Hollow out an object with a configurable offset. This is useful in
3D printing workflows, for instance, to save material and/or reduce
printing time. The operator is added to the 3d Print Tools addon, in
the transform section.
2024-02-23 22:03:37 +01:00