Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed use of some Matrix.invert() to Matrix.invert_safe() to preven…
…t crashes: - This is used when the child transformations need to be calculated in the parent space. - This prevent crashes when the parent scale is 0. - The solution is not perfect. Calculating transformations in a space scaled to 0 is meaningless, the transformations won't be visible anyway. The child transformations shouldn't really be exported at all in that case. This will cause imperfect results during interpolation from 0 scaled frame to the next frame.
- Loading branch information