Saving Palette Layouts Across Computers?
-
i don't have 2 computers to retest this on right now but i've done it in the past..
i believe the file you want is called
com.google.sketchuppro7.plist (or something else for the free version)
it's in your user's library preference folder
user/library/preferences
-
TIG --
Macs don't have 'ini' files. The plist that Jeff is talking about is simply SU's preferences file on the mac. Will PM a copy over to you.
Jeff, if it's that simple... but I wonder is the licence info in there too?
-
I've looked at the plists and as I see it you need to do the following:
-
Write an Applescript applet called
CopyPlist
that saves your current plist[s] - I don't know why there are two of them ??, put somewhere safe, e.g. in a new sub-folder in the Google folder. -
Write another Applescriptapplet called
RestorePlist
that renames the plist[s] with a 'bak' suffix*** and then copies the previously saved versions made byCopyPlist
into the same locations. ***This is in case it messes up you can always delete the copied plist[s] and rename the 'bak' [backup] ones as they were...
Now set up your SUp Toolbars just as you like them and close SUp.
Run the appletCopyPlist
to remember your last Toolbars' settings, AND all other settings [**this bit might be a bar to moving between Macs - it needs testing].
Now some days later you want to restore your Toolbars to be as they were [**or simply set them on another Mac to match] - close SUp and run the appletRestorePlist
- this then resets the plist[s] and the Toolbars should revert when you reopen SUpI don't have a Mac and it's years since I wrote any Applescript - any volunteers ???
-
-
I am not sure this will work. I previously edited that file directly to adjust the entity in it that refers to the number of recent items (in response to another question here, increasing a given value of 10 to 15. SU just overwrote the amended plist file and restored the original value of 10 - in the process telling me that I was using and expired copy of SU - happily, this warning disappeared once I clicked on the menu item for License.
-
Somethings are 'hard-coded' but the toolbar data changes whenever you open/close SUp - so running with an 'old' plist might work ? We can but try...
-
@tim danaher said:
TIG --
Macs don't have 'ini' files. The plist that Jeff is talking about is simply SU's preferences file on the mac. Will PM a copy over to you.
Jeff, if it's that simple... but I wonder is the licence info in there too?
nah, the license is at:
user/library/application support/google sketchup 7fwiw, the plist is disposable (for lack of better words)
if you delete the plist then launch SU, it will be as if you just reinstalled SU... the 'welcome page' choose a template will occur.. all of your toolbars will be stacked on top of each other etc... (don't worry, a new plist file will be written)
that's the reason i transferred the plist file in the past -- i didn't want to reset my SU workspace to my liking after a clean OS install..
(what i actually did wasn't between two computers.. i made sure SU was updated to the latest version then backed up the following:
plugins folder, com.google.sketchuppro7.plist, my custom template, and my keyboard shortcuts (Shortcuts.plist)..then upgraded to leopard, fresh install SU & update it to the latest, added my license info, then replaced all of the things i backed up...
it worked great and my SU workspace was exactly as it was prior to reinstalling. -
You'd think it'd be possible to set up some batch command to make the required copies, and also reinstall them...
-
Excellent, Jeff -- cheers.
In my experience of teaching studes Photoshop, they've all got to be singing off the same hymnsheet, as it were. It can take a good half an hour to make sure they've all got the same palette set-up / screen layout if you're doing it manually.
-
@thomthom said:
You'd think it'd be possible to set up some batch command to make the required copies, and also reinstall them...
apple has an app called automator that's comes standard with os x.
it's like coding for dummies and even i can make little scripts for tasks like this.
that'd be the easiest way to go.. give everyone a droplet and the preference file and away you go.
i'll have my laptop later today to try something out but i'd suggest starting SU with a fresh preference list.. set up SU as you'd like for the class then close SU.. save that new copy of your plist for sharing with the class.. make sure everyone is using the same version of SU..
i think it would work fine.
-
@tim danaher said:
Excellent, Jeff -- cheers.
In my experience of teaching studes Photoshop, they've all got to be singing off the same hymnsheet, as it were. It can take a good half an hour to make sure they've all got the same palette set-up / screen layout if you're doing it manually.
Tell me about it.
So, is there no quick workaround for windows?
-
@broomstick said:
Tell me about it.
So, is there no quick workaround for windows?
http://forums.sketchucation.com/viewtopic.php?p=219627#p219627 has some PC based ideas...
Advertisement