cats-blender-plugin icon indicating copy to clipboard operation
cats-blender-plugin copied to clipboard

CATS 0.19 not compatible with Blender 3.2

Open crist0393 opened this issue 2 years ago • 10 comments

CATS is no longer compatible with Blender 3.2, it throws an error when I import an mmd model,

crist0393 avatar Jun 29 '22 03:06 crist0393

Yeah, same. Looks like Blender 3.2 is using a newer version of python, which no longer allows implicit downconversion from float to int, which seems to break a number of things. Possibly other issues as well.

treschlet avatar Jul 01 '22 04:07 treschlet

Can confirm. Doesn't work anymore.

Xiarno avatar Jul 09 '22 20:07 Xiarno

Have you tried the development branch?

imagitama avatar Jul 13 '22 03:07 imagitama

I tested both 0.19 and development, bot giving ModuleNotFoundError: No module named 'requests'

Kaelygon avatar Aug 02 '22 05:08 Kaelygon

running command python -m pip install requests seems to have done the trick

Kaelygon avatar Aug 02 '22 05:08 Kaelygon

how did you do it?

Spectre-Slayer avatar Aug 04 '22 13:08 Spectre-Slayer

I'm having the same issue. I saw the same float->int mention in a python error log within Blender.

I tried installing standalone python, updating the pip, and installing the module 'requests' but it didn't improve anything for me.

pandages avatar Aug 29 '22 19:08 pandages

This addon is compatible only with blender 2.93 and below. My advice is to install blender 2.93 until They decide to support blender 3.x

davide-dc-dev avatar Sep 05 '22 07:09 davide-dc-dev

You can make this project work with more recent versions of blender by downloading the project as a ZIP from the "development" branch.

Then import is as an Addon and it should work as expected in more recent versions of Blender.

Spokeek avatar Aug 08 '23 15:08 Spokeek

Yep I got it working on 3.x by downloading the development branch as ZIP and adding it as an addon

imagitama avatar Nov 12 '23 10:11 imagitama