Import problems

User avatar
iceCat3003
Posts: 236
Joined: 30 Jun 2020 00:33
Contact:

Re: Import problems

#11 Post by iceCat3003 » 07 Jun 2023 04:37

This is the issue on Linux:

Code: Select all

if platform == "linux":
    CONVERTER_PIX_URL = "https://github.com/simon50keda/ConverterPIX/raw/master/bin/linux/converter_pix"
    CONVERTER_PIX_PATH = os.path.join(CONVERTER_PIX_DIR, "converter_pix")
    LINE_SPLITTER = "\n"
else:
    CONVERTER_PIX_URL = "https://github.com/mwl4/ConverterPIX/raw/master/bin/win_x86/converter_pix.exe"
    CONVERTER_PIX_PATH = os.path.join(CONVERTER_PIX_DIR, "converter_pix.exe")
    LINE_SPLITTER = "\r\n"
The IF statement makes it so it downloads the binary from 50Keda's repository if it's on Linux and that binary hasn't been updated in a long time, while mwl4's binaries are up to date, that's why downloading mwl4's Linux binary and replacing what ConverterPIXWrapper downloads fixes it. Clicking that button will only download that outdated file, as stated in that IF statement. I just opened an issue on 50Keda's repo, in fact.
User avatar
Warryor3D
Posts: 96
Joined: 10 Jul 2013 04:53
Location: Colombia
Contact:

Re: Import problems

#12 Post by Warryor3D » 23 Jun 2023 15:48

What version of blender are you using now?

I have already used BLENDER 2.9, 3.0, 3.2, 3.4 and there is no solution.

I can't get it to work right, it gives an error when importing.
User avatar
Seerman
Posts: 1181
Joined: 31 Mar 2021 13:59
Location: Where I am?

Re: Import problems

#13 Post by Seerman » 25 Jun 2023 09:50

1.48 beta. Again :|
Attachments
2023-06-25 124911.jpg
I translate via Google Translate. Sometimes he does it badly. I beg understand and forgive. :geek:
_____________
Peterbilt 389 Rework | Western Star 5700XE Rework
User avatar
Warryor3D
Posts: 96
Joined: 10 Jul 2013 04:53
Location: Colombia
Contact:

Re: Import problems

#14 Post by Warryor3D » 25 Jun 2023 10:44

We must be patient, 50keda must be working on updating the tools. let's hope it's soon
Post Reply

Return to “Blender Tools”

Who is online

Users browsing this forum: No registered users and 5 guests