[Bf-blender-cvs] [2788b38] hair_immediate_fixes: Fix for missing initialization of local cloth modifier inside particle systems.

Lukas Tönne noreply at git.blender.org
Mon Sep 22 21:20:53 CEST 2014


Commit: 2788b38e3890281b2c3c713acce44dab527f0d5e
Author: Lukas Tönne
Date:   Mon Sep 22 21:20:22 2014 +0200
Branches: hair_immediate_fixes
https://developer.blender.org/rB2788b38e3890281b2c3c713acce44dab527f0d5e

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 f6a7644..211c241 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -3903,6 +3903,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