Blender Git Loki
Git Commits -> Revision 75482e3
Revision 75482e3 by Sebastián Barschkis (fluid-mantaflow) August 17, 2017, 17:57 (GMT) |
added options for fluid guiding Collision settings are now effector settings. In there an object can be of type collision or guiding. |
Commit Details:
Full Hash: 75482e3169de027159f3b4c4cb946974280a21a2
Parent Commit: 0baa089
Lines Changed: +221, -91
15 Modified Paths:
/intern/mantaflow/extern/manta_fluid_API.h (+5, -0) (Diff)
/intern/mantaflow/intern/FLUID.cpp (+16, -0) (Diff)
/intern/mantaflow/intern/FLUID.h (+12, -2) (Diff)
/intern/mantaflow/intern/manta_fluid_API.cpp (+25, -0) (Diff)
/intern/mantaflow/intern/strings/liquid_script.h (+1, -0) (Diff)
/intern/mantaflow/intern/strings/smoke_script.h (+61, -13) (Diff)
/release/scripts/startup/bl_ui/properties_physics_smoke.py (+3, -3) (Diff)
/source/blender/blenkernel/intern/smoke.c (+64, -37) (Diff)
/source/blender/blenloader/intern/readfile.c (+10, -10) (Diff)
/source/blender/blenloader/intern/writefile.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -2) (Diff)
/source/blender/makesdna/DNA_smoke_types.h (+4, -5) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_smoke.c (+9, -10) (Diff)
/source/blender/modifiers/intern/MOD_smoke.c (+2, -2) (Diff)
/intern/mantaflow/intern/FLUID.cpp (+16, -0) (Diff)
/intern/mantaflow/intern/FLUID.h (+12, -2) (Diff)
/intern/mantaflow/intern/manta_fluid_API.cpp (+25, -0) (Diff)
/intern/mantaflow/intern/strings/liquid_script.h (+1, -0) (Diff)
/intern/mantaflow/intern/strings/smoke_script.h (+61, -13) (Diff)
/release/scripts/startup/bl_ui/properties_physics_smoke.py (+3, -3) (Diff)
/source/blender/blenkernel/intern/smoke.c (+64, -37) (Diff)
/source/blender/blenloader/intern/readfile.c (+10, -10) (Diff)
/source/blender/blenloader/intern/writefile.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -2) (Diff)
/source/blender/makesdna/DNA_smoke_types.h (+4, -5) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_smoke.c (+9, -10) (Diff)
/source/blender/modifiers/intern/MOD_smoke.c (+2, -2) (Diff)