Blender Git Commit Log
Git Commits -> Revision 182d6f1
Revision 182d6f1 by Lukas Toenne February 3, 2015, 10:31 (GMT) |
List of particle modifiers in particle systems and read/write code. Note: Ideally modifiers for particles should be part of the `ParticleSettings` datablock instead of `ParticleSystem`. The problem with this is that many modifiers, as they are implemented for meshes, will store specific data that is associated to the object instance in the scene. Storing modifiers in the settings would make this impossible and require some complicated syncing between particle systems and their settings. |
Commit Details:
Full Hash: 182d6f147c59fa8a5bbd35cacb72589955cab499
Parent Commit: 71a467f
Lines Changed: +144, -1
5 Modified Paths:
/source/blender/blenkernel/BKE_particle.h (+38, -0) (Diff)
/source/blender/blenkernel/intern/particle_modifier.c (+12, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+56, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+33, -0) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+5, -1) (Diff)
/source/blender/blenkernel/intern/particle_modifier.c (+12, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+56, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+33, -0) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+5, -1) (Diff)