Files
test/source/blender
Campbell Barton f711c44b8d PyAPI: Support for 'None' string args from Python
This is needed because some RNA functions differentiate a NULL 'char *'
argument from an empty string.

Previously a NULL argument could be passed when the C definition
defined the default as NULL and the argument wasn't passed
which is a fairly hidden way of handling things.

Now strings use `PROP_NEVER_NULL` by default
which can be cleared for function arguments that allow None -> NULL.
2018-10-30 16:17:46 +11:00
..
2018-10-17 12:43:41 +02:00
2018-10-29 10:24:42 +11:00
2018-09-26 17:49:40 +02:00
2018-10-11 08:14:04 +11:00