[Bf-blender-cvs] [036dc955c2e] hair_object: Dirty flags for follicle customdata.

Lukas Tönne noreply at git.blender.org
Sat Nov 10 16:27:46 CET 2018


Commit: 036dc955c2e429ebea7561177a6f7342157f60c7
Author: Lukas Tönne
Date:   Sat Nov 10 15:27:26 2018 +0000
Branches: hair_object
https://developer.blender.org/rB036dc955c2e429ebea7561177a6f7342157f60c7

Dirty flags for follicle customdata.

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

M	source/blender/makesdna/DNA_hair_types.h

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

diff --git a/source/blender/makesdna/DNA_hair_types.h b/source/blender/makesdna/DNA_hair_types.h
index 013f87a3dc4..02ddfbdd478 100644
--- a/source/blender/makesdna/DNA_hair_types.h
+++ b/source/blender/makesdna/DNA_hair_types.h
@@ -103,10 +103,9 @@ typedef struct EditHair {
 
 /* not saved in file! */
 typedef struct HairSystem_Runtime {
-	// struct EditHair *edithair;
-	void *draw_batch_cache;     /* Data buffers for drawing */
+	int64_t cd_dirty_follicles;
 
-	// int64_t cd_dirty_follicles;
+	void *draw_batch_cache;     /* Data buffers for drawing */
 } HairSystem_Runtime;
 
 typedef struct HairSystem {



More information about the Bf-blender-cvs mailing list