[Bf-blender-cvs] [e8e341b5854] master: Alembic: documented use of CacheReader struct

Sybren A. Stüvel noreply at git.blender.org
Fri Apr 7 11:12:16 CEST 2017


Commit: e8e341b585430dfca96b85ed540b398bc0af93a1
Author: Sybren A. Stüvel
Date:   Thu Feb 23 11:58:20 2017 +0100
Branches: master
https://developer.blender.org/rBe8e341b585430dfca96b85ed540b398bc0af93a1

Alembic: documented use of CacheReader struct

===================================================================

M	source/blender/alembic/intern/abc_util.h

===================================================================

diff --git a/source/blender/alembic/intern/abc_util.h b/source/blender/alembic/intern/abc_util.h
index 6be86056e45..5b53c86a859 100644
--- a/source/blender/alembic/intern/abc_util.h
+++ b/source/blender/alembic/intern/abc_util.h
@@ -32,6 +32,11 @@
 #  define ABC_INLINE static inline
 #endif
 
+/**
+ * @brief The CacheReader struct is only used for anonymous pointers,
+ * to interface between C and C++ code. This library only creates
+ * pointers to AbcObjectReader (or subclasses thereof).
+ */
 struct CacheReader {
 	int unused;
 };




More information about the Bf-blender-cvs mailing list