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;
 };

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to