[Bf-blender-cvs] [2ac967c63e3] functions: typo

Jacques Lucke noreply at git.blender.org
Wed Feb 20 17:21:17 CET 2019


Commit: 2ac967c63e367ffffe5202829f5d2076c18eddce
Author: Jacques Lucke
Date:   Wed Feb 20 13:48:06 2019 +0100
Branches: functions
https://developer.blender.org/rB2ac967c63e367ffffe5202829f5d2076c18eddce

typo

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

M	source/blender/functions/nodes/test_nodes.cpp

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

diff --git a/source/blender/functions/nodes/test_nodes.cpp b/source/blender/functions/nodes/test_nodes.cpp
index c471dc70b86..09553099f74 100644
--- a/source/blender/functions/nodes/test_nodes.cpp
+++ b/source/blender/functions/nodes/test_nodes.cpp
@@ -68,7 +68,7 @@ namespace FN { namespace Nodes {
 			InputParameter("Y", get_float_type()),
 			InputParameter("Z", get_float_type()),
 		}, {
-			OutputParameter("Vecctor", get_fvec3_type()),
+			OutputParameter("Vector", get_fvec3_type()),
 		}));
 		fn->add_body(new CombineVector());
 		return fn;



More information about the Bf-blender-cvs mailing list