Go to file
Campbell Barton 556b615cf8 mathutils module methods only contained matrix constructors, move these to matrix class methods since this is acceptable in python. eg: dict.fromkeys() and groups them more logically.
mathutils.RotationMatrix -> mathutils.Matrix.Rotation
 mathutils.ScaleMatrix -> mathutils.Matrix.Scale
 mathutils.ShearMatrix -> mathutils.Matrix.Shear
 mathutils.TranslationMatrix -> mathutils.Matrix.Translation
 mathutils.OrthoProjectionMatrix -> mathutils.Matrix.OrthoProjection
2010-08-11 16:40:36 +00:00
build_files Fixing make files compilation in linux 2010-08-11 14:51:52 +00:00
doc - updated man page from --help output. 2010-07-15 19:58:23 +00:00
extern build options to disable image formats WITH_CINEON, WITH_HDR. 2010-08-03 11:25:34 +00:00
intern build options to disable image formats WITH_CINEON, WITH_HDR. 2010-08-03 11:25:34 +00:00
po move directories: 2010-07-26 11:47:33 +00:00
projectfiles Clean up for the imminent migration from SVN to GIT. 2009-03-31 22:34:34 +00:00
projectfiles_vc7 Clean up for the imminent migration from SVN to GIT. 2009-03-31 22:34:34 +00:00
projectfiles_vc9 Update MSVC9 project file 2010-07-15 20:16:17 +00:00
release mathutils module methods only contained matrix constructors, move these to matrix class methods since this is acceptable in python. eg: dict.fromkeys() and groups them more logically. 2010-08-11 16:40:36 +00:00
source mathutils module methods only contained matrix constructors, move these to matrix class methods since this is acceptable in python. eg: dict.fromkeys() and groups them more logically. 2010-08-11 16:40:36 +00:00
CMakeLists.txt bugfix [#23257] cmake tests for SSE, but SSE2 gets enabled 2010-08-11 08:23:48 +00:00
COPYING Updating/removing really really ancient stuff. 2010-03-09 11:42:04 +00:00
Makefile move directories: 2010-07-26 11:47:33 +00:00
SConstruct build options to disable image formats WITH_CINEON, WITH_HDR. 2010-08-03 11:25:34 +00:00