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:
authorCampbell Barton <ideasman42@gmail.com>2018-05-27 12:01:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-27 12:01:46 +0300
commitbc3727a94374d9c56745c943a1e6574627a88510 (patch)
tree8f5c7e91cc94f20166b521282e2f5a311bde36ea
parent06cb460cd76f4ca5837246f66ed9a3d399db3359 (diff)
Recently added IES conflicts w/ EEVEE
-rw-r--r--source/blender/blenkernel/BKE_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_node.h b/source/blender/blenkernel/BKE_node.h
index bd3b191c96c..150f0818cb8 100644
--- a/source/blender/blenkernel/BKE_node.h
+++ b/source/blender/blenkernel/BKE_node.h
@@ -789,7 +789,7 @@ struct ShadeResult;
#define SH_NODE_UVALONGSTROKE 191
#define SH_NODE_TEX_POINTDENSITY 192
#define SH_NODE_BSDF_PRINCIPLED 193
-#define SH_NODE_TEX_IES 195
+#define SH_NODE_TEX_IES 194
#define SH_NODE_BEVEL 197
#define SH_NODE_DISPLACEMENT 198
#define SH_NODE_VECTOR_DISPLACEMENT 199