Zipped Plugins -- A Guide to Installing Them
-
Hi TIG,
I'm pretty much a NOOB when it comes to technical stuff like this, I did a search for 'File_ModelFunctionBat.rb', 'SearchPath.txt', 'ModelFunction' also did visual search in plugins folder,
and since nothing comes up, how can I restore this path???As far as the faulty code, and what is running to get this, the best I can do is shrug my shoulders and say " I Dunno"
I think I belong in the " Duh" thread. -
@unknownuser said:
Hi TIG,
I'm pretty much a NOOB when it comes to technical stuff like this, I did a search for 'File_ModelFunctionBat.rb', 'SearchPath.txt', 'ModelFunction' also did visual search in plugins folder, and since nothing comes up, how can I restore this path???As far as the faulty code, and what is running to get this, the best I can do is shrug my shoulders and say " I Dunno"
The Plugins folder that your version of Sketchup is using must contain a file called 'File_ModelFunctionBat.rb' to be generating the error
You don't need to do a special 'search'.
Open that Plugins folder in Windows, use view by name, and as a details list, it should be there [ensure that your Folder Options display ALL file-types, so the .rb end shows up].
Double-check that you are looking in the correct folder!
Scripts do also load from the Tools folder, BUT you should not have any additional files in there that have not been installed by Sketchup as part of it's standard installation setup.
Look in there for that rogue script too.
If you still can't find it type this into the Ruby Console$LOAD_PATH
it return the paths of the folders used to load scripts; it should show the Plugins and Tools folder paths [double-check that you are looking in these folders], if it shows other paths look there too - so third party tools can add paths to the$LOAD_PATH
.......You don't normally get error messages in the Ruby Console unless you have just activated a tool, or a running tool has got to a situation which causes it an error.
What do you do immediately before the errors you posted appear ??? -
Another thought... does your Plugins folder window have a button on it saying something like 'Compatibility Files' - if so you probably don't have the full-permissions you need to change the Plugins folder's contents. Click it and see what it says...
I recommend that you make yourself an Administrator under the User panel.
Also set the Plugins folder's right-click > Properties > Security > Edit settings [for yourself] to be 'full' [==all_ticked], also do this for the Components, Scenes and Materials folders, which can all need your access/changes from time to time...
Not saying this IS the issue... but it won't help! -
TIG, Thanks for putting up with me, I hit SU icon in taskbar, SU comes up with this.
Typed in as you suggested in ruby console see below, and also clip from plugins folder if the section where the 'File_ModelFunctionBat.rb' should be.
-
@tig said:
The purpose of this thread is to explain how to extract files and subfolders of helper-files [with their contents intact] into the Plugins folder...
You don't usually need to 'load them from the console' , unless they are/were not in the Plugins folder at start-up.
Any .rb/.rbs file in the Plugins folder will be auto-loaded into Sketchup when it [re]starts.
Have you read all of the 'usage notes' of the problem these tools?
Some tools come as 'Extensions' which usually need a first-time activation from the Preferences dialog ...
While many such tools appear in the Plugins menu, some appear in other menus like Draw or Tools.
Some tools work just from a toolbar, which will need activating from View>Toolbars...
Some tools are context-sensitive and only appear in the right-click context-menu when you have appropriate things selected - e.g. a tool that only works on a component might not appear in the menu if there is not a component selected [AND 'SketchyFFD' needs one Group to be selected before it appears in the context-menu!!!].
A few tools only work by typing their commands into the Ruby Console, and some other 'scripts' appear to do nothing at all on their own, but they do provide support to allow other scripts to do their stuff [e.g. progressbar.rb or deBabelizer.rb]...........All right chill out, I've know how to check extensions and menu's lol
Which thread should I use for a guide to installing the plug ins then please -
Congellous
For someone who knows 'how to do everything' you seem sadly lacking in some basic concepts.
IF you [re]read my posts, and some other nearby posts, you would realize there is really no 'magic' to 'installing' Plugins.
You certainly don't need to do any code in the Console etc for what you are trying to do...As I wrote:-
For a simple tool... just put its .rb file in the Plugins folder and restart Sketchup to auto-load the script. Where you then find the tool, and how you use it depends on the design of the tool and what its individual usage notes say...
For a more complex tool... the usual format is that it arrives inside a zipped archive; containing a .rb 'loader' file and several support files, which are usually in a subfolder [where they should remain when the extracted set is then moved into the Plugins folder].The problem example you gave of SketchyFFD is the simplest to install... it's a single .rb file that you put into the Plugins folder. On a restart of Sketchup, if you first select a Group then the SketchyFFD menu item appears in the right-click context-menu...
If you have failed to do this simplest of installs, then it might be that you have not understood the setup of your system properly...
MAC plugins go into the Macintosh HD [Root] level ...Library... Plugins folder, and NEVER the ...User...Plugins folder.
This IS explained clearly in this thread, and also elsewhere quite frequently!
To find out exactly where YOUR plugins folder is... paste this text into the Ruby Console (+<enter>)
Sketchup.find_support_file("Plugins")
It will return the full-path to the Plugins folder you should use...
Find it!
[Also learn to read more than a few lines of help, and let it sink in!]
-
If you are using SketchUp 8 M2 (latest version) you can use this utility to install .rb and .zip plugins. (In addition to .zip) It will place the files in the correct location.
-
The culprit file is named:
%(#8040BF)[****_**File_ModelFunctionBat.rb**]
(... note that the filename begins with an underscore character, and may be listed at the top of the folder.)
It is NEVER a good idea, to copy OLD plugins, from PREVIOUS versions, into a NEW version's "Plugins" folder EN MASSE.
Copy one at a time. Test it. Try the next one, etc.But it's best to check if the plugin author has updated the plugin for the new Sketchup version, first.
-
Hello experts.
I have read your instructions and tried all the ways that have been suggested; I have cut and pasted the individual file from the google site, I have copied the zipped file and extracted it directly within the plugins folder (C:\Program Files (x86)\Google\Google SketchUp 8\Plugins), I have moved the file rather than copying it. I have deleted the previous files before copying them over. I do not have SU 8 loaded while doing this (I have even uninstalled skecthup and then reinstalled it!). And each time it comes up with: Error Loading File parametric_grid.rb no such file to load -- ./parametric.rb
I have also tried different files from different sources.
What on earth is the problem? Just how idiotic am I being?
It wouldn't be that I have a 64 bit Win 6 installed would it?
Any pointers will be hopeful for me.
Ian
-
Looks to me as if you haven't installed parametric.rb. http://sketchup.google.com/intl/en/download/rubyscripts/parametric.zip
-
@dave r said:
Looks to me as if you haven't installed parametric.rb. http://sketchup.google.com/intl/en/download/rubyscripts/parametric.zip
Sorry if I sounded annoyed on the last post.That is indeedy indeed the file I am trying to install (parametric.rb). I have just tried using the installer, (thank you ThomThom) - which works for other .rb files - and SU still refuses to see the parametric.rb for some reason.
I bet it'll start working randomly, but for now, I'm getting a little frustrated, as I need to use the Soap Skin plugin, and it won't work without the parametric.rb file in there too.
Me thinkings a fresh install of the whole lot again is needed.
-
I sent you a PM.
-
SoapSKinBubble doesn't need Parametric.rb - pretty sure I didn't need it. Nor is it specified on their website.
Sounds there might be some other issue in your plugins folder... -
The error message you posted indicates it's parametric_grid.rb that can't load because it doesn't find parametric.rb. Nothing to do with SSB.
-
Thanks for the info, I'm getting way over my head now. I'm now using the PM function with Dave to keep this thread tidy.
-
I've had a hard time getting plugins to show up in Sketchup. Re installed and re-zipped, restarted etc. several times with no luck.
But found out what the problme. This migth help other users with Mac.There are TWO sub folders named Plugins.
1.) In Library/Applicaiton support/Goggle sketchup/Plugins (this is the corret folder to put your new plugins...)
2.) If you right-click (Mac) on the Sketchup program located under Applications, you can choose to "show packaged". This lets you see the subfolders "hidden" in the the application. There is a Plugins folder here as well. (Don't put your new plugins here!)Thanks to all of you guys sharing all your knowledge and creating stunning plugins.
Best,
Lukas -
Welcome Lukas. You should have come here a long time ago. The thing about getting the right location to put the plugin files has been covered ad nauseum.
-
Hi there,
I am trying to install "The SCF Power Toolbar (version 1)"
I tried to drop the "SCF Power Toolbar v1" in my plugins folder, try to install extension in the pref.
My Plugins folder
Nothing works
Please help
SU V 8.0.15157
Mac OS X 10.8.2 -
That's the wrong plugins folder shown in your second and third screenshots. Rather than rehash this again, go back and read the beginning of this thread.
-
Hi Pierre,
Besides what Dave suggested, as you can see from the notes at the bottom of the plugin post here: http://sketchucation.com/forums/viewtopic.php?t=14770
it is a buggy plugin and no-one takes the time and responsibility to trouble shoot any issues.Please, try something else instead.
Advertisement