Mikhail Rachinskiy MikhailRachinskiy
  • Joined on 2010-02-17
Mikhail Rachinskiy closed issue blender/blender-addons#104540 2024-07-01 17:16:31 +02:00
3D-print toolbox
Mikhail Rachinskiy commented on issue blender/blender-addons#104540 2024-07-01 17:16:29 +02:00
3D-print toolbox

Closing since 3D Print Toolbox was removed from Blender, if issue is still present report it in add-on repo issue tracker: https://projects.blender.org/extensions/print3d_toolbox/issues

Mikhail Rachinskiy commented on issue blender/blender#123479 2024-06-28 23:01:40 +02:00
Extensions: Error on uninstalling extension

Happened with my add-on (repo), no wheels, no complex setup, different error message:

Traceback (most recent call last):
  File "C:\Users\user…
Mikhail Rachinskiy commented on issue blender/blender#122691 2024-06-04 08:13:56 +02:00
NameError: name 'bl_info' is not defined

# Always remove as this is not expected to exist

Why? What's the point? Just ignore it.

Mikhail Rachinskiy commented on issue blender/blender#122691 2024-06-04 07:39:29 +02:00
NameError: name 'bl_info' is not defined

bl_info symbol could be anything at the time exec is called since it's a global and will not exist after the script has run. ... You probably need to write that bl_info variable to…

Mikhail Rachinskiy opened issue blender/blender#122691 2024-06-03 23:03:02 +02:00
NameError: name 'bl_info' is not defined
Mikhail Rachinskiy pushed to main at extensions/print3d_toolbox 2024-05-17 17:29:12 +02:00
068a1d0b6c Fix ambigious unicod warning in readme
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.