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/api2_2x
Ken Hughes 2dbed48e24 Python API
==========

Bugfix #4951:  This might be a serious change for python script writers.
-- ob.getMatrix('localspace') did not return the correct matrix when the object
   had a parent; this has been corrected.
-- ob.setMatrix(m) did not work predictably (more correctly, in an easy-to-
   predict manner) when an object had a parent.  The method has been changed
   so that if thee is a parent, it ASSUMES the matrix is "localspace",
   relative to the parent.  The documentation now states this.
-- ob.mat and ob.matrix are now read-only attributes, while ob.matrixLocal
   (which calls Object_setMatrix() ) is now read-write.

Ton is not thrilled (is that a fair summary, Ton? ;-) with this method since
the ob->obmat is calculated from the loc/rot/size attributes of an object.
I'll let him speak on this, but I believe his desire is for this method to be
deprecated in the future and replaced with something else.
2006-11-21 21:15:15 +00:00
..
2006-11-21 21:15:15 +00:00
2006-01-16 16:34:08 +00:00
2006-11-17 07:50:24 +00:00
2006-05-07 14:57:58 +00:00
2006-11-13 21:14:48 +00:00
2005-07-18 03:50:37 +00:00
2006-05-20 15:44:14 +00:00
2006-08-17 21:39:49 +00:00
2006-11-19 16:00:04 +00:00
2006-11-19 16:00:04 +00:00
2006-11-19 16:00:04 +00:00
2005-07-18 03:50:37 +00:00
2006-04-21 20:27:52 +00:00
2006-04-21 20:27:52 +00:00
2005-09-09 01:31:10 +00:00
2005-07-18 03:50:37 +00:00
2006-11-19 16:00:04 +00:00
2006-10-03 16:07:48 +00:00
2006-05-25 16:45:24 +00:00
2006-05-25 16:45:24 +00:00
2005-11-29 05:08:29 +00:00
2005-07-18 03:50:37 +00:00
2006-05-22 14:19:52 +00:00
2006-07-06 21:51:54 +00:00
2006-11-21 21:15:15 +00:00
2005-11-29 05:08:29 +00:00
2006-08-21 14:36:11 +00:00
2005-10-03 22:06:16 +00:00
2006-11-19 16:00:04 +00:00
2006-11-18 01:45:47 +00:00
2005-12-13 14:29:56 +00:00
2005-08-05 17:00:26 +00:00
2005-07-18 03:50:37 +00:00
2006-08-28 04:44:16 +00:00
2006-08-28 04:44:16 +00:00
2005-07-18 03:50:37 +00:00
2005-07-18 03:50:37 +00:00
2006-11-19 16:00:04 +00:00
2006-11-14 15:58:17 +00:00
2006-06-08 19:05:58 +00:00
2005-07-18 03:50:37 +00:00