[Bf-blender-cvs] [109f18df717] temp-nodes-group-declarations: Fix clang format differences

Hans Goudey noreply at git.blender.org
Thu Dec 22 20:42:36 CET 2022


Commit: 109f18df7174b79f98e3a208947901fdab6abb9e
Author: Hans Goudey
Date:   Thu Dec 22 14:41:44 2022 -0500
Branches: temp-nodes-group-declarations
https://developer.blender.org/rB109f18df7174b79f98e3a208947901fdab6abb9e

Fix clang format differences

===================================================================

M	source/blender/blenkernel/BKE_node.h

===================================================================

diff --git a/source/blender/blenkernel/BKE_node.h b/source/blender/blenkernel/BKE_node.h
index 4b31fa1fea9..75fad9d42d1 100644
--- a/source/blender/blenkernel/BKE_node.h
+++ b/source/blender/blenkernel/BKE_node.h
@@ -1128,9 +1128,9 @@ void BKE_nodetree_remove_layer_n(struct bNodeTree *ntree, struct Scene *scene, i
 #define SH_NODE_VALTORGB 104
 #define SH_NODE_RGBTOBW 105
 #define SH_NODE_SHADERTORGB 106
-// #define SH_NODE_TEXTURE       106
+//#define SH_NODE_TEXTURE       106
 #define SH_NODE_NORMAL 107
-// #define SH_NODE_GEOMETRY  108
+//#define SH_NODE_GEOMETRY  108
 #define SH_NODE_MAPPING 109
 #define SH_NODE_CURVE_VEC 110
 #define SH_NODE_CURVE_RGB 111
@@ -1138,7 +1138,7 @@ void BKE_nodetree_remove_layer_n(struct bNodeTree *ntree, struct Scene *scene, i
 #define SH_NODE_MATH 115
 #define SH_NODE_VECTOR_MATH 116
 #define SH_NODE_SQUEEZE 117
-// #define SH_NODE_MATERIAL_EXT  118
+//#define SH_NODE_MATERIAL_EXT  118
 #define SH_NODE_INVERT 119
 #define SH_NODE_SEPRGB_LEGACY 120
 #define SH_NODE_COMBRGB_LEGACY 121



More information about the Bf-blender-cvs mailing list