Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Partial fix for T44469: Do not fail because of division by zero.
This only fixes the 'symptoms', root of the issue here is that we get a weird covariance matrix - Blender's own invert function errors on it, this script's matrix_invert func does give some result, but in any case final result is not what one would expect...
- Loading branch information