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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_node_types.h b/source/blender/makesdna/DNA_node_types.h
index fd9fcfa3232..a7b5be753d1 100644
--- a/source/blender/makesdna/DNA_node_types.h
+++ b/source/blender/makesdna/DNA_node_types.h
@@ -1226,7 +1226,7 @@ typedef struct NodeAttributeSeparateXYZ {
/* script node flag */
#define NODE_SCRIPT_AUTO_UPDATE 1
-/* ies node mode */
+/* IES node mode. */
#define NODE_IES_INTERNAL 0
#define NODE_IES_EXTERNAL 1
@@ -1550,7 +1550,7 @@ enum {
/* image */
#define CMP_NODE_IMAGE_USE_STRAIGHT_OUTPUT 1
-/* viewer and cmposite output */
+/* viewer and composite output. */
#define CMP_NODE_OUTPUT_IGNORE_ALPHA 1
/* Plane track deform node */