Merge branch 'blender-v2.93-release'

This commit is contained in:
Campbell Barton 2021-05-11 12:30:51 +10:00
commit 5bae9d4e38
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ typedef struct BPy_IDProperty {
struct ID *id; /* can be NULL */
struct IDProperty *prop; /* must be second member */
struct IDProperty *parent;
PyObject *data_wrap;
} BPy_IDProperty;
typedef struct BPy_IDArray {