Files
goo-engine/source/blender/python/api2_2x/doc
Campbell Barton 176a4c8507 Added scalePart to mathutils matrix type object.
and made it so toEuler converts a 4x4 matrix to a 3x3 rather then raising an error.

Its not straight fwd to get an objects worldspace loc/size/rot from its 4x4 matrix.
Example from updated docs.
      import Blender
      scn = Blender.Scene.GetCurrent()
      ob = scn.getActiveObject()
      if ob:
        mat= ob.mat # Same as martixWorld
        print 'Location", mat.translationPart() # 3D Vector
        print 'Size", mat.scalePart() # 3D Vector
        print 'Rotation", mat.toEuler() # Euler object
2006-04-27 12:32:44 +00:00
..
2006-04-23 02:34:50 +00:00
2006-01-13 15:27:23 +00:00
2006-04-21 20:27:52 +00:00
2006-01-08 18:59:55 +00:00
2006-04-21 20:27:52 +00:00
2006-04-21 20:27:52 +00:00
2006-04-21 20:31:27 +00:00
2006-04-21 20:31:27 +00:00
2006-02-05 14:12:45 +00:00
2006-04-25 22:00:18 +00:00
2005-11-26 02:10:42 +00:00
2006-01-16 03:51:32 +00:00