[Bf-blender-cvs] [44057bd] alembic_pointcache: Added XXX comment about the BAKING flag, left it in for now to not lose track of the purpose.

Lukas Tönne noreply at git.blender.org
Thu Oct 16 16:54:08 CEST 2014


Commit: 44057bdffbfe65faa1e2ee25bf141e228a7244af
Author: Lukas Tönne
Date:   Sat Dec 7 15:03:11 2013 +0100
Branches: alembic_pointcache
https://developer.blender.org/rB44057bdffbfe65faa1e2ee25bf141e228a7244af

Added XXX comment about the BAKING flag, left it in for now to not lose
track of the purpose.

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

M	source/blender/makesdna/DNA_pointcache_types.h

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

diff --git a/source/blender/makesdna/DNA_pointcache_types.h b/source/blender/makesdna/DNA_pointcache_types.h
index 523cda7..51e81d7 100644
--- a/source/blender/makesdna/DNA_pointcache_types.h
+++ b/source/blender/makesdna/DNA_pointcache_types.h
@@ -97,6 +97,10 @@ typedef struct PointCacheState {
 
 typedef enum ePointCacheStateFlag {
 	PTC_STATE_OUTDATED			= 1,
+	/* XXX remove BAKING flag! only used for overriding display percentage in particles
+	 * to cache data with full particle amount. This should be based on some contextual info,
+	 * not a flag in the cache state
+	 */
 	PTC_STATE_BAKING			= 2,
 	PTC_STATE_FRAMES_SKIPPED	= 4,
 	PTC_STATE_READ_INFO			= 8,




More information about the Bf-blender-cvs mailing list