This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/python/generic
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
..
2010-07-20 10:41:08 +00:00
2010-04-11 12:05:27 +00:00
2010-02-12 13:34:04 +00:00
2010-04-11 12:05:27 +00:00
2010-03-21 01:14:04 +00:00
2010-03-21 01:14:04 +00:00
2010-08-10 21:22:26 +00:00
2010-08-08 16:22:29 +00:00
2010-04-16 16:19:36 +00:00
2010-08-08 16:22:29 +00:00
2010-04-16 16:19:36 +00:00
2010-04-16 16:19:36 +00:00
2010-08-08 16:22:29 +00:00
2010-04-16 16:19:36 +00:00
2010-08-08 16:22:29 +00:00
2010-04-16 16:19:36 +00:00
2010-08-02 00:08:01 +00:00
2010-08-10 21:22:26 +00:00