Blender Git Commit Log
Git Commits -> Revision 9ae6631
Revision 9ae6631 by Miika Hamalainen (master) July 2, 2011, 18:06 (GMT) |
* Added a new surface type "Waves" that simulates simple 2D wave motion. * Optimized adjacency point searching for vertex surfaces. * Separated adjacency code from effect system. * Overall code cleaning and tweaking. |
Commit Details:
Full Hash: 9ae663154fd9f100c299afaab05a560b1a2a55a4
SVN Revision: 38043
Parent Commit: c896fca
Lines Changed: +587, -254
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py (+24, -5) (Diff)
/source/blender/blenkernel/BKE_dynamicpaint.h (+17, -16) (Diff)
/source/blender/blenkernel/intern/dynamicpaint.c (+465, -210) (Diff)
/source/blender/blenkernel/intern/pointcache.c (+9, -7) (Diff)
/source/blender/makesdna/DNA_dynamicpaint_types.h (+17, -7) (Diff)
/source/blender/makesrna/intern/rna_dynamicpaint.c (+55, -9) (Diff)
/source/blender/blenkernel/BKE_dynamicpaint.h (+17, -16) (Diff)
/source/blender/blenkernel/intern/dynamicpaint.c (+465, -210) (Diff)
/source/blender/blenkernel/intern/pointcache.c (+9, -7) (Diff)
/source/blender/makesdna/DNA_dynamicpaint_types.h (+17, -7) (Diff)
/source/blender/makesrna/intern/rna_dynamicpaint.c (+55, -9) (Diff)