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, 4 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_node_types.h b/source/blender/makesdna/DNA_node_types.h
index e3ea3a5b3f8..d94a05ccb81 100644
--- a/source/blender/makesdna/DNA_node_types.h
+++ b/source/blender/makesdna/DNA_node_types.h
@@ -1010,6 +1010,10 @@ typedef struct NodeShaderTexIES {
char filepath[1024];
} NodeShaderTexIES;
+typedef struct NodeShaderOutputAOV {
+ char name[64];
+} NodeShaderOutputAOV;
+
typedef struct NodeSunBeams {
float source[2];