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/makesdna/DNA_node_types.h')
-rw-r--r--source/blender/makesdna/DNA_node_types.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_node_types.h b/source/blender/makesdna/DNA_node_types.h
index c61a39a20f0..f959f680895 100644
--- a/source/blender/makesdna/DNA_node_types.h
+++ b/source/blender/makesdna/DNA_node_types.h
@@ -1081,9 +1081,11 @@ typedef struct NodeCryptomatte_Runtime {
} NodeCryptomatte_Runtime;
typedef struct NodeCryptomatte {
- /* iuser needs to be first element due to RNA limitations.
- * When we define the ImageData properties, we can't define them from
- * storage->iuser, so storage needs to be casted to ImageUser directly. */
+ /**
+ * `iuser` needs to be first element due to RNA limitations.
+ * When we define the #ImageData properties, we can't define them from
+ * `storage->iuser`, so storage needs to be cast to #ImageUser directly.
+ */
ImageUser iuser;
/* Contains `CryptomatteEntry`. */