add 'idprop' module so we can document idprop.types.*, currently doc generator has no access to ID Property types.
This commit is contained in:
@@ -2316,7 +2316,7 @@ PyDoc_STRVAR(matrix_doc,
|
||||
);
|
||||
PyTypeObject matrix_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0)
|
||||
"mathutils.Matrix", /*tp_name*/
|
||||
"Matrix", /*tp_name*/
|
||||
sizeof(MatrixObject), /*tp_basicsize*/
|
||||
0, /*tp_itemsize*/
|
||||
(destructor)BaseMathObject_dealloc, /*tp_dealloc*/
|
||||
|
Reference in New Issue
Block a user