Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-05-11 05:30:51 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-05-11 05:30:51 +0300
commit5bae9d4e3805409fa6a15f7b463738f944bc877f (patch)
treecfa0baa4c7638390ac72bc606b561492b2dd267a /source/blender/python
parent5950208f042d37efd73bf166b2703e995d755e09 (diff)
parentcc7691797c25bda6bff79b11e28fb6ae689de50e (diff)
Merge branch 'blender-v2.93-release'
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/generic/idprop_py_api.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/python/generic/idprop_py_api.h b/source/blender/python/generic/idprop_py_api.h
index 5617efb9a8c..991ae7be9c9 100644
--- a/source/blender/python/generic/idprop_py_api.h
+++ b/source/blender/python/generic/idprop_py_api.h
@@ -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 {