AMS Library
-
2015 Make with windows 8.1
Everytime I start SU Make, I get this pop-up: "AMS Window Settings extension requires AMS Library, version 2.1.0 +! This extension will not work without the library installed. Would you like to get the library download page?"
So I pick YES, then download the zip file. Next I extract the zip file to the plugins folder, a subdirectory of tools. I then restart SU Make and get the same Pop-up meassage.
What am I doing wrong? -
@drafter said:
...Next I extract the zip file to the plugins folder, a subdirectory of tools...
That's not your User Plugins folder, check where the original plugin that 'uses' AMS is expecting to find it...
john
-
Copy+Paste+Enter this one-liner into the Ruby Console - it will open your Plugins folder:
UI.openURL("file:///#{Sketchup.find_support_file('Plugins')}")
Restart SketchUp to load any newly added files...
Advertisement