[Bf-blender-cvs] [9c05df7] alembic_pointcache: Comment on smoke caches is deprecated.

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


Commit: 9c05df76adcc8cf8a56da41eb3997a38f1799e96
Author: Lukas Tönne
Date:   Tue Nov 26 13:01:13 2013 +0100
Branches: alembic_pointcache
https://developer.blender.org/rB9c05df76adcc8cf8a56da41eb3997a38f1799e96

Comment on smoke caches is deprecated.

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

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 58e4142..373eb6b 100644
--- a/source/blender/makesdna/DNA_smoke_types.h
+++ b/source/blender/makesdna/DNA_smoke_types.h
@@ -130,7 +130,6 @@ 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