Blender Git Commit Log

Git Commits -> Revision 0f9eb48

Revision 0f9eb48 by Lukas Toenne (temp_hair_flow)
January 8, 2015, 13:06 (GMT)
Moved the hair flow solve operator out of the hair edit mode.

The reason is that the flow calculation will be based on external
objects and also conflict with the edit mode tools. Flow-based grooming
calculates the hair rest state just like edit mode does, but is an
alternative to the edit mode instead of a single tool.

Commit Details:

Full Hash: 0f9eb48c6cfee2980f897b513609b0c68dbfa7e5
Parent Commit: 1b686ca
Lines Changed: +64, -13

10 Modified Paths:

/release/scripts/startup/bl_ui/properties_particle.py (+26, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+0, -4) (Diff)
/source/blender/blenkernel/BKE_editstrands.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/editstrands.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/object.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/particle.c (+6, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/editors/hair/hair_edit.c (+1, -1) (Diff)
/source/blender/editors/hair/hair_flow.c (+25, -5) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021