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 {
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs