Mikhail Rachinskiy MikhailRachinskiy
  • Joined on 2010-02-17
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.

Mikhail Rachinskiy opened issue blender/blender#117480 2024-01-24 14:30:49 +01:00
Object dimensions does not use evaluated mesh
Mikhail Rachinskiy commented on issue blender/blender#114487 2024-01-19 17:50:48 +01:00
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.

Mikhail Rachinskiy commented on issue blender/blender#113826 2023-10-17 22:18:12 +02:00
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
Mikhail Rachinskiy opened issue blender/blender#113826 2023-10-17 12:54:57 +02:00
Statistics overlays jitters when using blf
Mikhail Rachinskiy opened issue blender/blender#112646 2023-09-21 03:20:41 +02:00
Geometry Nodes input subtype changes on assign
Mikhail Rachinskiy pushed to main at blender/blender-addons 2023-03-29 18:10:18 +02:00
6e829b3173 3D-Print Export: less agressive filename sanitation
Mikhail Rachinskiy pushed to main at blender/blender-addons 2023-03-29 17:36:45 +02:00
a787712100 3D-Print: use new C++ PLY exporter
Mikhail Rachinskiy closed issue blender/blender-addons#103230 2023-03-20 19:24:23 +01:00
Blender PLY Exporter, exporting broken UV/ST coordinates.
Mikhail Rachinskiy commented on issue blender/blender-addons#103230 2023-03-20 19:24:22 +01:00
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…