sketchucation logo sketchucation
    • Login
    โ„น๏ธ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    [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.
    • pjbazelP Offline
      pjbazel
      last edited by

      @gaieus said:

      Hm. I tried both with the native Scale tool and FredoScale and I can easily move my mouse in a way that it smoothly "grows" the numbers by 0.01 increments.

      When I use the native scale tool it scales by .01 increments. But, when using Fredo Scale it jumps to 1.05, and then scales up from there at .01 increments. Very frustrating. There is a similar issue when using target mode with small (not minute, but small) distances.When using scaling handles I can type in the values between 1 and 1.05, but with target mode there is no way to get the scaling through the small distance.

      If anyone has any ideas please tell me what you think. There didn't seem to be anything in the settings to correct this.

      1 Reply Last reply Reply Quote 0
      • GaieusG Offline
        Gaieus
        last edited by

        Can you share the model file (or at least the problematic part) you are working with?

        Gai...

        1 Reply Last reply Reply Quote 0
        • Dave RD Offline
          Dave R
          last edited by

          I see it too on a simple box. When the scale handle first moves it is either to 1.05 or 0.95. That's really no a big deal, though. If you want a precise scale factor, just type the desired value including 1.01 or whatever you really want.

          Etaoin Shrdlu

          %

          (THERE'S NO PLACE LIKE)

          G28 X0.0 Y0.0 Z0.0

          M30

          %

          1 Reply Last reply Reply Quote 0
          • pjbazelP Offline
            pjbazel
            last edited by

            @gaieus said:

            Can you share the model file (or at least the problematic part) you are working with?

            I could upload a file, but Im not sure it would help. This is the behavior all the time. There is not particular file or problem area. It behaves like that all the time.

            Should I upload a file? Will that help?

            Again, its only with the Fredo Scale, not the native scale.

            Let me know if you think it will help ill post one, but it appears to be the script, not a particular file/operation.

            Thanks for the help guys

            1 Reply Last reply Reply Quote 0
            • pjbazelP Offline
              pjbazel
              last edited by

              @dave r said:

              I see it too on a simple box. When the scale handle first moves it is either to 1.05 or 0.95. That's really no a big deal, though. If you want a precise scale factor, just type the desired value including 1.01 or whatever you really want.

              Exactly, yes that's what mine does. Very frustrating.

              yes, I can type it in, but this is not as useful as there is no real-time feedback/deformation. If its possible to change it I would love to know how.

              Also, possibly more urgent is that fact that in target mode this 'jump' prevents the operation from occurring at all. Neither draging the handle, or typing in parameters produces a result when scaling in this small range.

              Perhaps its a script issue?

              1 Reply Last reply Reply Quote 0
              • fredo6F Offline
                fredo6
                last edited by

                @pjbazel

                There is a parameter for fixing the minimum amount of scaling when dragging. Unfortunately, I did not make available for setting in the Default Parameters...dialog box.

                I think I will in a next release.

                In the meantime, you can modify the line 180 of file bootstrap_FredoScale.rb, which is:
                LIMIT_InferenceScale = 0.05
                Just change the value, for instance 0.01.

                Fredo

                1 Reply Last reply Reply Quote 0
                • pjbazelP Offline
                  pjbazel
                  last edited by

                  @unknownuser said:

                  @pjbazel

                  There is a parameter for fixing the minimum amount of scaling when dragging. Unfortunately, I did not make available for setting in the Default Parameters...dialog box.

                  I think I will in a next release.

                  In the meantime, you can modify the line 180 of file bootstrap_FredoScale.rb, which is:
                  LIMIT_InferenceScale = 0.05
                  Just change the value, for instance 0.01.

                  Fredo

                  Ahhhhh, thank you so much Fredo! And thanks for all the wonderful toys!

                  One question, I tried to edit the .rb in a text editor but I was "denied permission". Can anyone tell me how should I go about editing the bootstrap_FredoScale.rb???

                  Thanks for the help.

                  1 Reply Last reply Reply Quote 0
                  • Dave RD Offline
                    Dave R
                    last edited by

                    You should be able to edit it in your text editor. What program did you try to use to open?

                    Etaoin Shrdlu

                    %

                    (THERE'S NO PLACE LIKE)

                    G28 X0.0 Y0.0 Z0.0

                    M30

                    %

                    1 Reply Last reply Reply Quote 0
                    • pjbazelP Offline
                      pjbazel
                      last edited by

                      @dave r said:

                      You should be able to edit it in your text editor. What program did you try to use to open?

                      Got it!

                      It was a security issue. I did not have full read/write access for the file. Just had to give myself permission, which i graciously did.

                      1 Reply Last reply Reply Quote 0
                      • M Offline
                        mac1
                        last edited by

                        The attched skp files shows a very simple case using FredoScale 2.2a in the free rotate line inference mode. The plugin seems to declar an intersect point by changing the line color but when one double clicks on the line it shows no division until the base of the triangle is conneted with the line tool. Then intersect happens. All snapping has been deactivated for this case.Using Fredo6 4.5 lib.
                        free roate artifact or issue.skp
                        Is this normal ??

                        1 Reply Last reply Reply Quote 0
                        • fredo6F Offline
                          fredo6
                          last edited by

                          @mac1 said:

                          The attched skp files shows a very simple case using FredoScale 2.2a in the free rotate line inference mode. The plugin seems to declar an intersect point by changing the line color but when one double clicks on the line it shows no division until the base of the triangle is conneted with the line tool. Then intersect happens. All snapping has been deactivated for this case.Using Fredo6 4.5 lib.
                          [attachment=0:1s75sq9r]<!-- ia0 -->free roate artifact or issue.skp<!-- ia0 -->[/attachment:1s75sq9r]
                          Is this normal ??

                          You are right. The extremity is well positioned, but the target segment is not divided.
                          Actually Fredoscale does nothing else than perform the rotation to the right angle and let Sketchup do the rest as with the native Rotate tool).
                          Should FredoScale force the Divide?

                          Fredo

                          1 Reply Last reply Reply Quote 0
                          • M Offline
                            mac1
                            last edited by

                            One of the first checks I do is double click the line and if does not divide I conclude some thing is wrong. However, this functionality is not high use ,at least for me, and knowing the artifact I cannot say it is a make play to make a program chage just for that. Maybe some high use users will comment. Otherwise I would suggest to make it a planned change( with other chages) if it isn't a big program impact.
                            The cases I run into, although few, are 3d and so I use the sphere line intersect spread sheet I have.
                            Your tool which is great and that cover all I need . ๐Ÿ‘ ๐Ÿ‘

                            1 Reply Last reply Reply Quote 0
                            • cottyC Offline
                              cotty
                              last edited by

                              I've seen a different looking toolbar in Richs Tutorial, do someone know a source for these icons?

                              my SketchUp gallery

                              1 Reply Last reply Reply Quote 0
                              • Rich O BrienR Online
                                Rich O Brien Moderator
                                last edited by

                                Fredo packages 2 icon types with FredoScale. Dig through the setting under Tools and pick Daniels icon set.

                                Also I tend to change most of my icons

                                Download the free D'oh Book for SketchUp ๐Ÿ“–

                                1 Reply Last reply Reply Quote 0
                                • cottyC Offline
                                  cotty
                                  last edited by

                                  Thanks, I found it ...

                                  my SketchUp gallery

                                  1 Reply Last reply Reply Quote 0
                                  • T Offline
                                    thall26
                                    last edited by

                                    Hi!
                                    I am really excited to use your tools in Sketchup. However, I ran into a problem while starting up Sketchup. Attached is an image of the error box that I see upon starting Sketchup. Let me know what can be done. Thanks!


                                    ErrorMSG2.JPG

                                    1 Reply Last reply Reply Quote 0
                                    • fredo6F Offline
                                      fredo6
                                      last edited by

                                      @thall26
                                      I think you did not install LibFredo6 companion library, as specified in the main post.

                                      Fredo

                                      1 Reply Last reply Reply Quote 0
                                      • thomthomT Offline
                                        thomthom
                                        last edited by

                                        @unknownuser said:

                                        @thall26
                                        I think you did not install LibFredo6 companion library, as specified in the main post.

                                        Fredo

                                        I've begun to add checks for TT_Lib2 for my plugins that require it - and provide a messagebox explaining what is missing asking if they want to open a webpage where they can download it.

                                        Thomas Thomassen โ€” SketchUp Monkey & Coding addict
                                        List of my plugins and link to the CookieWare fund

                                        1 Reply Last reply Reply Quote 0
                                        • guanjinG Offline
                                          guanjin
                                          last edited by

                                          @thomthom said:

                                          @unknownuser said:

                                          @thall26
                                          I think you did not install LibFredo6 companion library, as specified in the main post.

                                          Fredo

                                          I've begun to add checks for TT_Lib2 for my plugins that require it - and provide a messagebox explaining what is missing asking if they want to open a webpage where they can download it.

                                          Good attention, so that embodies the humane.

                                          I come from China, is to learn

                                          1 Reply Last reply Reply Quote 0
                                          • T Offline
                                            thall26
                                            last edited by

                                            I found the problem - I didn't realize that I needed to download a platform ruby file to support the plugin I was trying to install. I'll make sure to read more carefully next time!

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 41
                                            • 42
                                            • 43
                                            • 44
                                            • 45
                                            • 56
                                            • 57
                                            • 43 / 57
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement