[Plugin][$] FredoScale - v3.6a - 01 Apr 24
-
I'm getting this error when i start SU (v 8):
Error Loading File bootstrap_FredoScale.rb
(eval):1: uninitialized constant FredoScale::T6Error Loading File ZLoader__FredoScale.rb
no such file to load -- LibFredo6.rbError Loading File __loader.rb
uninitialized constant Traductor::PluginI'm fairly certain the directory structure is as you specify. I extracted the files from the subfolders into their own folders as specified but I also extracted those files to the plugin directory just in case.
any thoughts?
-
Did you install LibFredo6, as the instructions say? It's required to run most of Fredo's plugins.
-
ah - no. can't see that info in the OP. can you direct me where to go for it?
-
-
I am trying to bend a profile with precision, let say a 4000mm radius bend at 90°.
the only way I found to do this is to first calculate the length of the arc: PI2000, then use the bend tool and type 6283,20 (PI2000) and bend 90°.
Could it be possible to just type the desired radius in VCB ? -
OK - added the fredo6, all works ok except still egtting this error on startup:
Error Loading File bootstrap_FredoScale.rb
(eval):1: uninitialized constant FredoScale::T6Maybe something to do with the double extraction I did?
-
@merlin7777777 said:
Maybe something to do with the double extraction I did?
To be sure it isn't, why don't you remove anything to do with FredoScale and LibFredo and reinstall them so you know they are installed correctly.
-
@merlin7777777 said:
OK - added the fredo6, all works ok except still egtting this error on startup:
Error Loading File bootstrap_FredoScale.rb
(eval):1: uninitialized constant FredoScale::T6Maybe something to do with the double extraction I did?
Do you use Plugin Organizer?
Another user had the same problem, which can be solved by setting Excluded Directories.Fredo
-
Hello, Can I use "Stretching with orientation of scaling box" with absolute value? It seems that it works only with scale ratio.
It would be nice to work like SketchUp native scale tool (where is you scale and input 500mm, it will scale the object to have 1000mm on the scaling axis. Or to scale the object adding a certain value more (example: +50mm).Thanks.
-
@unknownuser said:
Hello, Can I use "Stretching with orientation of scaling box" with absolute value? It seems that it works only with scale ratio.
It would be nice to work like SketchUp native scale tool (where is you scale and input 500mm, it will scale the object to have 1000mm on the scaling axis. Or to scale the object adding a certain value more (example: +50mm).Thanks.
If you press TAB, you'll get a dialog box where you can enter absolute values.
Fields in the dialog box support formulas and units, so you can add " + 50mm" to the fields you wish.Fredo
-
I find while using box stretching that sometimes nested components move too far. They seem to move the same scale amount in relation to the component being scaled. So if you stretch a component by 8" nested components on the stretch side move 16". This does not always occur with nested components. I haven't figured out what the difference is. Is this how the tool should work? Peter
-
@pbacot said:
I find while using box stretching that sometimes nested components move too far. They seem to move the same scale amount in relation to the component being scaled. So if you stretch a component by 8" nested components on the stretch side move 16". This does not always occur with nested components. I haven't figured out what the difference is. Is this how the tool should work? Peter
There may be some issues with nested components when small.
Do you have an example?Fred
-
Fred,
Here's an example. When I went to make the example file, I copied the component and made it unique-for before and after.
Interestingly the doorknob in the original component moved as well--as if the move was made INSIDE the doorknob component itself. AND the doorknob was within a latch component--not all of which moved excessively.
I suppose the fix is to explode the components,if feasible?
Regards,
Peter
-
Hi all!
It's my first post here; so pardon me if there are any unintentional lapses.
I am facing a small problem with the FredoScale's toolbar: The buttons require some buffer space on the right. So, if I fold the toolbar in two columns, the width of this toolbar does not match the other two-column toolbars (e.g. the SU's own "Large tool set").
Can this toolbar width be standardized?
Thanks in advance!
-
Hi Narayan,
Could you post a screenshot of it?
-
The screenshot is attached (this is link to my Dropbox account. Please let me know if there is a better way to share images. Thanks in advance!)
As the image shows, the FredoScale toolbar is wider than the other toolbars, such as "Drawing", "Construction", etc.
-
@narayan said:
Hi all!
It's my first post here; so pardon me if there are any unintentional lapses.
I am facing a small problem with the FredoScale's toolbar: The buttons require some buffer space on the right. So, if I fold the toolbar in two columns, the width of this toolbar does not match the other two-column toolbars (e.g. the SU's own "Large tool set").
Can this toolbar width be standardized?
Thanks in advance!
Probably it had in mind?
-
Aha, yes, I can see. Those are the toolbar "inner" separators. Those can be removed I am sure (only not sure where in the script...)
-
You can read/edit a .rb script with a plain-text editor [like Notepad[++].exe]... do NOT use a wordprocessor as that can add special characters that will break the script's functions!
There is a file 'FredoScale_Box.rb' [inside the subfolder 'FREDOSCALE_Dir_21' - or a similar name depending on the current version!] - you should make a backup copy of it to use to revert to if you mess up!...
In the file there are 4 lines that add 'separators' - using the code:-
menu.add_separator
- you can find these in lines 700, 705, 719 and 732.
If you add a '#
' to the start of these lines it will disable them...
Test how the tool works after making these adjustments, saving the file and restarting Sketchup... if it works ... but if it messes up simply remove a '#
'... OR revert to the original saved file...
- you can find these in lines 700, 705, 719 and 732.
-
@gaieus said:
Aha, yes, I can see. Those are the toolbar "inner" separators. Those can be removed I am sure (only not sure where in the script...)
Gaieus,
You are right. There is the option in Default Parameters
FredoPS @TIG : All menus and toolbars are managed by LibFredo6. So it is not easy to tweak the code locally.
Advertisement