This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
rhino:mac:autosaving [2020/08/14] 127.0.0.1 external edit |
rhino:mac:autosaving [2024/05/23] (current) dan [Is it possible to disable the Versions feature in Rhino for Mac?] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Auto Save and Versions in macOS (autosave) ====== | ====== Auto Save and Versions in macOS (autosave) ====== | ||
- | Apple has added a radically different method for managing your models in macOS, and this has been integrated into Rhino for Mac. Apple describes autosaving and Versions [[http:// | + | Apple has added a radically different method for managing your models in macOS, and this has been integrated into Rhino for Mac. Apple describes autosaving and Versions [[https:// |
This article discusses details not mentioned in these articles that are important to Rhino for Mac users. | This article discusses details not mentioned in these articles that are important to Rhino for Mac users. | ||
Line 28: | Line 28: | ||
===== Is this going to fill up my disk? ===== | ===== Is this going to fill up my disk? ===== | ||
- | Auto Save does save frequently, but archives only a few versions of your model. | + | Auto Save does save frequently, but archives only a few versions of your model. |
If you are using Time Machine to make automatic backups of your computer files, then all the previous versions of your 3DM files are included in the Time Machine backups and do not take any additional space on your local computer disk. If you are not making regular backups, we strongly recommend that you start performing backups with Time Machine. | If you are using Time Machine to make automatic backups of your computer files, then all the previous versions of your 3DM files are included in the Time Machine backups and do not take any additional space on your local computer disk. If you are not making regular backups, we strongly recommend that you start performing backups with Time Machine. | ||
Line 71: | Line 71: | ||
===== Is it possible to disable the Versions feature in Rhino for Mac? ===== | ===== Is it possible to disable the Versions feature in Rhino for Mac? ===== | ||
- | Yes, BUT it is **HIGHLY RECOMMENDED** that you **DO NOT DO THIS**. | + | Unfortunately in Rhino 5, 6, and 7 for Mac, the answer is "No, you can not disable |
- | defaults write com.mcneel.rhinoceros ApplePersistence -bool no | + | |
- | This will disable autosaving and versions and bring back the Save As in the File menu (instead of Duplicate). | + | |
- | To change back to default behavior, enter the Terminal | + | In Rhino 8 for Mac, there is an experimental |
- | defaults write com.mcneel.rhinoceros ApplePersistence -bool yes | + | |
- | To check to see what that current setting is, use: | + | |
- | defaults read com.mcneel.rhinoceros ApplePersistence | + | |
- | If it returns a 0 (or a pair not found error), it is disabled. | + | |
- | + | ||
- | **NOTE**: | + |