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

Fixing shapekey issue and Tasty Rig deform bone scaling when scaleDown=false #48

Closed
wants to merge 2 commits into from

Conversation

Bmarquez1997
Copy link
Collaborator

When exporting a skin with the Tasty (IK) rig and Scale Down set to false, the plugin would fail in the middle of setting up the Tasty Rig (on line 1912), causing the IK components to not get set up. The issue was that in python, (x, y, z) * 100 is (x, y, z, x, y, z,, ... ) instead of (100x, 100y, 100z). It looks like other places above used Vector(x, y, z) when multiplying with scale, so I changed the line that was throwing the error to the same format

@Bmarquez1997 Bmarquez1997 changed the title Fixing Tasty Rig deform bone scaling when scaleDown=false Fixing shapekey issue and Tasty Rig deform bone scaling when scaleDown=false May 26, 2024
@Bmarquez1997
Copy link
Collaborator Author

Also added the changes I made to make the version of 2.1.5 that I uploaded in case it was easier to use them from a PR

@halfuwu
Copy link
Owner

halfuwu commented May 28, 2024

merging other pr #50

@halfuwu halfuwu closed this May 28, 2024
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

Successfully merging this pull request may close these issues.

None yet

2 participants