RipImport icon indicating copy to clipboard operation
RipImport copied to clipboard

Blender 2.82 Support

Open 0Curtain0 opened this issue 4 years ago • 0 comments

Hey, it's been awhile, happy new year! xpawelsky appears to have disappeared for a bit.

There are some Windows users who would like to see this add-on updated for the latest Blender version: https://github.com/xpawelsky/RipImport/issues/2


I may have to create separate issue for the following to make it easier to track.
I'm currently on Manjaro Linux (I was previously on Pop!_OS/Ubuntu) and experienced the error below which is similar to an older bug report.

Traceback (most recent call last):
  File "/home/user/.config/blender/2.82/scripts/addons/io_import_rip/__init__.py", line 101, in execute
    return import_rip.load(self, context, **keywords)
  File "/home/user/.config/blender/2.82/scripts/addons/io_import_rip/import_rip.py", line 288, in load
    context,
  File "/home/user/.config/blender/2.82/scripts/addons/io_import_rip/import_rip.py", line 240, in load_rip
    read_rip_file(file, filepath_basename[:-4], texture_search_path)
  File "/home/user/.config/blender/2.82/scripts/addons/io_import_rip/import_rip.py", line 52, in read_rip_file
    signature, version = struct.unpack('LL', file.read(8))
struct.error: unpack requires a buffer of 16 bytes

location: <unknown location>:-1

You mentioned at some point you may make a VM since this issue affects a couple of your plugins.

Anyway, thank you for making these resources available to us.

0Curtain0 avatar Mar 09 '20 07:03 0Curtain0