Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Coumans <blender@erwincoumans.com>2006-05-11 21:58:23 +0400
committerErwin Coumans <blender@erwincoumans.com>2006-05-11 21:58:23 +0400
commitede20c166a4fcaedaaf5c5392d00e3a99ecc8ad2 (patch)
treed3aa15cd27cffd73bb970ea58c898ddc56c21532 /source/blender/src/usiblender.c
parentd3dd1da8d429ea72ad42afe4b34692c345ef8c78 (diff)
- 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
Diffstat (limited to 'source/blender/src/usiblender.c')
-rw-r--r--source/blender/src/usiblender.c1
1 files changed, 1 insertions, 0 deletions
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);