Skip to content

Commit 490ddaf

Browse files
committed
add new troubleshoot tip
1 parent 0838e94 commit 490ddaf

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

img/undo-memory.png

19 KB
Loading

troubleshooting.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ layout: single
44

55
# Troubleshooting Guide
66

7+
### Nothing to revert?
8+
After some time working in Rhino the undo command might suddenly break. The command line will happily tell you: `Nothing to revert.` – Even tho there _certainly is_ something to be undone.
9+
The solution here is kinda two-fold:
10+
Check your settings in `General > Undo`, the undo memory might be to low to hold the operations you did previously.
11+
![undo memory settings image](img/undo-memory.png)
12+
13+
If those operations were quite heavy (e.g. Boolean operations between complicated objects) the memory might already overflowed; Rhino will say "Nothing to revert".
14+
15+
Another option to deal with this behaviour is to use the **Incremental Save** command. It's like `SaveAs` except it automatically names the file – but unlike `SaveAs`, it leaves you in your current file. If you ever change your mind you can easily go back to an earlier state of your file.
16+
17+
718
### Bloated Files
819
The [McNeel wiki](https://wiki.mcneel.com/rhino/checkreducefilesize) has a good list about all the possibilities why your file might end up being huge (not only, but especially):
920

0 commit comments

Comments
 (0)