Blender Git Loki
Git Commits -> Revision 49c6543
Revision 49c6543 by Janne Karhu (master) April 2, 2008, 17:48 (GMT) |
Fix for bug: [#8117] Particles with fluid broken -Handling of fluid particles was not coded at all -Now things should work properly, but as fluid particles are not very familiar to me I'd appreciate some thorough testing |
Commit Details:
Full Hash: 49c65433cc87ceb8a40b52ccf9ed22151c425f4b
SVN Revision: 14320
Parent Commit: bab535c
Lines Changed: +268, -75
6 Modified Paths:
/source/blender/blenkernel/intern/particle_system.c (+167, -45) (Diff)
/source/blender/blenloader/intern/readfile.c (+3, -0) (Diff)
/source/blender/include/butspace.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+1, -0) (Diff)
/source/blender/src/buttons_editing.c (+9, -1) (Diff)
/source/blender/src/buttons_object.c (+87, -29) (Diff)
/source/blender/blenloader/intern/readfile.c (+3, -0) (Diff)
/source/blender/include/butspace.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+1, -0) (Diff)
/source/blender/src/buttons_editing.c (+9, -1) (Diff)
/source/blender/src/buttons_object.c (+87, -29) (Diff)