Plugins folder
-
Hi all!
That would be so useful to have possibility to give another plugins folder path. For example on a server, which everyone have access.
-
would be a great thing for offices indeed.
-
In the sketchup.rb file, there is a method defined called "require_all(path)"
All you need is a one-liner in your plugins folder:
require_all("//path/to/network/plugins/folder")
Assuming the network drive is mounted.
Advertisement