[Plugin][$] FredoScale - v3.6a - 01 Apr 24
-
Box Stretching options has a bug - it does correctly only the first level of components nesting, starting with the second level, it doesn't make unique on the first run (it messes up all your components in the model.!), and if you hit Ctrl+Z (only ONCE.!) it reverses the modification, and after that they remain unique and you can modify...
Very disturbing.!
Curic Stretch works flawlessly, but it is not so handy and fast to use, so is the last option. I use it only when what I want to modify is much too heavy (loaded with many faces and edges... usually organic shapes, but also cabinets with more then 3 drawers because it freezes calculating) because it can handle much more amount of geometry, in these situations, Fredo Scale does only half the job and you end up seeing that only a few pieces have been modified. -
[@fredo6 thanks for your answer and thank you for what you do for Sketchup
I include my model.
One object (on the left) is original, second object (on the right) is after rotate by Sketchup official rotate function.
The bug doesn't show always in first time - try rotate left object, when its good (without bug) - use "undo" and try again.
Thanks for you help!
Regards,
Marcin -
What is the relation with FredoScale then?
Note that I tried to rotate both objects, with Undo and try again. I did not find any issue
-
@fredo6 Hi!
The problem with area of the object is only when I use a FredoScale.
Below I include a longer video with problem.
Thanks!
-
-
Bundle of 8 plugins are compatible with SketchUp 2025?
I'm interested in the Fredo scale, RoundCorner, and others. -
@noseno002 yes. They all work with SketchUp 2025.
-
I'm using this plugin for ears, but this has always been the case. It's not a big problem—when the cursor highlights the edge like in your video, just press it, and the bounding box will align.
@NetJaro said in [Plugin][$] FredoScale - v3.6a - 01 Apr 24:
@fredo6 Hi!
The problem with area of the object is only when I use a FredoScale.
Below I include a longer video with problem.
Thanks!
-
-
@elfis said in [Plugin][$] FredoScale - v3.6a - 01 Apr 24:
divide do not work on sketchup 2025 I'm alone with this ?
-
Question;
I use a custom quick menu and I would like to launch FredoScale-boxstretch. On this webpage (documentation section) the suggestion is to use this ruby command. See https://sketchucation.com/plugin/1169-fredoscaleF6_FredoScale.launch_action(action_code)
my action would be :StretchB
so the command isF6_FredoScale.launch_action(:StretchB)
I'm getting an error though
F6_FredoScale.launch_action(:StretchB) #<NameError: uninitialized constant F6_FredoScale::StretchBTool> (eval):1:in `launch'
etc etc.
Any thing I'm missing? Code has changed?I'm using
Platform: x64-mswin64_140 - Ruby: 3.2.2, Sketchup: 25.0.634, LibFredo6: v15.1a, LibFredo6 Binary loaded, SCFLicense: v6.4a - 74, FredoScale v3.6a - licensed FULL -
Use
:Stretch_B
EXTERNAL API to launch FredoScale menus
Action code must be passed as a symbol
- :Scale_B --> Scale - Box mode
- :Scale_T --> Scale - Target mode
- :Taper_B --> Taper - Box mode
- :Taper_T --> Scale - Target mode
- :PlanarShear_B --> Planar Shear - Box mode
- :PlanarShear_T --> Planar Shear - Target mode
- :PlanarShear_A --> Planar Shear - Free mode
- :Stretch_B --> Stretch - Box mode
- :Stretch_T --> Stretch - Target mode
- :Twist_B --> Twist - Box mode
- :Rotate_B --> Rotate - Box mode
- :Rotate_A --> Rotate - Free mode
- :RadialBend_A --> Radial Bending - Free mode
- :MakeUnique_U --> Make Unique - Utility
-
@fredo6 thanks Fredo, that works nicely
Advertisement