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:
authorLuca Rood <dev@lucarood.com>2017-06-20 15:33:13 +0300
committerLuca Rood <dev@lucarood.com>2017-06-20 19:39:59 +0300
commit5c5c09439abdf2f759fbc3c17a4e773b9005d77f (patch)
treebce718ddb823f6623e9804b2aa16ddd1f52ed61f /source/blender/blenkernel/BKE_node.h
parentaaf37e1216b2a9dfc43591e227c679a5b35af8c0 (diff)
Clean node names and organize menus for eevee
This makes the node menus aware of the Cycles/Eevee distinction, and only show the relevant nodes for the current engine. Names have also been changed to accomodate for the new output node system.
Diffstat (limited to 'source/blender/blenkernel/BKE_node.h')
-rw-r--r--source/blender/blenkernel/BKE_node.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_node.h b/source/blender/blenkernel/BKE_node.h
index 44846a12961..a668ae9a7af 100644
--- a/source/blender/blenkernel/BKE_node.h
+++ b/source/blender/blenkernel/BKE_node.h
@@ -794,8 +794,8 @@ struct ShadeResult;
#define SH_NODE_UVALONGSTROKE 191
#define SH_NODE_TEX_POINTDENSITY 192
#define SH_NODE_BSDF_PRINCIPLED 193
-#define SH_NODE_OUTPUT_METALLIC 194
-#define SH_NODE_OUTPUT_SPECULAR 195
+#define SH_NODE_EEVEE_METALLIC 194
+#define SH_NODE_EEVEE_SPECULAR 195
#define SH_NODE_OUTPUT_EEVEE_MATERIAL 196
/* custom defines options for Material node */