editbone.transform(matrix) function, requested by Cessen.

Also added matrix.median_scale attribute to get the average scale from the matrix, use for scaling bone envalopes.
This commit is contained in:
2010-01-02 22:47:56 +00:00
parent cf7b19c0ba
commit e7d863cee5
6 changed files with 40 additions and 6 deletions

View File

@@ -1421,7 +1421,7 @@ static PyGetSetDef Vector_getseters[] = {
(getter)BaseMathObject_getWrapped, (setter)NULL,
"True when this wraps blenders internal data",
NULL},
{"__owner__",
{"_owner",
(getter)BaseMathObject_getOwner, (setter)NULL,
"Read only owner for vectors that depend on another object",
NULL},