Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

applyop: gear_intmatrix_op, issue with blend left right #85

Open
liudger opened this issue Jun 5, 2021 · 1 comment
Open

applyop: gear_intmatrix_op, issue with blend left right #85

liudger opened this issue Jun 5, 2021 · 1 comment

Comments

@liudger
Copy link

liudger commented Jun 5, 2021

When creating a blend matrix between left en right side controls. The the left side has -1 scale the result is that x is 0 en the control becomes unstable.

image

Is there a solution for this? Or could this be described as a bug?

This is happening when using the createInterpolateTransform from rigbits

@liudger
Copy link
Author

liudger commented Jun 5, 2021

A simple solution would be to skip the scale
So the interpolate Transform function would be this:
def createInterpolateTransform(objects=None, blend=.5, transform="srt", *args):
transform="srt" will be added to the function, so you could disable the scale of the transform.

Shall I make a pull request? It's backwards compatible and gives more options to the interpolate that could be useful in other situation also

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

No branches or pull requests

1 participant