-
Notifications
You must be signed in to change notification settings - Fork 44
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
fix blender 3.0 break and importing pose bug with scale data #111
base: master
Are you sure you want to change the base?
Conversation
butaixianran
commented
Jan 17, 2022
•
edited
Loading
edited
- ignore scale data when copying pose, otherwise all rotation data will be covered by scale data into [1,1,1]
- Also fixed break change on blender 3.0
ignore scale data when copying pose, otherwise all rotation data will be covered by scale data into [1,1,1]
blender 3.0 break change: Replaced PoseBone.custom_shape_scale scalar with a PoseBone.custom_shape_scale_xyz vector
added a quick fix for blender 3.0's break change. blender 3.0 break change: |
blender 3.0 break change: Replaced PoseBone.custom_shape_scale scalar with a PoseBone.custom_shape_scale_xyz vector
Replaced PoseBone.custom_shape_scale scalar with a PoseBone.custom_shape_scale_xyz vector
Replaced PoseBone.custom_shape_scale scalar with a PoseBone.custom_shape_scale_xyz vector
Replaced PoseBone.custom_shape_scale scalar with a PoseBone.custom_shape_scale_xyz vector
Replaced PoseBone.custom_shape_scale scalar with a PoseBone.custom_shape_scale_xyz vector
This is a pull request. You can only download it after daz merge it. If you do not want to wait, you can try it from my fork: |
Update not working in blender 3.1 |
Hi, if you are using the project from: It works in Blender 3.1. It is tested in both Blender 3.0 and 3.1 If you still think it is not working, report an issue at that project. |
Oh your fork works, if in install it on top the 2.8 version of the addon, but if I install it your fork with out installing the 2.8 addon it does not let me activate it at all |
I've Reported a Huge Bug |
Is there any update on this PR? It would be nice if at least the fix mentioned in the link above would make it to the mainline. |