przemir / ApplyModifierForObjectWithShapeKeys

Blender script
MIT License
248 stars 34 forks source link

Cannot install to Blender 2.9 #9

Closed Vorked closed 3 years ago

Vorked commented 3 years ago

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?

Toxic-Cookie commented 3 years ago

Also having the same issue.

nizhuan-jjr commented 3 years ago

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 3 years ago

same here :'(

przemir commented 3 years ago

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 3 years ago

It doesn't work either 😭 Capture

TayouVR commented 3 years ago

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

przemir commented 3 years ago

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

TayouVR commented 3 years ago

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?

przemir commented 3 years ago

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.