Plugins and Ruby consol?

Bonjour
SU make 2014 installed = OK
But where is the plugins folder ?
And how to use Ruby console ?
Not same as SU 2013 ?
(Not cool)
Thanks

You should use the extension warehouse or the pluginstore to install plugins. You don’t need to know where the plugin folder is.

Ruby console is the same as in earlier versions.

Window > Preferences > Extensions > Install Extension…

Check out this tutorial to learn how to install and manage extensions!

Thanks,
AlexB

All of the previous advice is very good.
If you use the ‘installer’ on an RBZ for its intended purpose… then you rarely need to know where your Plugins folder is…
BUT, if you really must…
Then open the Ruby Console and use this line of code + ‘enter’ to open your default user’s Plugins folder…

UI.openURL("file:///#{Sketchup.find_support_file('Plugins')}")

This works is any version of Sketchup…

1 Like