Commit: 2074d850ee5878c6eefd134536d136f8c555df83
Author: Campbell Barton
Date:   Fri Aug 2 13:12:07 2019 +1000
Branches: master
https://developer.blender.org/rB2074d850ee5878c6eefd134536d136f8c555df83

Docs: correct comment for PROP_THICK_WRAP

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

M       source/blender/makesrna/RNA_types.h

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

diff --git a/source/blender/makesrna/RNA_types.h 
b/source/blender/makesrna/RNA_types.h
index c6f1fd337ed..39889f77a96 100644
--- a/source/blender/makesrna/RNA_types.h
+++ b/source/blender/makesrna/RNA_types.h
@@ -253,8 +253,13 @@ typedef enum PropertyFlag {
   PROP_REGISTER_OPTIONAL = PROP_REGISTER | (1 << 5),
 
   /**
-   * Use for arrays or for any data that should not have a reference kept
-   * most common case is functions that return arrays where the array.
+   * Use for allocated function return values of arrays or strings
+   * for any data that should not have a reference kept.
+   *
+   * It can be used for properties which are dynamically allocated too.
+   *
+   * \note Currently dynamic sized thick wrapped data isn't supported.
+   * This would be a useful addition and avoid a fixed maximum sized as in 
done at the moment.
    */
   PROP_THICK_WRAP = (1 << 23),

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

Reply via email to