Blender Git Commit Log
Git Commits -> Revision c1cf50b
Revision c1cf50b by Janne Karhu (master) April 10, 2009, 19:40 (GMT) |
Mesh effector surface option: - Most mesh particle effectors can now have their effection point taken per particle as the nearest point on the mesh surface. - This is activated with the "surface" button in the effector field panel. - Activating the option adds a "surface" entry to the modifier stack where the state of the mesh is read from. For an example of usage see https://www.youtube.com/watch?v=3XkO1EAmJks. |
Commit Details:
Full Hash: c1cf50be7947cf46c7675cd867b7121b56eae0e3
SVN Revision: 19646
Parent Commit: 2fff90b
Lines Changed: +178, -10
7 Modified Paths:
/source/blender/blenkernel/intern/modifier.c (+84, -0) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+30, -3) (Diff)
/source/blender/blenloader/intern/readfile.c (+6, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+9, -0) (Diff)
/source/blender/makesdna/DNA_object_force.h (+1, -0) (Diff)
/source/blender/src/buttons_editing.c (+8, -4) (Diff)
/source/blender/src/buttons_object.c (+40, -3) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+30, -3) (Diff)
/source/blender/blenloader/intern/readfile.c (+6, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+9, -0) (Diff)
/source/blender/makesdna/DNA_object_force.h (+1, -0) (Diff)
/source/blender/src/buttons_editing.c (+8, -4) (Diff)
/source/blender/src/buttons_object.c (+40, -3) (Diff)