Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.
This repository was archived by the owner on May 19, 2023. It is now read-only.

Blender 2.82 Support #5

@0Curtain0

Description

@0Curtain0

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions