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