This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/python/intern
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-06-29 08:02:49 +02:00
2018-05-09 12:50:26 +02:00
2018-06-29 08:02:49 +02:00
2017-12-04 16:37:31 +11:00
2018-06-29 08:02:49 +02:00
2018-03-01 01:31:07 +11:00