Block a user
3D-print toolbox
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
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…
NameError: name 'bl_info' is not defined
# Always remove as this is not expected to exist
Why? What's the point? Just ignore it.
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…
NameError: name 'bl_info' is not defined
Mikhail Rachinskiy
renamed repository from 2024-05-15 16:44:46 +02:00
object_print3d_utils
to extensions/print3d_toolbox
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
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.