Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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