Blender Git Commit Log
Git Commits -> Revision bb15701
Revision bb15701 by Brecht Van Lommel (master) May 27, 2013, 17:11 (GMT) |
Particles: patch #35205 by Jakub Zolcik The Emission panel now has a Use Modifier Stack option to emit particles from the mesh with modifiers applied. Previously particles would only be emitted from faces that exist in the original mesh. There are some caveats however: http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.68/Tools#Particles |
Commit Details:
Full Hash: bb15701f863fbe0a40bdddc19ef949f5c59fe88b
SVN Revision: 57055
Parent Commit: 4bdb54a
Lines Changed: +73, -18
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_particle.py (+6, -0) (Diff)
/source/blender/blenkernel/intern/particle.c (+2, -0) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+53, -18) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+7, -0) (Diff)
/source/blender/blenkernel/intern/particle.c (+2, -0) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+53, -18) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+7, -0) (Diff)