Fix error in fix for #87219, accidental assignment in conditional
This commit is contained in:
parent
e8c83aed17
commit
21e988a51c
@ -481,7 +481,7 @@ void constraintSizeLim(const TransInfo *t, const TransDataContainer *tc, TransDa
|
||||
/* Just multiply by `td->mtx` (this should be ok). */
|
||||
mul_m4_m3m4(cob.matrix, td->mtx, cob.matrix);
|
||||
}
|
||||
else if (con->ownspace = CONSTRAINT_SPACE_POSE) {
|
||||
else if (con->ownspace == CONSTRAINT_SPACE_POSE) {
|
||||
/* Bone space without considering object transformations. */
|
||||
mul_m4_m3m4(cob.matrix, td->mtx, cob.matrix);
|
||||
mul_m4_m3m4(cob.matrix, tc->imat3, cob.matrix);
|
||||
|
Loading…
x
Reference in New Issue
Block a user