[Bf-blender-cvs] [ff02961] alembic_pointcache: Revert "Comment on smoke caches is deprecated." Thought this was referring to the ptcaches ListBase, but actually means the point_cache array, so i still important.

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


Commit: ff0296184c2803df0e4103d1b2308f00c3bd7ca4
Author: Lukas Tönne
Date:   Tue Nov 26 13:42:37 2013 +0100
Branches: alembic_pointcache
https://developer.blender.org/rBff0296184c2803df0e4103d1b2308f00c3bd7ca4

Revert "Comment on smoke caches is deprecated."
Thought this was referring to the ptcaches ListBase, but actually means
the point_cache array, so i still important.

This reverts commit 8f48294bd00b61bae93f375dc0a730cac7fb594e.

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

M	source/blender/makesdna/DNA_smoke_types.h

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

diff --git a/source/blender/makesdna/DNA_smoke_types.h b/source/blender/makesdna/DNA_smoke_types.h
index 373eb6b..58e4142 100644
--- a/source/blender/makesdna/DNA_smoke_types.h
+++ b/source/blender/makesdna/DNA_smoke_types.h
@@ -130,6 +130,7 @@ typedef struct SmokeDomainSettings {
 	int cache_comp;
 	int cache_high_comp;
 
+	/* Smoke uses only one cache from now on (index [0]), but keeping the array for now for reading old files. */
 	struct PointCache *point_cache[2];	/* definition is in DNA_object_force.h */
 	struct ListBase ptcaches[2] DNA_DEPRECATED;
 	struct EffectorWeights *effector_weights;




More information about the Bf-blender-cvs mailing list