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>2011-02-27 11:31:10 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-27 11:31:10 +0300
commit2e5eb4152262adfc382860073dc5e73ced187e35 (patch)
tree3589c86b41a503b729c5a82462ad599a14fed4f3 /source/blender/nodes/intern/TEX_nodes
parentf73c993b16c4083f0c72b87ba3f70fa12a5077df (diff)
pedantic warning cleanup, also remove texspace_edit() since its been added using a different method.
Diffstat (limited to 'source/blender/nodes/intern/TEX_nodes')
-rw-r--r--source/blender/nodes/intern/TEX_nodes/TEX_proc.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/source/blender/nodes/intern/TEX_nodes/TEX_proc.c b/source/blender/nodes/intern/TEX_nodes/TEX_proc.c
index 084ce045203..79004f4e64c 100644
--- a/source/blender/nodes/intern/TEX_nodes/TEX_proc.c
+++ b/source/blender/nodes/intern/TEX_nodes/TEX_proc.c
@@ -306,13 +306,13 @@ void register_node_type_tex_proc_##name(ListBase *lb) \
#define C outputs_color_only
#define CV outputs_both
-TexDef(TEX_VORONOI, CV, voronoi, "Voronoi" );
-TexDef(TEX_BLEND, C, blend, "Blend" );
-TexDef(TEX_MAGIC, C, magic, "Magic" );
-TexDef(TEX_MARBLE, CV, marble, "Marble" );
-TexDef(TEX_CLOUDS, CV, clouds, "Clouds" );
-TexDef(TEX_WOOD, CV, wood, "Wood" );
-TexDef(TEX_MUSGRAVE, CV, musgrave, "Musgrave" );
-TexDef(TEX_NOISE, C, noise, "Noise" );
-TexDef(TEX_STUCCI, CV, stucci, "Stucci" );
-TexDef(TEX_DISTNOISE, CV, distnoise, "Distorted Noise" );
+TexDef(TEX_VORONOI, CV, voronoi, "Voronoi" )
+TexDef(TEX_BLEND, C, blend, "Blend" )
+TexDef(TEX_MAGIC, C, magic, "Magic" )
+TexDef(TEX_MARBLE, CV, marble, "Marble" )
+TexDef(TEX_CLOUDS, CV, clouds, "Clouds" )
+TexDef(TEX_WOOD, CV, wood, "Wood" )
+TexDef(TEX_MUSGRAVE, CV, musgrave, "Musgrave" )
+TexDef(TEX_NOISE, C, noise, "Noise" )
+TexDef(TEX_STUCCI, CV, stucci, "Stucci" )
+TexDef(TEX_DISTNOISE, CV, distnoise, "Distorted Noise" )