Blender Git Commit Log
Git Commits -> Revision 75f9c88
January 8, 2018, 10:47 (GMT) |
Calculate individual curves for each shape vertex. This avoids overlap which happens on sharp turns when simply extending the curve linearly from the center. It also simplifies the curve cache data structure. |
Commit Details:
Full Hash: 75f9c888f32ba049730999024023181eb8e25211
Parent Commit: bbe8311
Lines Changed: +135, -153
5 Modified Paths:
/source/blender/blenkernel/intern/groom.c (+110, -113) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -2) (Diff)
/source/blender/draw/intern/draw_cache_impl_groom.c (+18, -20) (Diff)
/source/blender/editors/groom/editgroom.c (+0, -4) (Diff)
/source/blender/makesdna/DNA_groom_types.h (+6, -14) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -2) (Diff)
/source/blender/draw/intern/draw_cache_impl_groom.c (+18, -20) (Diff)
/source/blender/editors/groom/editgroom.c (+0, -4) (Diff)
/source/blender/makesdna/DNA_groom_types.h (+6, -14) (Diff)