blender/tests/python
Sybren A. Stüvel 9fa628f35b mathutils: added exponential map to Quaternion
Added conversion to and from exponential map representation. This
representation is useful for interpolation of > 2 quaternions, or in
PD controllers.

Implementation in C functions quat_to_expmap,
quat_normalized_to_expmap, and expmap_to_quat with Python API, unit
tests and documentation.

Added Quaternion.to_exponential_map() and Quaternion(3-vector) to
Python API.

Reviewers: campbellbarton

Projects: #bf_blender

Differential Revision: https://developer.blender.org/D1049
2015-02-01 13:06:00 +01:00
..
batch_import.py Move tests into tests/ top-level dir 2014-06-18 22:03:46 +10:00
bl_keymap_completeness.py Move tests into tests/ top-level dir 2014-06-18 22:03:46 +10:00
bl_load_addons.py PyAPI: don't adjust prefs when an fails to load 2015-01-23 21:18:35 +11:00
bl_load_py_modules.py PyAPI: don't adjust prefs when an fails to load 2015-01-23 21:18:35 +11:00
bl_mesh_modifiers.py Cleanup: pep8 2014-09-17 18:36:17 +10:00
bl_mesh_validate.py Move tests into tests/ top-level dir 2014-06-18 22:03:46 +10:00
bl_pyapi_mathutils.py mathutils: added exponential map to Quaternion 2015-02-01 13:06:00 +01:00
bl_pyapi_units.py Tests: remove support.run_unittest 2014-08-21 19:56:21 +10:00
bl_rna_wiki_reference.py Move tests into tests/ top-level dir 2014-06-18 22:03:46 +10:00
bl_rst_completeness.py Move tests into tests/ top-level dir 2014-06-18 22:03:46 +10:00
bl_run_operators.py Text3d: assert for <0 len text 2014-09-10 23:12:11 +10:00
bl_test.py Move tests into tests/ top-level dir 2014-06-18 22:03:46 +10:00
CMakeLists.txt Don't add Cycles tests if tests folder does not exist 2015-01-23 20:56:03 +05:00
cycles_render_tests.py Corrections to Cycles ctests 2015-01-30 15:13:09 +05:00
pep8.py cleanup: pep8 2015-01-29 15:35:06 +11:00
rna_array.py Cleanup: use static sets where possible 2014-09-18 17:45:31 +10:00
rna_info_dump.py Move tests into tests/ top-level dir 2014-06-18 22:03:46 +10:00
rst_to_doctree_mini.py Move tests into tests/ top-level dir 2014-06-18 22:03:46 +10:00