Blender Git Loki
Git Commits -> Revision cb12648
Revision cb12648 by Miika Hamalainen (master) June 27, 2011, 07:30 (GMT) |
Dynamic Paint: * Fixed memory leak when baking image sequences. * Fixed sub-steps when brush was controlled by a parent object. * Added option to select active outputs for paint surfaces. * Improved color mixing algorithm. * Improved memory allocation behavior. * Memory is now freed even in case of errors. * Removed "initial color" setting, as it's better to adjust color from material. * "Paint effects" system: ** Converted to use new data structures. ** Works now with any number of surrounding points. ** Re-implemented support for UV-image surfaces. ** Added support for vertex surfaces too. ** Improved color handling. ** Improved movement stability. ** "Drip" effect uses now Blender's force fields instead of just z-directional gravity like before. Now each surface point can have different force influence. |
Commit Details:
Full Hash: cb12648656fc001e8c4c6d00df73e52d452f8787
SVN Revision: 37848
Parent Commit: 40d4f34
Lines Changed: +1074, -492
8 Modified Paths:
/release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py (+15, -8) (Diff)
/source/blender/blenkernel/BKE_dynamicpaint.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/dynamicpaint.c (+1008, -463) (Diff)
/source/blender/blenloader/intern/readfile.c (+3, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+5, -2) (Diff)
/source/blender/makesdna/DNA_dynamicpaint_types.h (+6, -2) (Diff)
/source/blender/makesrna/intern/rna_dynamicpaint.c (+17, -17) (Diff)
/source/blender/makesrna/intern/rna_object_force.c (+16, -0) (Diff)
/source/blender/blenkernel/BKE_dynamicpaint.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/dynamicpaint.c (+1008, -463) (Diff)
/source/blender/blenloader/intern/readfile.c (+3, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+5, -2) (Diff)
/source/blender/makesdna/DNA_dynamicpaint_types.h (+6, -2) (Diff)
/source/blender/makesrna/intern/rna_dynamicpaint.c (+17, -17) (Diff)
/source/blender/makesrna/intern/rna_object_force.c (+16, -0) (Diff)