• Login
sketchucation logo sketchucation
  • Login
🤑 SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now

[Plugin][$] FredoScale - v3.6a - 01 Apr 24

Scheduled Pinned Locked Moved Plugins
1.1k Posts 343 Posters 2.3m Views 340 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    NetJaro @fredo6
    last edited by 17 Mar 2025, 14:19

    [@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.

    bug.skp

    Thanks for you help!

    Regards,
    Marcin

    1 Reply Last reply Reply Quote 0
    • F Offline
      fredo6
      last edited by 17 Mar 2025, 17:56

      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

      N 1 Reply Last reply 18 Mar 2025, 22:33 Reply Quote 0
      • N Offline
        NetJaro @fredo6
        last edited by 18 Mar 2025, 22:33

        @fredo6 Hi!

        The problem with area of the object is only when I use a FredoScale.

        Below I include a longer video with problem.

        Image 002.mp4

        Thanks!

        E 1 Reply Last reply 4 Apr 2025, 15:21 Reply Quote 0
        • F Offline
          fredo6
          last edited by fredo6 19 Mar 2025, 12:31

          I cannot reproduce the issue with the Stretch tool followed by a SU Rotate.

          Do you have it on any object or just this one ?

          By the way, it looks like you component is a Dynamic component, or at least was a dynamic component.

          image.png

          1 Reply Last reply Reply Quote 0
          • N Offline
            noseno002
            last edited by 30 Mar 2025, 06:19

            Bundle of 8 plugins are compatible with SketchUp 2025?
            I'm interested in the Fredo scale, RoundCorner, and others.

            D 1 Reply Last reply 30 Mar 2025, 09:33 Reply Quote 0
            • D Offline
              Dave R @noseno002
              last edited by 30 Mar 2025, 09:33

              @noseno002 yes. They all work with SketchUp 2025.

              Etaoin Shrdlu

              %

              (THERE'S NO PLACE LIKE)

              G28 X0.0 Y0.0 Z0.0

              M30

              %

              1 Reply Last reply Reply Quote 0
              • E Offline
                elfis @NetJaro
                last edited by 4 Apr 2025, 15:21

                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.

                Image 002.mp4

                Thanks!

                1 Reply Last reply Reply Quote 0
                • E Offline
                  elfis
                  last edited by elfis 4 Apr 2025, 15:37 4 Apr 2025, 15:36

                  I have problem, divide do not work on sketchup 2025 I'm alone with this ?
                  divide.jpg
                  Are you planning to make any changes, upgrades, or new features?

                  • A new UI, like the Flip tool
                  • Displaying the size of the selected object when the tool is active
                  • Upgrading the stretch target
                  • Holding proportions when scaling
                    scale.png
                  D 1 Reply Last reply 4 Apr 2025, 16:04 Reply Quote 0
                  • D Offline
                    Dave R @elfis
                    last edited by 4 Apr 2025, 16:04

                    @elfis said in [Plugin][$] FredoScale - v3.6a - 01 Apr 24:

                    divide do not work on sketchup 2025 I'm alone with this ?

                    Well, it works for me in SketchUp 2025.
                    box.gif

                    Etaoin Shrdlu

                    %

                    (THERE'S NO PLACE LIKE)

                    G28 X0.0 Y0.0 Z0.0

                    M30

                    %

                    1 Reply Last reply Reply Quote 2
                    • K Offline
                      kaas
                      last edited by 23 Apr 2025, 17:08

                      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-fredoscale

                      F6_FredoScale.launch_action(action_code)
                      

                      my action would be :StretchB
                      so the command is

                      F6_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

                      1 Reply Last reply Reply Quote 0
                      • F Offline
                        fredo6
                        last edited by fredo6 24 Apr 2025, 07:55

                        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

                        K 1 Reply Last reply 24 Apr 2025, 13:17 Reply Quote 1
                        • K Offline
                          kaas @fredo6
                          last edited by 24 Apr 2025, 13:17

                          @fredo6 thanks Fredo, that works nicely

                          1 Reply Last reply Reply Quote 0
                          • B Offline
                            bedavisdesign
                            last edited by bedavisdesign 30 days ago

                            Hi Fredo. I've used so many of your creations over the years. I want to say I've used SU on and off since at least 2006. I just purchased SU2025 Pro and I'm also a member here on Sketchucation, though my membership here is of the free variety. I'm getting ready to purchase the Fredo6Bundle2022 through Sketchucation, but I want to make sure I'm good to go ahead and purchase. Under the "Requirements" you mention "Usage: Paid, Licensed under Sketchucation SCFLicense". I want to understand if this means I need to be a "Paid" member here on Sketchucation, or am I reading too much into that? I hope my inquiries are clear enough and thanks in advance for any clarifications you can provide. EDIT*: Or if anyone else can answer this question if Fredo isn't available, that we be great. THX!

                            Rich O BrienR 1 Reply Last reply 30 days ago Reply Quote 0
                            • Rich O BrienR Online
                              Rich O Brien Moderator @bedavisdesign
                              last edited by 30 days ago

                              @bedavisdesign

                              You can purchase using your free account. SCFLicense is packed into Sketchucation Tools which is also free.

                              Download the free D'oh Book for SketchUp 📖

                              1 Reply Last reply Reply Quote 0
                              • B Offline
                                bedavisdesign
                                last edited by 30 days ago

                                @Rich-O-Brien Thank you so much for your reply and info.

                                1 Reply Last reply Reply Quote 0
                                • 1
                                • 2
                                • 53
                                • 54
                                • 55
                                • 56
                                • 57
                                • 57 / 57
                                • First post
                                  Last post
                                Buy SketchPlus
                                Buy SUbD
                                Buy WrapR
                                Buy eBook
                                Buy Modelur
                                Buy Vertex Tools
                                Buy SketchCuisine
                                Buy FormFonts

                                Advertisement