[Plugin Library] LibFredo6 - v14.6a - 18 Sep 24
-
NEW RELEASE: LibFredo6 v4.6c - 11 Jul 12
LibFredo6 4.6 is a new release which essentially support the publishing of Curvizard
See main post of this thread for Download.
Fredo
-
#---------------------------------------------------------------------------------
» [ Post in Spanish ]
#---------------------------------------------------------------------------------En este Post., Se Publicaran Las [ Traducciones al Español ] + Actualizaciones (Para los Plugins de la Fredo6Collection):
Estas Traducciones han Sido Revisadas Línea por Línea., y se han Actualizado durante Meses., para que sean lo Mas Perfectas Posibles., Además., estas Traducciones son Armoniosas entre si, y las Frases son mas Fáciles de Entender y mas Simples (En base a Muchos Días de Investigación y Experimentación)., es decir., Usan el Mismo estilo., para que los “Fredo6 Collection Plugins” sean Mas Fáciles de Entender y mas Amigables entre Si... ႿÐ!
๏̯͡๏ [ … ] Nota: Yo También Ajunto un Plugin., que enlaza este Post desde “SketchUp”: Para Buscar Actualizaciones de las Traducciones (Rápidamente)... ႿÐ!
Defisto [Dice]:
Con este Plugin se Mostrara la Siguiente Opción: Menú Ventana -> + Fredo6Collection (Es-Translations) -> Descargar Traducciones [ Español ]
Por cierto: Si deseas Debatir el Tema de las Traducciones Visita el Siguiente Enlace a un Tema en el Foro en Español:
http://forums.sketchucation.com/viewtopic.php?f=52&t=36889
PS: Ogvua... ႿÐ!
#---------------------------------------------------------------------------------
» [ Post in English ]
#---------------------------------------------------------------------------------In this Post is Published the [ Spanish Translation ] + Its [ Updates ] (for the Fredo6 Collection Plugins)
These translations have been checked line by line., and have been updated by months., to be as perfect as possible., also., these translations are harmonious with each other, and phrases are easier to understand and more simple (in Based on many days of Investigation and experimentation)., ie., wear the same style., for that the “Fredo6 Collection Plugins” are more easier to understand and more Match with each other... ႿÐ!
๏̯͡๏ [ … ] Note: I also Adjunct a plugin that links this Post from “SketchUp”: To Check for Updates of Translations (Quickly)... ႿÐ!
Defisto [Says]:
With this Plugin is will Display the Next Option: Window Menu -> + Fredo6Collection (Es-Translations) -> Download Translations [ Spanish ]
By the way: If you want to discuss the topic of translations visit the following link to a topic at the Forum in Spanish:
http://forums.sketchucation.com/viewtopic.php?f=52&t=36889
PS: Ogvua... ႿÐ!
Last Update 2011/04/23 (Version 1.1d = 100% Translate)
Last Update 2011/05/22 (Version 1.0a = 100% Translate)
Last Update 2011/05/23 (Version 0.3.2 = 100% Translate)
Last Update 2011/05/23 (Version 1.0 = 100% Translate)
Last Update 2011/05/23 (Version 1.4f = 100% Translate) - Translation Alternative !!
Last Update 2011/06/24 (Version 2.3a = 100% Translate)
Last Update 2011/07/24 (Version 2.2a = 100% Translate)
Last Update 2011/08/24 (Version 3.0a = 100% Translate)
Last Update 2011/09/06 (Version 1.8a = 100% Translate)
Last Update 2012/03/21 (Version 1.2a = 100% Translate)
Last Update 2012/03/21 (Version 1.2c = 100% Translate)
Last Update 2012/05/15 (Version 1.2a = 100% Translate)
Last Update 2012/07/15 (Version 1.0c = 100% Translate)
Last Update 2012/07/15 (Version 4.6c = 100% Translate)
-
I am really new to the plugins for Google sketchup. Can anyone tell me how to update my plugins?
-
For the external plugins go to to this page for the name of the plugin
and go to to the end of the first post of the thread address read on the list!
You will find the last Update of each plugin!And if you want the "indispensables" see my little list
-
Hi,
I know this might sound silly but I'm new to this and am having trouble with downloading the plug ins.. I want to download round corners and I thought in order to do so I needed to install the LibFred06. When it goes to download and I need to unzip it I DO NOT have a Sketchup Plugins folder option... How do I go about installing this? What do I do...
Thank You -
You do have a Plugins folder - unless you have deleted it.
It's automatically made by the Sketchup installation - it contains example scripts etc...
You will not have a Plugins Menu displayed unless you have some scripts 'active'.
Copy/Paste+<enter> this line of code into the Ruby Console [open that from Sketchup's Window menu] - it will display the path to the Plugins folder on you installation.Sketchup.find_support_file("Plugins")
For a PC it's typically:
C:/Program Files/Google/Google SketchUp 8/Plugins
Make sure you have FULL security access permissions [set via properties] for all of your Sketchup folder's subfolders and their contents...I see you have v8 - with recent versions you could install archived tools using the Window>Preferences>Extensions 'load' button - BUT note that the archive needs to have a .rbz file suffix.
Thomthom has made a SimpleInstaller that does something similar, but also works on .zip archives and .rb/.rbs single files - automatically finding the Plugins folder and extracting files etc for you...
Find that in the Plugins Index - however you do need to put that into the Plugins folder and restart for it to auto-load, so we need to track down where that is... -
I tried typing Sketchup.find_support_file("Plugins") into the Ruby Console and nothing is happening?!!!!what do i do now?
-
Looks like you'll have to reinstall Sketchup - as an Admin - it should then make all missing folders/files etc.
Before that post a screen shot of your Sketchup folder showing the subfolders that you do have...
It's just weird. -
@kersnyc said:
I tried typing Sketchup.find_support_file("Plugins") into the Ruby Console and nothing is happening?!!!!what do i do now?
What do you mean "nothing is happening"
If you type the command in the Ruby console (and press Return) you always get an answer.Fredo
-
I didn't get an answer.
-
If you type [or copy/paste] the full text into the Sketchup Menu > Window > Ruby Console and press <enter> to confirm it, you will always get something returned as the answer !
So typed correctly:
Sketchup.find_support_file("Plugins")
C:/Program Files/Google/Google SketchUp 8/Plugins
Typed incorrectly [i.e. not an initial capital 'S']:
sketchup.find_support_file("Plugins")
*Error: #<NameError: undefined local variable or methodsketchup' for main:Object> (eval):155* Typed incorrectly another way [i.e. without a final 's']:
Sketchup.find_support_file("Plugin")`
nil
So even if the file/folder you are looking for doesn't exist you will get 'nil'
Can't you do the folders screen-shot I mentioned before?
You seem to be making very heavy-weather of this -
Hi,
I have attached a print of the screen...
-
But you did get an answer, Keryn. The answer was
"C:/Program Files/Google/Google SketchUp 8/Plugins"
You got that answer three times.
-
Hooray!
You do have a Plugins folder after all
Find that 'Plugins' folder [navigate your folders using Windows-Explorer...] and put the script/subfolder-of-files that ship inside the zip into it.
Check that the added files are really in the folder - I know your profile says XP but you might have changed? and Vista/Win7 can sometimes put such things into a side-folder IF you are not an Admin or have insufficient security permissions.
The subfolders inside the Sketchup folder should all have FULL permissions of you as you will from time to time want to add files into them...
Once the file/subfolder is in place restart Sketchup and everything should then work. -
hi I need to install the fredo 6 plugin for round corners and unlike other plugins where its just been a simple drag and drop into the plugins folder. this download seems to be full of lots of files and I am not sure which ones to put in the plugins folder!!! I am not very computer savvy when I read the installation instructions (im on a mac) it said:
Unzip ‘RoundCorner 2.0.zip', by doing a Select All and then Extract in the Plugins
directory of Sketchup, answering YES to all prompts for file overwriting, in order to
make sure you reconstruct the folder hierarchy. NEVER change the name of files or
move them from their folder. The footprint should be (Windows environment):I have no idea what I should do!! can anyone plese help
-
All of the files in the ZIP file should go into the Plugins folder but they need to maintain the same footprint as they have when you open the ZIP file. Fredo has outlined this very clearly in his first post of this thread. Go back and look at that. It's really quite simple and you should wind up with a folder and a Ruby file when they get installed.
-
Thanks for the reply, however I mean to stress I dont know what un-zipping files means. the file on my desktop is a blue folder. I open that and I have a .rb script and another blue folder. I open that and its filled with loads of .rb scripts, some pdfs some pngs and more blue folders with more pdfs and pngs. So waht do you do from here. I tried dragging the whole folder over into my plugins folder and when I opened sketchup it had a warning error loading plugins message, so I closed SU, went back to plugins folder and moved the file back to my desktop. I then tried moving all the .rb files over and got the same message when I opened SU. So again I removed all the files and put them back in the blue folder on the desktop. I then deleted the files and tried downloading the plugin again. It is then that I saw you need the additional lib fredo 6 plugin. i downloaded this first and was confronted with the same problem, I have a blue folder inside which there is a .rb script and another blue folder containing a mass of .rb scripts, png, pdfs etc. I gave up at this point!!!!
normally I am used to just dragging one .rb script across the plugins folder and it works.So to reiterate my point what is unzipping? and what items do i drag over?.
I did read the instructions fully several times and they make no sense unless you are fluent in computer speak. which I am not I am a complete philistine so I need laymans terms if possible.thanks
-
@unknownuser said:
I open that and I have a .rb script and another blue folder.
Stop right there. Copy the file and the folder to the Plugins folder and you're finished.
"Zipping" is a method of compressing files so they are smaller for transferring from one computer to another. Unzipping is decompressing. By opening the ZIP file on your Mac you are gaining access to the files inside and that is enough.
-
As you are on Mac, you should follow the specific instructions for Mac. Note that this is because OSX hides the process of Un-zipping and shows the resulting files and folders in the dedicated Download Window.
On Mac OSX
- Click on the Zip archive on Sketchucation
- This should open the Download box with highlight on the folder LIBFREDO6_Dir_46 and LibFredo6.rb
- Copy this folder and file to the Sketchup Plugins directory
Macintosh HD/Library/Application Support/Google SketchUp 8/SketchUp/plugins
The footprint on Mac OSX in the SU Plugin Directory must be:
Fredo
PS: It would be helpful if a Mac users with a video capture software could make a short video on how installation can be done on Mac
-
Or, use Simple Installer which is a single .rb that needs to be placed in the plugins folder.
Then use that to install RBZ, ZIP, RB or RBS plugins.
Advertisement