[Bf-blender-cvs] [b633ea4] alembic_pointcache: Point cache index 1 in smoke domain is not used.

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


Commit: b633ea4854e566a572a40f71071da6576613be9d
Author: Lukas Tönne
Date:   Tue Nov 26 13:44:11 2013 +0100
Branches: alembic_pointcache
https://developer.blender.org/rBb633ea4854e566a572a40f71071da6576613be9d

Point cache index 1 in smoke domain is not used.

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

M	source/blender/blenkernel/intern/bpath.c

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

diff --git a/source/blender/blenkernel/intern/bpath.c b/source/blender/blenkernel/intern/bpath.c
index 3024262..f65d337 100644
--- a/source/blender/blenkernel/intern/bpath.c
+++ b/source/blender/blenkernel/intern/bpath.c
@@ -476,7 +476,6 @@ void BKE_bpath_traverse_id(Main *bmain, ID *id, BPathVisitor visit_cb, const int
 					SmokeModifierData *smd = (SmokeModifierData *)md;
 					if (smd->type & MOD_SMOKE_TYPE_DOMAIN) {
 						BPATH_TRAVERSE_POINTCACHE(smd->domain->point_cache[0]);
-						BPATH_TRAVERSE_POINTCACHE(smd->domain->point_cache[1]);
 					}
 				}
 				else if (md->type == eModifierType_Cloth) {




More information about the Bf-blender-cvs mailing list