[Bf-blender-cvs] [57b3e8a137c] hair_guides: Remove scalp binding from generic depsgraph groom updates, this should be an operator.

Lukas Tönne noreply at git.blender.org
Sun Jan 21 14:27:53 CET 2018


Commit: 57b3e8a137c13db44d8206b75e2a7a15747403b3
Author: Lukas Tönne
Date:   Sun Jan 21 12:49:23 2018 +0000
Branches: hair_guides
https://developer.blender.org/rB57b3e8a137c13db44d8206b75e2a7a15747403b3

Remove scalp binding from generic depsgraph groom updates, this should be an operator.

===================================================================

M	source/blender/blenkernel/intern/groom.c

===================================================================

diff --git a/source/blender/blenkernel/intern/groom.c b/source/blender/blenkernel/intern/groom.c
index 0ebead14261..ab22b65a4cd 100644
--- a/source/blender/blenkernel/intern/groom.c
+++ b/source/blender/blenkernel/intern/groom.c
@@ -755,8 +755,6 @@ void BKE_groom_eval_geometry(const EvaluationContext *UNUSED(eval_ctx), Groom *g
 		printf("%s on %s\n", __func__, groom->id.name);
 	}
 	
-	BKE_groom_bind_scalp_regions(groom, false);
-	
 	if (groom->bb == NULL || (groom->bb->flag & BOUNDBOX_DIRTY)) {
 		BKE_groom_boundbox_calc(groom, NULL, NULL);
 	}



More information about the Bf-blender-cvs mailing list