Block a user
Mikhail Rachinskiy
commented on pull request blender/blender-addons#105194
2024-02-24 17:57:29 +01:00
3D Print Toolbox: Add hollow out
Whitespace missing around multiplication operator, same thing below with division.
Mikhail Rachinskiy
commented on pull request blender/blender-addons#105194
2024-02-24 17:57:28 +01:00
3D Print Toolbox: Add hollow out
We do not need to copy object transforms, it already happens in evaluated mesh.
Mikhail Rachinskiy
commented on pull request blender/blender-addons#105194
2024-02-24 17:57:28 +01:00
3D Print Toolbox: Add hollow out
It would be better to name it mesh_hollow
to avoid shadowing and make intention clearer.
Mikhail Rachinskiy
commented on pull request blender/blender-addons#105194
2024-02-24 14:36:41 +01:00
3D Print Toolbox: Add hollow out
Let's handle all the issues in parts: first we deal with technical issues and formatting, then UI, naming and defaults.
Object dimensions does not use evaluated mesh
Object dimensions are not calculated properly if there's subdivision
Seems like 14eb08c3a534b07378f has no effect on the issue, I still get wrong dimensions with GPU Subdivision enabled on recent 4.1 build.
Statistics overlays jitters when using blf
Yes, factory settings do not produce issue, you have to disable following preferences in Viewport -> Display -> Text Info Overlay:
- Object Info
- View Name
Statistics overlays jitters when using blf
Geometry Nodes input subtype changes on assign
Blender PLY Exporter, exporting broken UV/ST coordinates.
Blender PLY Exporter, exporting broken UV/ST coordinates.
3.6 will have new experimental C++ PLY exporter 43e9c90061
, current Python PLY exporter will be marked as legacy…