blender-for-science / import-G-code

Imports G-code files into Blender 2.80+ as a collection of layers which can then be animated or exported.
GNU General Public License v3.0
33 stars 9 forks source link

Blender 3.1.0, 3.2.0, 3.3.0 #13

Open mac4kent opened 2 years ago

mac4kent commented 2 years ago

Would you please update match on Blender 3.1.0 and up. There 2.8 and 2.9 is no long any more support. See picture.

image
alfandango commented 2 years ago

Would love to see this updated for Blender 3.1 too

kpochwala commented 2 years ago

I'll post console output:

Traceback (most recent call last):
  File "/home/kpo/Downloads/blender-3.3.0-alpha+master.09a74ff8b6e8-linux.x86_64-release/3.3/scripts/startup/bl_ui/space_userpref.py", line 2036, in draw
    draw(context)
  File "/home/kpo/.config/blender/3.3/scripts/addons/import-G-code-master/preferences.py", line 9, in draw
    from .utils_pip import Pip
  File "/home/kpo/.config/blender/3.3/scripts/addons/import-G-code-master/utils_pip.py", line 31, in <module>
    PYPATH = bpy.app.binary_path_python
AttributeError: 'bpy.app' object has no attribute 'binary_path_python'

Looks like installing packages using PIP changed in blender 3.0