usfreitas
  • Joined on 2024-02-17
usfreitas commented on pull request blender/blender-addons#105194 2024-03-16 19:22:01 +01:00
3D Print Toolbox: Add hollow out

I'm sorry about you being sick. I hope when you will be already fully recovered when you read this.

This time I implemented all suggestions. At least I hope. Last time a wrong default flew by...…

usfreitas pushed to hollow at usfreitas/blender-addons 2024-03-16 19:03:20 +01:00
0e9582d3b7 Remove scene properties, add enum and preset
usfreitas pushed to hollow at usfreitas/blender-addons 2024-03-16 18:18:36 +01:00
913618d0a2 Merge branch 'main'
826bc82674 Merge branch 'blender-v4.1-release'
cb47131263 glTF exporter: Regression: Fix crash when exporting with Images: None option
377f6b6499 Export_3ds: Export keyframes by default
a4560eb547 io_scene_3ds: Export keyframes by default
Compare 14 commits »
usfreitas pushed to main at usfreitas/blender-addons 2024-03-16 18:07:19 +01:00
826bc82674 Merge branch 'blender-v4.1-release'
cb47131263 glTF exporter: Regression: Fix crash when exporting with Images: None option
377f6b6499 Export_3ds: Export keyframes by default
a4560eb547 io_scene_3ds: Export keyframes by default
2a9e718930 Import_x3d: Fixed light radius variable
Compare 13 commits »
usfreitas commented on pull request blender/blender-addons#105194 2024-03-13 17:58:46 +01:00
3D Print Toolbox: Add hollow out

I've committed some code. I've tried to make all the suggested changes, with some exceptions:

  • Default voxel size is 1.0
  • Offset now is only positive. Direction is indicated by a new boolean…
usfreitas pushed to hollow at usfreitas/blender-addons 2024-03-13 17:27:46 +01:00
f9f897a6d7 UI simplification, change properties, still saves properties in scene
8cd3ab9f94 Merge branch 'main' into hollow
774686bb99 Fix #97652: Show error exporting objects when none are selected
5a8c9161e5 glTF Exporter: Base of export extra animation
570afbc795 glTF Exporter: Broacast animation option
Compare 21 commits »
usfreitas commented on pull request blender/blender-addons#105194 2024-03-12 22:14:13 +01:00
3D Print Toolbox: Add hollow out

I'm actually pretty comfortable around matrices. I had a good training in linear algebra, and I've been using NumPy way longer than Blender.

I was looking for something like `obj_hollow.matrix_wo…

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

This is cool! I did not know about it. I much prefer the dialog, as the operator UI can then be just a button.

Duplication of the operator settings is a pattern that occur often in the 3D-Print…

usfreitas pushed to main at usfreitas/blender-addons 2024-03-12 20:10:43 +01:00
774686bb99 Fix #97652: Show error exporting objects when none are selected
5a8c9161e5 glTF Exporter: Base of export extra animation
570afbc795 glTF Exporter: Broacast animation option
ee438304b4 glTF Exporter: Animation perf - disable viewport when possible
aec9cb59c4 glTF Exporter: add NodeNav tool for navigating node trees
Compare 19 commits »
usfreitas commented on pull request blender/blender-addons#105194 2024-03-12 19:48:33 +01:00
3D Print Toolbox: Add hollow out

I'm back.

Regarding offset sign, I would rather go with an unsigned thickness parameter and a direction switch toggle, instead of just flipping the sign. I think it would be easier for users to…

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

Thanks again for your feedback. As for the last time, I agree with most points. I have, however, observations.

Offset

I was rather too liberal with comments in the code, but I think I still…

usfreitas commented on pull request blender/blender-addons#105194 2024-02-26 22:18:06 +01:00
3D Print Toolbox: Add hollow out

You got it a bit wrong, it does not affect origin, it just transforms mesh with object transforms, all new objects have their location in the center of the scene

I see. Thanks for the info! Now…

usfreitas pushed to hollow at usfreitas/blender-addons 2024-02-26 21:45:06 +01:00
62e89347f9 Make created objects have the same origins as the target
usfreitas commented on pull request blender/blender-addons#105194 2024-02-25 15:59:33 +01:00
3D Print Toolbox: Add hollow out

I think it is better to explain with code. I implemented my idea in the commit I just pushed. It is functional, but I've left the old join parameter. I can change its name later. Here is what I…

usfreitas pushed to hollow at usfreitas/blender-addons 2024-02-25 15:27:18 +01:00
8fcf96fa09 Apply code review suggestions, add copy target object with applied modifiers
usfreitas commented on pull request blender/blender-addons#105194 2024-02-24 21:03:39 +01:00
3D Print Toolbox: Add hollow out

Thank you for your feed back!

I very much agree with all the other points. However, on the case of join I have a counter proposal.

If we operate on the evaluated and scaled mesh, joining the…

usfreitas created pull request blender/blender-addons#105194 2024-02-23 22:10:23 +01:00
WIP: 3D Print Toolbox: Add hollow out
usfreitas created branch hollow in usfreitas/blender-addons 2024-02-23 22:04:29 +01:00
usfreitas pushed to hollow at usfreitas/blender-addons 2024-02-23 22:04:29 +01:00
78d946756d 3D Print Toolbox: Add hollow out
usfreitas created repository usfreitas/blender-addons 2024-02-17 18:50:35 +01:00