Blender Git Commit Log

Git Commits -> Revision 43e9387

Revision 43e9387 by Lukas Toenne (temp_hair_modifiers)
February 9, 2015, 13:24 (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: 43e9387c99147700180e1b9114c1a8377fbe9806
Parent Commit: 85aa2b4
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)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021