Blender Git Commit Log
Git Commits -> Revision 7b547f7
Revision 7b547f7 by Janne Karhu (master) June 27, 2009, 15:41 (GMT) |
Particle ID block controls: * Adding/removing particle systems to an object. * Changing of particle settings. * Currently showing an object's particle systems in a list (like materials). |
Commit Details:
Full Hash: 7b547f7ce7351548a5dd4518ae1fc1ad9a726cbd
SVN Revision: 21196
Parent Commit: 912c2f4
Lines Changed: +292, -34
10 Modified Paths:
/release/ui/buttons_particle.py (+44, -27) (Diff)
/source/blender/blenkernel/BKE_particle.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/depsgraph.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/modifier.c (+3, -0) (Diff)
/source/blender/blenkernel/intern/particle.c (+73, -1) (Diff)
/source/blender/editors/space_buttons/buttons_intern.h (+5, -0) (Diff)
/source/blender/editors/space_buttons/buttons_ops.c (+107, -0) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_object.c (+23, -0) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+28, -5) (Diff)
/source/blender/blenkernel/BKE_particle.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/depsgraph.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/modifier.c (+3, -0) (Diff)
/source/blender/blenkernel/intern/particle.c (+73, -1) (Diff)
/source/blender/editors/space_buttons/buttons_intern.h (+5, -0) (Diff)
/source/blender/editors/space_buttons/buttons_ops.c (+107, -0) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_object.c (+23, -0) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+28, -5) (Diff)