py operators - don't use the screen as an operators ID anymore, screen's don't store operator instances and operator functions have access to the context if they need the current screen.
also add some more py api file descriptions.
This commit is contained in:
@@ -20,6 +20,13 @@
|
||||
|
||||
/** \file blender/python/generic/py_capi_utils.c
|
||||
* \ingroup pygen
|
||||
*
|
||||
* Extend upon CPython's API, filling in some gaps, these functions use PyC_
|
||||
* prefix to distinguish them apart from CPython.
|
||||
*
|
||||
* \note
|
||||
* This module should only depend on CPython, however it currently uses
|
||||
* BLI_string_utf8() for unicode conversion.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user