add warning that RNA update callbacks dont have checks for infinite recursion.

This commit is contained in:
2012-09-28 09:35:32 +00:00
parent a8ec2a536d
commit 79d8367974

View File

@@ -360,6 +360,7 @@ static int py_long_as_int(PyObject *py_long, int *r_int)
#define BPY_PROPDEF_UPDATE_DOC \
" :arg update: function to be called when this value is modified,\n" \
" This function must take 2 values (self, context) and return None.\n" \
" *Warning* there are no safety checks to avoid infinite recursion.\n" \
" :type update: function\n" \
#if 0