Blender Git Loki
Git Commits -> Revision 6d4022f
Revision 6d4022f by Sergey Sharybin (master) February 15, 2018, 11:24 (GMT) |
Simple hair children: Make twist affected by texture This completes twist feature, which is now possible to also control by texture. Since textures can not easily contain negative values as well, same trick with 0.5 neutral as vertex groups is used. All in all, this twist features allows to do following things. Original hair: {F2287535} Hair with scientifically calculated twist value of 0.5: {F2287540} And we can also twist braids in opposite directions dependent on left/right side: {F2287548} |
Commit Details:
Full Hash: 6d4022f61980ba46efd391dcfe96dd88a8db8deb
Parent Commit: 5ce6ca0
Lines Changed: +18, -2
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_texture.py (+1, -0) (Diff)
/source/blender/blenkernel/intern/particle.c (+2, -0) (Diff)
/source/blender/blenkernel/intern/particle_child.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/texture.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_texture_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+10, -0) (Diff)
/source/blender/blenkernel/intern/particle.c (+2, -0) (Diff)
/source/blender/blenkernel/intern/particle_child.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/texture.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_texture_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+10, -0) (Diff)