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:
authorCampbell Barton <ideasman42@gmail.com>2007-11-11 18:18:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-11-11 18:18:53 +0300
commit3a90b35db8f175e43f5463540287f0ae6b3a2832 (patch)
treef576f47d4cd1c2a5b29b54c869875a1bcf33e418 /source/blender/src/header_info.c
parentb7d3a8786a3e7d16da892612ea75ae3db56d67dc (diff)
Undoing 'undo' fix 12365, it didn't work the same on mac's, Ton would like to fix the bug himself.
Tree From Curve, - report error when nurbs or poly curves are used. - don't throw errors when >4 branch's per segment are used. also try deal with this better. though no nice solution exists. - default speed is 10x slower then before.
Diffstat (limited to 'source/blender/src/header_info.c')
-rw-r--r--source/blender/src/header_info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/src/header_info.c b/source/blender/src/header_info.c
index 0cd8a0dc08d..f4a572873d5 100644
--- a/source/blender/src/header_info.c
+++ b/source/blender/src/header_info.c
@@ -812,7 +812,7 @@ static void do_info_filemenu(void *arg, int event)
switch(event) {
case 0:
if (okee("Erase All")) {
- if (!BIF_read_homefile(0, 1))
+ if (!BIF_read_homefile(0))
error("No file ~/.B.blend");
}
break;
@@ -896,7 +896,7 @@ static void do_info_filemenu(void *arg, int event)
break;
case 32:
if (okee("Erase All")) {
- if (!BIF_read_homefile(1, 1))
+ if (!BIF_read_homefile(1))
error("Can't read data from memory!");
}
break;