Blender Git Commit Log

Git Commits -> Revision 6fb0181

Revision 6fb0181 by Janne Karhu (master)
July 12, 2009, 23:38 (GMT)
Keyed physics refresh:
- Keyed targets in one list instead of "chaining", this opens up many more possibilities than before and is much less obscure.
- Better keyed timing possibilities (time & duration in frames).
- Looping over keyed targets list.

Other changes:
- New child setting "length" with threshold (great for guard & underfur with a single particle system)
- Modularization of path interpolation code.
- Cleared "animateable" flags from many particle settings that shouldn't be animateable.

Fixes:
- Keyed particles weren't copied properly (ancient bug).
- Hair rotations depended on global z-axis for root rotation so downward facing strands could flip rotation randomly. Now initial hair rotation is derived from face dependent hair matrix. (This caused for example ugly flipping of child strands on some cases).
- Children from faces weren't calculated straight after activating them.
- Multiple disk cache fixes:
* Disk cache didn't work correctly with frame steps.
* Conversion from memory cache to disk cache didn't work with cloth.
* Disk cache crashed on some frames trying to close an already closed cache file.
* Trails didn't work with disk cached particles.
- Child rough effects were effected by emitter object loc/rot making them next to useless with animation, why didn't anybody tell me this!!
- Lots of random code cleanup.

Commit Details:

Full Hash: 6fb0181b50461b529bb960950870de941711041e
SVN Revision: 21552
Parent Commit: 5f8f2fc
Lines Changed: +1093, -645

17 Modified Paths:

/release/ui/buttons_particle.py (+49, -13) (Diff)
/source/blender/blenkernel/BKE_particle.h (+3, -2) (Diff)
/source/blender/blenkernel/intern/depsgraph.c (+11, -4) (Diff)
/source/blender/blenkernel/intern/object.c (+14, -12) (Diff)
/source/blender/blenkernel/intern/particle.c (+335, -334) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+147, -132) (Diff)
/source/blender/blenkernel/intern/pointcache.c (+26, -10) (Diff)
/source/blender/blenloader/intern/readfile.c (+12, -1) (Diff)
/source/blender/blenloader/intern/writefile.c (+5, -0) (Diff)
/source/blender/editors/space_buttons/buttons_intern.h (+4, -0) (Diff)
/source/blender/editors/space_buttons/buttons_ops.c (+188, -16) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+4, -0) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+15, -17) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+28, -10) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+243, -82) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/render/intern/source/convertblender.c (+8, -12) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021