2

Sketchup 2019 and Openstudio sketchup plugin scripts

Hello, i am using SketchUp 2019 and Openstudio sketchup plugin, i am unable to find the location to add the user defined scripts. i had tried to locate through the sketchup installation folder, but it doesn't seem there is any openstudio extension folder to place the userdefined scripts

vignesh's avatar
71
vignesh
asked 2020-06-27 10:31:32 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2020-06-28 11:49:01 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

3

You can find the OpenStudio Plugin directory by opening the Window->Ruby Console in SketchUp and typing the command:

OpenStudio::Plugin.dir
C:/Users/macumber/AppData/Roaming/SketchUp/SketchUp 2019/SketchUp/Plugins/openstudio/lib/..

If you go to the resulting directory (note the .. which means one directory up from the lib directory) you will see the user_scripts directory.

macumber's avatar
12k
macumber
answered 2020-06-29 18:03:22 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks for specifying the path.

vignesh's avatar vignesh (2020-07-08 09:02:13 -0500) edit
add a comment see more comments