Mikhail Rachinskiy MikhailRachinskiy
  • Joined on 2010-02-17
Mikhail Rachinskiy pushed to main at extensions/print3d_toolbox 2024-05-17 17:02:27 +02:00
b49c5b27ed Update readme
Mikhail Rachinskiy pushed to main at extensions/print3d_toolbox 2024-05-17 13:55:04 +02:00
cd3a5340ca Export: remove X3D option
Mikhail Rachinskiy pushed to main at extensions/print3d_toolbox 2024-05-17 12:40:04 +02:00
dec2afec13 Styling: single quotes > double quotes
Mikhail Rachinskiy pushed to main at extensions/print3d_toolbox 2024-05-16 15:11:00 +02:00
627a1c8f53 Cleanup: dead code, redundant comments, organize imports
Mikhail Rachinskiy pushed to main at extensions/print3d_toolbox 2024-05-16 14:47:03 +02:00
36582cb290 Remove todo.rst
Mikhail Rachinskiy pushed to main at extensions/print3d_toolbox 2024-05-16 14:26:20 +02:00
f04c27f195 Naming: 3D-Print > 3D Print
Mikhail Rachinskiy pushed to main at extensions/print3d_toolbox 2024-05-16 13:00:03 +02:00
155889fec5 Tweak manifest
Mikhail Rachinskiy renamed repository from object_print3d_utils to extensions/print3d_toolbox 2024-05-15 16:44:46 +02:00
Mikhail Rachinskiy closed pull request blender/blender-addons#105233 2024-03-23 11:58:09 +01:00
Update object_print3d_utils/operators.py
Mikhail Rachinskiy commented on pull request blender/blender-addons#105233 2024-03-23 11:58:08 +01:00
Update object_print3d_utils/operators.py

Fix committed e21b4d4bfdc7

Mikhail Rachinskiy pushed to main at blender/blender-addons 2024-03-23 11:56:05 +01:00
e21b4d4bfd 3D-Print: Fix #82760 error whith no objects selected
Mikhail Rachinskiy closed issue blender/blender-addons#82760 2024-03-23 11:56:04 +01:00
3D-Print Toolbox - Bounds: Exception when no object is selected
Mikhail Rachinskiy commented on pull request blender/blender-addons#105233 2024-03-21 19:04:42 +01:00
Update object_print3d_utils/operators.py

Hey, if you have trouble with git then no problem, I could just fix the issue myself.

Mikhail Rachinskiy commented on pull request blender/blender-addons#105233 2024-03-18 19:35:08 +01:00
Update object_print3d_utils/operators.py

It should be something like this:

git checkout mybranch
git merge origin/main
git push
Mikhail Rachinskiy commented on pull request blender/blender-addons#105233 2024-03-18 12:53:46 +01:00
Update object_print3d_utils/operators.py

Hi, could you please bring this branch up to date and remove redundant comment? I will merge it right away.

Mikhail Rachinskiy pushed to main at blender/blender-addons 2024-03-18 12:35:10 +01:00
eb6f507f66 3D-Print: Cleanup unused property after recent merge
Mikhail Rachinskiy pushed to main at blender/blender-addons 2024-03-18 12:24:31 +01:00
f5205cf91a 3D-Print: Add Hollow tool
Mikhail Rachinskiy merged pull request blender/blender-addons#105194 2024-03-18 12:24:31 +01:00
3D Print Toolbox: Add hollow out
Mikhail Rachinskiy approved blender/blender-addons#105194 2024-03-18 12:09:52 +01:00
3D Print Toolbox: Add hollow out

OK then, it is time for merge.

Mikhail Rachinskiy commented on pull request blender/blender-addons#105194 2024-03-18 11:01:45 +01:00
3D Print Toolbox: Add hollow out

In my testing I found that this: If min value magnitude less then 2 * voxel size was not a reliable way to test.

  • Suzanne model unmodified
  • Inside offset 0.1
  • Voxel size 0.3

I…