Removed old code that was used when the global undo still saved files. It
was restoring pointers in the UI based on names, which gave confusing
results when loading the quit.blend file (actually undobuffer).
Instead it should treat the quit.blend same as "Load without UI" option.
This commit is contained in:
2005-07-28 11:05:21 +00:00
parent 4cc96528b8
commit d501f56e96
3 changed files with 10 additions and 12 deletions

View File

@@ -1679,7 +1679,7 @@ static void editing_panel_pose_bones(Object *ob, bArmature *arm)
uiBlockEndAlign(block);
by-=42;
by-=60;
if(by < -200) break; // for time being... extreme long panels are very slow
}
}