From b60b1933845b814ad9b5364e8aff05e5ed90f642 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Wed, 24 Jul 2019 16:27:07 +0200 Subject: do more checks when debugging --- source/blender/simulations/bparticles/forces.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/simulations/bparticles/forces.cpp') diff --git a/source/blender/simulations/bparticles/forces.cpp b/source/blender/simulations/bparticles/forces.cpp index 9cc62159138..f18c15cfc8a 100644 --- a/source/blender/simulations/bparticles/forces.cpp +++ b/source/blender/simulations/bparticles/forces.cpp @@ -35,7 +35,7 @@ void TurbulenceForce::add_force(ForceInterface &interface) auto positions = block.attributes().get_float3("Position"); auto caller = m_compute_inputs.get_caller(interface); - auto strengths = caller.add_output(); + auto strengths = caller.add_output("Strength"); caller.call(block.active_range().as_array_ref()); for (uint pindex = 0; pindex < block.active_amount(); pindex++) { -- cgit v1.2.3