blender/tests/python
Bastien Montagne e44c49d89d Py Mathutils: add invert_safe() and inverted_safe() to Matrix.
Those two mimic our BLI invert_m4_m4_safe - they add a small offset to diagonal values,
in case org matrix is degenerated, and if still non-invertible, return identity matrix.

Org patch by me, final enhanced version by ideasman42, many thanks!
2014-09-06 14:58:38 +02:00
..
batch_import.py
bl_keymap_completeness.py
bl_load_addons.py
bl_load_py_modules.py
bl_mesh_modifiers.py Cleanup: pep8 & redundant vars 2014-07-22 12:03:15 +10:00
bl_mesh_validate.py
bl_pyapi_mathutils.py Py Mathutils: add invert_safe() and inverted_safe() to Matrix. 2014-09-06 14:58:38 +02:00
bl_pyapi_units.py Tests: remove support.run_unittest 2014-08-21 19:56:21 +10:00
bl_rna_wiki_reference.py
bl_rst_completeness.py
bl_run_operators.py
bl_test.py
CMakeLists.txt
pep8.py
rna_array.py
rna_info_dump.py
rst_to_doctree_mini.py