Skip to content

Commit 5dbe057

Browse files
juney-leegitbook-bot
authored andcommitted
GITBOOK-69: undo/redo
1 parent 20025f5 commit 5dbe057

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

gitbook/manual/9.-utilities.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,15 @@ The `RV_session_redo` command steps back through geometry changes activated by t
2121
***
2222

2323
{% hint style="danger" %}
24-
`RV_session_undo` and `RV_session_redo` are not the same as Rhino's built-in undo or redo functions. For example, pressing Ctrl+z will **NOT** undo RhinoVAULT functions. If you want to undo or redo a RhinoVAULT-specific action, you must call these command explicitly.  
24+
`RV_session_undo` and `RV_session_redo` are not the same as Rhino's built-in undo or redo functions. For example, pressing ctrl+z will **NOT** undo RhinoVAULT functions. If you want to undo or redo a RhinoVAULT-specific action, you must call these command explicitly.
25+
26+
27+
28+
If you accidentally press ctrl+z and some of the RhinoVAULT objects disappear, simply call the `RV_scene_redraw` command to restore them.
2529
{% endhint %}
2630

31+
32+
2733
***
2834

2935
## Open RhinoVAULT Session

gitbook/manual/settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Under `Settings`, global parameters (`RhinoVAULT`, `ThrustNetworkAnalysis`) and
1414

1515
These are the global parameters for RhinoVAULT.
1616

17-
* **autosave** - If set to `True`, session files are saved every time a change has been made in the scene. Set to `True` by default.
17+
* **autosave** - If set to `True`, temporary session files are saved every time a change has been made in the scene. This feature is necessary for enabling RhinoVAULT-specific undo/redo, so it is recommended to not turn this off. Set to `True` by default.
1818
* **autoupdate** - If set to `True`, any modifications made in the scene will automatically update the `ThrustDiagram`. Set to `False` by default.
1919

2020
### ThrustNetworkAnalysis

0 commit comments

Comments
 (0)