utility functions is_negative_m3 & is_negative_m4, added python Mathutils access Matrix.is_negative

renamed Mathutils attribute wrapped -> is_wrapped
This commit is contained in:
2010-01-30 13:15:39 +00:00
parent 7a76bc9a36
commit ec48cbd267
10 changed files with 51 additions and 14 deletions

View File

@@ -1635,7 +1635,7 @@ static PyGetSetDef Vector_getseters[] = {
{"w", (getter)Vector_getAxis, (setter)Vector_setAxis, "Vector W axis (4D Vectors only). **type** float", (void *)3},
{"length", (getter)Vector_getLength, (setter)Vector_setLength, "Vector Length. **type** float", NULL},
{"magnitude", (getter)Vector_getLength, (setter)Vector_setLength, "Vector Length. **type** float", NULL},
{"wrapped", (getter)BaseMathObject_getWrapped, (setter)NULL, BaseMathObject_Wrapped_doc, NULL},
{"is_wrapped", (getter)BaseMathObject_getWrapped, (setter)NULL, BaseMathObject_Wrapped_doc, NULL},
{"_owner", (getter)BaseMathObject_getOwner, (setter)NULL, BaseMathObject_Owner_doc, NULL},
/* autogenerated swizzle attrs, see python script below */