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:
Diffstat (limited to 'source/blender/makesrna/RNA_types.h')
-rw-r--r--source/blender/makesrna/RNA_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesrna/RNA_types.h b/source/blender/makesrna/RNA_types.h
index d880c892aa9..2d499dd113f 100644
--- a/source/blender/makesrna/RNA_types.h
+++ b/source/blender/makesrna/RNA_types.h
@@ -265,7 +265,8 @@ typedef enum PropertyFlag {
* This is crucial information for processes that walk the whole data of an ID e.g.
* (like library override).
* Note that all ID pointers are enforced to this by default,
- * this probably will need to be rechecked (see ugly infamous NodeTrees of mat/tex/scene/etc.).
+ * this probably will need to be rechecked
+ * (see ugly infamous node-trees of material/texture/scene/etc.).
*/
PROP_PTR_NO_OWNERSHIP = (1 << 7),