Blender Git Commit Log
Git Commits -> Revision 22e7d5c
January 4, 2018, 09:40 (GMT) |
Validity flag in bundles to indicate when they are validly bound to the scalp. This is updated through the depsgraph. Currently just checks for existing scalp object and vertex groups, eventually will perform actual tracking of the mesh surface to ensure the groom follows changes of the scalp mesh. |
Commit Details:
Full Hash: 22e7d5cbafa7d4ecb011aa15481d26f341ff515b
Parent Commit: fb5d222
Lines Changed: +69, -0
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_groom.py (+2, -0) (Diff)
/source/blender/blenkernel/BKE_groom.h (+6, -0) (Diff)
/source/blender/blenkernel/intern/groom.c (+53, -0) (Diff)
/source/blender/makesdna/DNA_groom_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_groom.c (+6, -0) (Diff)
/source/blender/blenkernel/BKE_groom.h (+6, -0) (Diff)
/source/blender/blenkernel/intern/groom.c (+53, -0) (Diff)
/source/blender/makesdna/DNA_groom_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_groom.c (+6, -0) (Diff)