[Bf-blender-cvs] [8af5aa3] fluid-mantaflow: flag fix

Sebastián Barschkis noreply at git.blender.org
Thu Jan 28 12:37:17 CET 2016


Commit: 8af5aa365de8aab93a7d11d765e5e5bc4ff8aa9f
Author: Sebastián Barschkis
Date:   Sun Jan 3 01:10:25 2016 +0100
Branches: fluid-mantaflow
https://developer.blender.org/rB8af5aa365de8aab93a7d11d765e5e5bc4ff8aa9f

flag fix

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

M	source/blender/blenkernel/intern/smoke.c

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

diff --git a/source/blender/blenkernel/intern/smoke.c b/source/blender/blenkernel/intern/smoke.c
index 29c0c94..404c7b6 100644
--- a/source/blender/blenkernel/intern/smoke.c
+++ b/source/blender/blenkernel/intern/smoke.c
@@ -2343,7 +2343,7 @@ static void update_flowsfluids(Scene *scene, Object *ob, SmokeDomainSettings *sd
 							}
 							else { // inflow
 								apply_inflow_fields(sfs, emission_map[e_index], d_index, density, heat, fuel, react, color_r, color_g, color_b);
-								if((sfs->flags & MOD_SMOKE_USE_MANTA) && (sds->manta_solver_res == 3)) {
+								if((sds->flags & MOD_SMOKE_USE_MANTA) && (sds->manta_solver_res == 3)) {
 									apply_inflow_fields(sfs, emission_map[e_index], d_index, inflow_grid, heat, fuel_inflow, react, color_r, color_g, color_b);
 								}
 																/* initial velocity */




More information about the Bf-blender-cvs mailing list