Blender Git Commit Log
Git Commits -> Revision 0149060
Revision 0149060 by Miika Hamalainen (soc-2012-fried_chicken) June 5, 2012, 13:13 (GMT) |
* Added ability to emit smoke directly from mesh surface and volume without particles. (Now default flow type) * Surface emission strength can be controlled using vertex groups. * Surface emission can have normal or mesh movement directional initial velocity. * Refactor and cleanup of smoke emission code. * Fixed "quick smoke" to work with branch changes. * Added debug code for visualization of velocity and heat. |
Commit Details:
Full Hash: 01490607eefb50a2425d0a4b81bd8f85cd901660
SVN Revision: 47464
Parent Commit: d4f9413
Lines Changed: +684, -360
11 Modified Paths:
/intern/smoke/intern/FLUID_3D.cpp (+0, -9) (Diff)
/release/scripts/startup/bl_operators/object_quick_effects.py (+8, -20) (Diff)
/release/scripts/startup/bl_ui/properties_physics_smoke.py (+17, -7) (Diff)
/source/blender/blenkernel/intern/smoke.c (+480, -291) (Diff)
/source/blender/blenloader/intern/readfile.c (+4, -0) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+7, -0) (Diff)
/source/blender/editors/space_view3d/drawvolume.c (+75, -0) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+9, -0) (Diff)
/source/blender/makesdna/DNA_smoke_types.h (+18, -6) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+0, -25) (Diff)
/source/blender/makesrna/intern/rna_smoke.c (+66, -2) (Diff)
/release/scripts/startup/bl_operators/object_quick_effects.py (+8, -20) (Diff)
/release/scripts/startup/bl_ui/properties_physics_smoke.py (+17, -7) (Diff)
/source/blender/blenkernel/intern/smoke.c (+480, -291) (Diff)
/source/blender/blenloader/intern/readfile.c (+4, -0) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+7, -0) (Diff)
/source/blender/editors/space_view3d/drawvolume.c (+75, -0) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+9, -0) (Diff)
/source/blender/makesdna/DNA_smoke_types.h (+18, -6) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+0, -25) (Diff)
/source/blender/makesrna/intern/rna_smoke.c (+66, -2) (Diff)