[Bf-blender-cvs] [e44187c] master: Fix for missing initialization of local cloth modifier inside particle systems.

Lukas Tönne noreply at git.blender.org
Tue Jan 20 09:51:19 CET 2015


Commit: e44187cd5f3b3d908c7d7231ef247b3704a62b52
Author: Lukas Tönne
Date:   Mon Sep 22 21:20:22 2014 +0200
Branches: master
https://developer.blender.org/rBe44187cd5f3b3d908c7d7231ef247b3704a62b52

Fix for missing initialization of local cloth modifier inside particle
systems.

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

M	source/blender/blenloader/intern/readfile.c

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

diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 709032b..ebc1038 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -3949,6 +3949,7 @@ static void direct_link_particlesystems(FileData *fd, ListBase *particles)
 			}
 			
 			psys->hair_in_dm = psys->hair_out_dm = NULL;
+			psys->clmd->solver_result = NULL;
 			
 			psys->clmd->point_cache = psys->pointcache;
 		}




More information about the Bf-blender-cvs mailing list