Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem Importing Mr Mannequin #42

Open
DynoStorm opened this issue Apr 27, 2022 · 7 comments
Open

Problem Importing Mr Mannequin #42

DynoStorm opened this issue Apr 27, 2022 · 7 comments

Comments

@DynoStorm
Copy link

Using blender 2.93.1, I get this error when importing a mannequin. When it appears it doesn't seem to pose at all when I move hte gizmos.
error

@sviperm
Copy link

sviperm commented May 16, 2022

Same error here

@sviperm
Copy link

sviperm commented May 16, 2022

@Jim-Kroovy I found problem! In release section there is new unfinished 1.5.0 code! You need to repack 1.4 release!

@Jim-Kroovy
Copy link
Owner

Jim-Kroovy commented May 16, 2022

I thought that might of been the case, a few people have been having the same errors, i didn't thinked i'd packed the changes for Blender 3.0+ but i must of, can you confirm if this works in Blender 3.0+ for me?

@sviperm
Copy link

sviperm commented May 17, 2022

@Jim-Kroovy Mr. Mannequins works well with Blender 3.1.2 for me, but 3.1.2 isn't LTS version

Also I tried to repack it by myself, by reverting Mr-Mannequins-Tools code to 1.4.10 and adding recources folder from release archive. But there is 2 sub B.L.E.N.D. add-ons also was for 3.0.0 version. I tried to download its from B.L.E.N.D. repo, but got errors and can't activate addons :(

So my suggestion is to create new release for each update (minor and major), not only a major releases, rather edit the last release, so we can have an access for older minor versions of the tool in case something wil break.

And mb remove from .gitignore resources folder.

@Jim-Kroovy
Copy link
Owner

Once the 1.5 version is done i'll do a lot more differently on github.

I can't justify putting too much time into Mr Mannequins as it doesn't make me very much money (i can only do maybe 1-2 days per month on the add-on). But I do want to start using an experimental branch for all my own little fixes that i come across at work. Like right now i'm on v1.4.18 while everyone else is months behind me.

I can't remove the resources folder from .gitignore, if i do then within a few days we hit Githubs download bandwidth limit and the add-on simply doesn't make enough money for me to pay for Git LFS haha.

Right now i have a $5 million dollar video to finish by the end of the weekend so i'm super busy for a while.

@sviperm
Copy link

sviperm commented May 19, 2022

One good man from discord servevr send zip archive that works

@masonschechter
Copy link

masonschechter commented Mar 10, 2023

If anyone else runs into this issue, I made a pull request to fix the problem. Until it gets approved:

The fix:

line 745 in that last file of callback: 'parent_shape_scale = parent_pb.custom_shape_scale' changes to 'parent_shape_scale = parent_pb.custom_shape_scale_xyz'

then when you run again, it'll error from a few lines below that.
Next change @ line 754: 'parent_pb.custom_shape_scale = parent_shape_scale' changes to 'parent_pb.custom_shape_scale_xyz = parent_shape_scale'.

This fix works for me on Blender 3.4 using Mr Mannequin Tools 1.4.

Quick edit: It looks like my line numbers are different than the original posters, although my error looked identical. Just follow the trace, the first fix for the original poster will be the same, just at line 459 as the callback says. I imagine the 2nd fix will be a few lines below that, same as mine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants