From ede20c166a4fcaedaaf5c5392d00e3a99ecc8ad2 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Thu, 11 May 2006 17:58:23 +0000 Subject: - Charlie provided a work-around for some armature related crashes - fixed some Bullet raycasting (hitfraction was not properly updated for static meshes) - removed some cvs tags in Bullet's BMF _Font files (they keep on conflicting when duplicated in different repositories) - set default linearsleepingtreshold explicitly --- source/blender/src/usiblender.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/src/usiblender.c') diff --git a/source/blender/src/usiblender.c b/source/blender/src/usiblender.c index 8bfa493364a..ccc32c33a6e 100644 --- a/source/blender/src/usiblender.c +++ b/source/blender/src/usiblender.c @@ -397,6 +397,7 @@ int BIF_read_homefile(void) } else { success = BKE_read_file_from_memory(datatoc_B_blend, datatoc_B_blend_size, NULL); } + BLI_clean(scestr); strcpy(G.sce, scestr); -- cgit v1.2.3