Skip to content

Commit

Permalink
GITBOOK-69: undo/redo
Browse files Browse the repository at this point in the history
  • Loading branch information
juney-lee authored and gitbook-bot committed Nov 11, 2024
1 parent 20025f5 commit 5dbe057
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion gitbook/manual/9.-utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,15 @@ The `RV_session_redo` command steps back through geometry changes activated by t
***

{% hint style="danger" %}
`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.  
`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.



If you accidentally press ctrl+z and some of the RhinoVAULT objects disappear, simply call the `RV_scene_redraw` command to restore them.
{% endhint %}



***

## Open RhinoVAULT Session
Expand Down
2 changes: 1 addition & 1 deletion gitbook/manual/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Under `Settings`, global parameters (`RhinoVAULT`, `ThrustNetworkAnalysis`) and

These are the global parameters for RhinoVAULT.

* **autosave** - If set to `True`, session files are saved every time a change has been made in the scene. Set to `True` by default.
* **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.
* **autoupdate** - If set to `True`, any modifications made in the scene will automatically update the `ThrustDiagram`. Set to `False` by default.

### ThrustNetworkAnalysis
Expand Down

0 comments on commit 5dbe057

Please sign in to comment.