tornavis/source/blender/ikplugin
Brecht Van Lommel 3311164b24 Math lib: matrix multiplication order fix for two functions that were
inconsistent with similar functions & math notation:

mul_m4_m4m4(R, B, A) => mult_m4_m4m4(R, A, B)
mul_m3_m3m4(R, B, A) => mult_m3_m3m4(R, A, B)

For branch maintainers, it should be relatively simple to fix things manually,
it's also possible run this script after merging to do automatic replacement:
http://www.pasteall.org/27459/python
2011-12-16 19:53:12 +00:00
..
intern Math lib: matrix multiplication order fix for two functions that were 2011-12-16 19:53:12 +00:00
BIK_api.h remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
CMakeLists.txt Fix compilation error for win32. 2011-10-25 18:13:12 +00:00
SConscript Fix compilation error for win32. 2011-10-25 18:13:12 +00:00