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>2011-06-09 17:46:34 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-06-09 17:46:34 +0400
commitd4ae38cc6c4ec8e3d13f26d12f85bca561f64f0f (patch)
tree44455ae48af92896715a89418d847cfd4b944541 /source/blender/makesrna/intern/rna_internal_types.h
parent21f5a87999bbc3f022a62812ae1ec1a30fa98135 (diff)
fix for own mistake & fix some comments.
Diffstat (limited to 'source/blender/makesrna/intern/rna_internal_types.h')
-rw-r--r--source/blender/makesrna/intern/rna_internal_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_internal_types.h b/source/blender/makesrna/intern/rna_internal_types.h
index 6ff7bc20b05..249833ae94b 100644
--- a/source/blender/makesrna/intern/rna_internal_types.h
+++ b/source/blender/makesrna/intern/rna_internal_types.h
@@ -179,7 +179,8 @@ struct PropertyRNA {
* since python will convert int/bool/pointer's */
struct StructRNA *srna; /* attributes attached directly to this collection */
- /* python handle to hold all callbacks in a tuple */
+ /* python handle to hold all callbacks
+ * (in a pointer array at the moment, may later be a tuple) */
void *py_data;
};