Start SketchUp 8 without plugins
-
Thanks TIG. Is there any way to disable plugins at runtime? This method requires users to open SketchUp, disable plugins and then reopen the app correct?
-
This disables/enables plugins at runtime [and thereafter until it's changed] but you do need to open Sketchup, change the setting, restart Sketchup, test, change the setting, restart Sketchup... But it's hardly more faff than opening system cmd window, typing stuff in to open Sketchup without plugins, test and restart...
-
This is in a school environment where users double-click the shortcut I provide them, if that shortcut can disable plugins before opening SketchUp it'll save them, and me, a lot of trouble.
-
temporarily rename or move the plugins folder?
(on mac, you could make a little automator action or service which could do this automatically.. probably something similar on windows?)
[probably not the best solution.. but from a user pov, an easy way to see it happening]
-
On a PC you can make a pair of .cmd files to switch off Plugins and switch on Plugins.
By renaming Plugins as Plugins!, and back again...
Along the lines of:
rename "C:\Program Files (x86)\Google\Google SketchUp 8\Plugins" "Plugins!" "C:\Program Files (x86)\Google\Google SketchUp 8\SketchUp.exe"
and then again:
rename "C:\Program Files (x86)\Google\Google SketchUp 8\Plugins!" "Plugins" "C:\Program Files (x86)\Google\Google SketchUp 8\SketchUp.exe"
The executor will need enough security permissions to rename the folder...
-
I have started on a vbs to move the plugins out of the plugins folder but simply renaming the folder is much easier, thanks for the suggestion.
-
@jwall04 said:
This is in a school environment where users double-click the shortcut I provide them, if that shortcut can disable plugins before opening SketchUp it'll save them, and me, a lot of trouble.
Add
/DisableRubyAPI
as argument to the link.
-
Thanks thomthom - I suspected there was an undocumented/unsupported flag like
/DisableRubyAPI
but couldn't find it... Do you have a list of these ? -
No, I don't remember where I got it from either. I just had it on my desktop.
-
Notice how quickly SketchUp starts up without the Ruby API... o_O
-
I know of
Sketchup.exe -RubyStartup "c:\path\to\My Script.rb"
but that's about it -
@tig said:
I know of
Sketchup.exe -RubyStartup "c:\path\to\My Script.rb"
but that's about itInteresting! Does that start the given script in addition or instead of?
-
That starts Sketchup, loading [and potentially running, if it contains self-running code] that Ruby before, any others...
-
Thank you thomthom, that's exactly what I was looking for
@thomthom said:
Add
/DisableRubyAPI
as argument to the link. -
@tig said:
Thanks thomthom - I suspected there was an undocumented/unsupported flag like
/DisableRubyAPI
but couldn't find it... Do you have a list of these ?See here:
http://sketchucation.com/forums/viewtopic.php?p=454478#p454478
Advertisement