[Bf-blender-cvs] [06fd3081030] fluid-mantaflow: Mantaflow: Updated types for outflow

Sebastián Barschkis noreply at git.blender.org
Sat Apr 6 22:13:13 CEST 2019


Commit: 06fd3081030b643b2273ce3e8db79922cd7ade76
Author: Sebastián Barschkis
Date:   Tue Nov 6 15:37:20 2018 +0100
Branches: fluid-mantaflow
https://developer.blender.org/rB06fd3081030b643b2273ce3e8db79922cd7ade76

Mantaflow: Updated types for outflow

Added new flag for active outflow

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

M	source/blender/makesdna/DNA_smoke_types.h

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

diff --git a/source/blender/makesdna/DNA_smoke_types.h b/source/blender/makesdna/DNA_smoke_types.h
index 3cc03ef533a..5a80b4aeff3 100644
--- a/source/blender/makesdna/DNA_smoke_types.h
+++ b/source/blender/makesdna/DNA_smoke_types.h
@@ -148,6 +148,7 @@ enum {
 #define FLUID_DOMAIN_ACTIVE_OBSTACLE  (1<<4)
 #define FLUID_DOMAIN_ACTIVE_GUIDING   (1<<5)
 #define FLUID_DOMAIN_ACTIVE_INVEL     (1<<6)
+#define FLUID_DOMAIN_ACTIVE_OUTFLOW   (1<<7)
 
 /* particle types */
 #define FLUID_DOMAIN_PARTICLE_FLIP   (1<<0)



More information about the Bf-blender-cvs mailing list