[Bf-blender-cvs] [3a2f8c20a74] temp-sybren-cow-ocean: Added comment for DEG_TAG_PSYS_xxx and PSYS_RECALC_xxx relation

Sybren A. Stüvel noreply at git.blender.org
Fri Jul 6 17:47:12 CEST 2018


Commit: 3a2f8c20a74d97a186c61751f42fe91d5bfe83be
Author: Sybren A. Stüvel
Date:   Fri Jul 6 11:15:52 2018 +0200
Branches: temp-sybren-cow-ocean
https://developer.blender.org/rB3a2f8c20a74d97a186c61751f42fe91d5bfe83be

Added comment for DEG_TAG_PSYS_xxx and PSYS_RECALC_xxx relation

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

M	source/blender/depsgraph/DEG_depsgraph.h

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

diff --git a/source/blender/depsgraph/DEG_depsgraph.h b/source/blender/depsgraph/DEG_depsgraph.h
index 0174b002292..71376d94ca8 100644
--- a/source/blender/depsgraph/DEG_depsgraph.h
+++ b/source/blender/depsgraph/DEG_depsgraph.h
@@ -130,7 +130,7 @@ typedef enum eDepsgraph_Tag {
 	DEG_TAG_GEOMETRY    = (1 << 1),
 	/* Time changed and animation is to be re-evaluated, OB_RECALC_TIME. */
 	DEG_TAG_TIME        = (1 << 2),
-	/* Particle system changed. */
+	/* Particle system changed; values are aligned with PSYS_RECALC_xxx. */
 	DEG_TAG_PSYS_REDO   = (1 << 3),
 	DEG_TAG_PSYS_RESET  = (1 << 4),
 	DEG_TAG_PSYS_TYPE   = (1 << 5),



More information about the Bf-blender-cvs mailing list