Blender Git Commit Log

Git Commits -> Revision f8f1cbd

Revision f8f1cbd by Miika Hamalainen (master)
July 8, 2011, 11:03 (GMT)
Dynamic Paint:
* Canvas and brush can be now enabled simultaneously. This way it's possible for two canvases to interact.
* Added basic anti-aliasing support for vertex surfaces.
* 3D-view color preview now works even when there's subsurf modifier after Dynamic Paint in modifier stack.
* Added a new brush option to use proximity from object center.
* Default surface frame range now use scene's start and end values.
* Improved ray checks for volume brushes.
* Added new "non-closed" option for volume brushes. This way it's possible to use planar meshes as "volume" brushes with predefined ray direction.
* New carrot branch splash image by CGEffex.
* Improved brush affection code.
* Lots of smaller improvements.
* Fixed: Weight paint didn't work with particles.
* Fixed: Point cache didn't work for non-wave surfaces anymore since last commit.

Commit Details:

Full Hash: f8f1cbd17f2b0c624d88ee7f7502e544472b4b6e
SVN Revision: 38226
Parent Commit: 901f247
Lines Changed: +6874, -6675

20 Modified Paths:

/release/datafiles/splash.png (+0, -0) (Diff)
/release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py (+82, -63) (Diff)
/source/blender/blenkernel/BKE_dynamicpaint.h (+0, -2) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+6, -1) (Diff)
/source/blender/blenkernel/intern/dynamicpaint.c (+430, -251) (Diff)
/source/blender/blenkernel/intern/particle.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/pointcache.c (+4, -4) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+4, -2) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -6) (Diff)
/source/blender/blenloader/intern/writefile.c (+2, -2) (Diff)
/source/blender/editors/datafiles/splash.png.c (+6286, -6311) (Diff)
/source/blender/editors/physics/physics_intern.h (+1, -0) (Diff)
/source/blender/editors/physics/physics_ops.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+1, -2) (Diff)
/source/blender/makesdna/DNA_dynamicpaint_types.h (+7, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_dynamicpaint.c (+36, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+3, -24) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+2, -0) (Diff)
/source/blender/modifiers/intern/MOD_dynamicpaint.c (+4, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021