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:
authorRobert Holcomb <bob_holcomb@hotmail.com>2007-03-24 21:41:54 +0300
committerRobert Holcomb <bob_holcomb@hotmail.com>2007-03-24 21:41:54 +0300
commit808a5fc05a3e242661228ae0637fa47e4e41860b (patch)
treedefa1d65e2d8a936265717a75f6ee375c7479c63 /source/blender/nodes/SHD_node.h
parentd193ce012a8dc674211d9241213fbc16b7798303 (diff)
Scons build system. MSVC 7.1 in a moment.
Diffstat (limited to 'source/blender/nodes/SHD_node.h')
-rw-r--r--source/blender/nodes/SHD_node.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/source/blender/nodes/SHD_node.h b/source/blender/nodes/SHD_node.h
index ec7446b1917..345a92f2f72 100644
--- a/source/blender/nodes/SHD_node.h
+++ b/source/blender/nodes/SHD_node.h
@@ -40,7 +40,6 @@
#define SH_NODE_MAT_SPEC 2
#define SH_NODE_MAT_NEG 4
-
/* the type definitions array */
/* ****************** types array for all shaders ****************** */
@@ -62,8 +61,8 @@ extern bNodeType sh_node_math;
extern bNodeType sh_node_vect_math;
extern bNodeType sh_node_squeeze;
-static bNodeType *node_all_shaders[]= {
- &node_group_typeinfo,
+static bNodeType* node_all_shaders[]= {
+ &node_group_typeinfo,
&sh_node_output,
&sh_node_material,
&sh_node_camera,
@@ -83,4 +82,9 @@ static bNodeType *node_all_shaders[]= {
&sh_node_squeeze,
NULL
};
+
+
+
#endif
+
+