|
d3a89fc9b7
|
add typechecks when assigning id-property arrays from python (overflows and errors weren't detected)
reduce/simplify exceptions more.
|
2013-10-17 03:18:21 +00:00 |
|
|
c7fbeded4c
|
add IDP_MergeGroup(dst, src, overwrite) function,
like PyDict_Merge()
|
2012-10-31 19:07:25 +00:00 |
|
|
6520aa97a9
|
add 'idprop' module so we can document idprop.types.*, currently doc generator has no access to ID Property types.
|
2012-04-15 14:54:15 +00:00 |
|
|
85908b498b
|
fix [#30906] dict(prop) crashes if prop is a PropertyGroup with nested PropertyGroup
the ID of a python ID property can be NULL.
|
2012-04-11 08:37:48 +00:00 |
|
|
2b7ca2304a
|
unify include guard defines, __$FILENAME__
without the underscores these clogged up the namespace for autocompleation which was annoying.
|
2012-02-17 18:59:41 +00:00 |
|
|
4de917326b
|
de-duplicate some idproperty py api code, also improve some exception messages.
|
2011-11-15 10:19:44 +00:00 |
|
|
d4d80ee0a1
|
rename IDProp.c/h to idprop_py_api, since it was same name as BKE idprop.c with case changed.
|
2011-11-15 09:28:15 +00:00 |
|