przemir/ApplyModifierForObjectWithShapeKeys

Cannot install to Blender 2.9

Vorked opened this issue · 9 comments

When attempting to install to 2.9, it does not show up in Addon list. Is there a way to fix this on my end or would an update need to be made?

Also having the same issue.

2021-01-26_224304
I've checked the Developer Extras.

2021-01-26_224417
The addon has been installed successfully.

2021-01-26_224334
However, F3 can't find the script.

Br4x commented

same here :'(

Sorry for late response. It seems there are two issues here:

  1. Missing addon in addon list for Blender 2.9:
    Check 'Developer Extras' checkbox in "Edit -> Preferences -> Interface".
    Btw. Blender 2.91.2 does not require this step anymore to show addons.

  2. Missing script method in F3 for Blender 2.91:
    I have updated addon to support Blender 2.91.2. This should fix F3 missing script method problem.

Br4x commented

It doesn't work either 😭
Capture

I have the same problem, nothing shows up in blender. blender reports successful installation, but no addon in list, no function in search.
I am running blender 2.91.2 (hash: 5be9ef417703)
I have developer extras enabled too, just in case.
image

You added addon as folder, when you need to add 'ApplyModifierForObjectWithShapeKeys.py' file alone.

okay, did that today thinking it might work, and yea.. it shows up, now i am just stuck with another problem....
image
image
should i open another issue?

Joining shape keys failed, probably due to different number of vertices. I updated addon to show error message in such case.

Disable merge/clipping option in mirror modifier.