blender/source
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
..
blender Math lib: matrix multiplication order fix for two functions that were 2011-12-16 19:53:12 +00:00
blenderplayer remove duplicate extern_colamd from blenderplayer cmake 2011-11-28 08:38:08 +00:00
creator replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAX 2011-11-26 04:07:38 +00:00
darwin replace former applescript with an editable one 2011-10-19 19:15:35 +00:00
gameengine Math lib: matrix multiplication order fix for two functions that were 2011-12-16 19:53:12 +00:00
icons set svn end of lines to native 2011-05-09 08:15:38 +00:00
tests pep8 edits and avoid naming conflicts with python builtins 2011-11-24 19:36:12 +00:00
CMakeLists.txt remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
SConscript Code cleanup: remove source/kernel module, this wasn't really the kernel of 2011-05-06 20:18:42 +00:00