[Bf-blender-cvs] [4dc5ba5] temp_merge_gooseberry_hair: Fix for missing initialization of local cloth modifier inside particle systems.

Lukas Tönne noreply at git.blender.org
Mon Jan 19 20:49:36 CET 2015


Commit: 4dc5ba5ef291e178adc0b82ac5c906425bdb776a
Author: Lukas Tönne
Date:   Mon Sep 22 21:20:22 2014 +0200
Branches: temp_merge_gooseberry_hair
https://developer.blender.org/rB4dc5ba5ef291e178adc0b82ac5c906425bdb776a

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 3948841..102bb2e9 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -3913,6 +3913,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