[Bf-blender-cvs] [f2e5ed0e345] functions: missing from last commit

Jacques Lucke noreply at git.blender.org
Mon May 13 10:16:57 CEST 2019


Commit: f2e5ed0e3451f2f60f0ce4cca975850607ed771c
Author: Jacques Lucke
Date:   Sun May 12 20:04:36 2019 +0200
Branches: functions
https://developer.blender.org/rBf2e5ed0e3451f2f60f0ce4cca975850607ed771c

missing from last commit

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

M	source/blender/functions/frontends/data_flow_nodes/inserters/nodes.cpp

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

diff --git a/source/blender/functions/frontends/data_flow_nodes/inserters/nodes.cpp b/source/blender/functions/frontends/data_flow_nodes/inserters/nodes.cpp
index 9831840d68c..5e94be4826b 100644
--- a/source/blender/functions/frontends/data_flow_nodes/inserters/nodes.cpp
+++ b/source/blender/functions/frontends/data_flow_nodes/inserters/nodes.cpp
@@ -232,7 +232,7 @@ static void INSERT_combine_vector(BTreeGraphBuilder &builder, bNode *bnode)
   SharedFunction fn = get_vectorized_function(
       Functions::GET_FN_combine_vector(),
       rna,
-      {{"use_list__x", Functions::GET_FN_output_float_1()},
+      {{"use_list__x", Functions::GET_FN_output_float_0()},
        {"use_list__y", Functions::GET_FN_output_float_0()},
        {"use_list__z", Functions::GET_FN_output_float_0()}});
   builder.insert_matching_function(fn, bnode);



More information about the Bf-blender-cvs mailing list