1
1

Merge branch 'blender-v2.93-release'

This commit is contained in:
2021-05-11 12:30:51 +10:00

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 {