sketchucation logo sketchucation
    • Login
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    🚨 Skimp | 25% Off until March 30 Buy Now

    [Plugin] FredoBend - v1..2c - 25 Mar 26

    Scheduled Pinned Locked Moved Plugins
    45 Posts 10 Posters 605 Views 10 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.
    • alexpacio2013A Offline
      alexpacio2013
      last edited by alexpacio2013

      It doesn't work for me. With my sketchup 2025 full of plugins, it doesn't work. In practice, if I place the object on a line or a curve, it doesn't get curved. While if I install it on sketchup 2026 with very few plugins, it works. There are some incompatibilities, but it doesn't give me any errors. Anyway, congratulations, it's fantastic.
      [link text](Here is a video In the first case it is that if up 2025 and in the second scatchup 2026
      https://community.sketchucation.com/post/1620017)

      Rich O BrienR 1 Reply Last reply Reply Quote 0
      • Rich O BrienR Offline
        Rich O Brien Moderator @alexpacio2013
        last edited by

        @alexpacio2013 said:

        It doesn't work for me

        If there are errors in the Ruby Console you should post those to help Fredo determine the cause.

        I presume you have an updated LibFredo installed.

        Download the free D'oh Book for SketchUp 📖

        alexpacio2013A 1 Reply Last reply Reply Quote 0
        • alexpacio2013A Offline
          alexpacio2013 @Rich O Brien
          last edited by

          @Rich-O-Brien Latest version of FredoBend 1.2b and FredoLib 15.9a. Everything is up to date.
          Ruby console
          [#Sketchup::ComponentInstance:0x0000018ac36785f0]
          [#Sketchup::Group:0x0000018aca8649c0]
          [#Sketchup::Group:0x0000018aca8649c0]
          [#Sketchup::Group:0x0000018aca8649c0]
          #<NameError: uninitialized constant Array::Fixnum>
          C:/Users/roberto.bolletta/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/mx_constructtools/mx_constructtools.rb:12:in block in sum' C:/Users/roberto.bolletta/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/mx_constructtools/mx_constructtools.rb:11:in upto'
          C:/Users/roberto.bolletta/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/mx_constructtools/mx_constructtools.rb:11:in sum' c:/users/roberto.bolletta/appdata/roaming/sketchup/sketchup 2025/sketchup/plugins/fredo6_fredobend/fredobendcurvetool.rbe:1792:in courbe_register'
          c:/users/roberto.bolletta/appdata/roaming/sketchup/sketchup 2025/sketchup/plugins/fredo6_fredobend/fredobendcurvetool.rbe:1693:in placement_manage' c:/users/roberto.bolletta/appdata/roaming/sketchup/sketchup 2025/sketchup/plugins/fredo6_fredobend/fredobendcurvetool.rbe:1667:in placement_dragging_move'
          c:/users/roberto.bolletta/appdata/roaming/sketchup/sketchup 2025/sketchup/plugins/fredo6_fredobend/fredobendcurvetool.rbe:424:in onMouseMove' #<NameError: uninitialized constant Array::Fixnum> C:/Users/roberto.bolletta/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/mx_constructtools/mx_constructtools.rb:12:in block in sum'
          C:/Users/roberto.bolletta/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/mx_constructtools/mx_constructtools.rb:11:in upto' C:/Users/roberto.bolletta/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/mx_constructtools/mx_constructtools.rb:11:in sum'
          c:/users/roberto.bolletta/appdata/roaming/sketchup/sketchup 2025/sketchup/plugins/fredo6_fredobend/fredobendcurvetool.rbe:1792:in courbe_register' c:/users/roberto.bolletta/appdata/roaming/sketchup/sketchup 2025/sketchup/plugins/fredo6_fredobend/fredobendcurvetool.rbe:1693:in placement_manage'
          c:/users/roberto.bolletta/appdata/roaming/sketchup/sketchup 2025/sketchup/plugins/fredo6_fredobend/fredobendcurvetool.rbe:1667:in placement_dragging_move' c:/users/roberto.bolletta/appdata/roaming/sketchup/sketchup 2025/sketchup/plugins/fredo6_fredobend/fredobendcurvetool.rbe:424:in onMouseMove'

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

            Looks great Fredo. This is destructive one, isn't it? No way to edit afterwards

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

              @fredo6 said:

              Для FredoBend можно добавить опцию, при которой изменяется только верхний контейнер , а подконтейнер остается недеформированным.

              I think that's what you need. At least it would be great to experience it. Thank you.

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

                @alexpacio2013 said:

                mx_constructtools

                It looks like the plugin mx_constructtools is redefining a base method (Array#sum), which is not a good practice and is dangerous for other plugins. This is causing the error.

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

                  @rv1974 said:

                  Looks great Fredo. This is destructive one, isn't it? No way to edit afterwards

                  The bent object is of course new geometry.

                  However, as shown in the main video:

                  • the original object is untouched
                  • If you modify this original object, you can update the bent object in one click.
                  • you can also edit the bent object and change the bending parameters. If the original object has been modified, the new bent object will be updated.
                  • there is an option to save a copy of the original object to an external file. This is for the case where you delete the original object in the model, including its definition.
                  1 Reply Last reply Reply Quote 0
                  • chonC Offline
                    chon
                    last edited by

                    Hi all,
                    running FredoBend v1.2b with LibFredo v15.9a on SU 2019 / Win11 and i've got an issue on the bend generation step with this error log :

                    "Date: 27-Mar-26 09:24:41 - SU2019.3 - LibFredo6 - v15.9a
                    Une erreur s'est produite dans
                    Error in Bend Generation

                    undefined method `save_copy' for #<Sketchup::ComponentDefinition:0x0000023c3844c1d8>

                    fredobendcurvetool.rbe: 1195 -- saver_solid_comp
                    fredobendcurvetool.rbe: 2425 -- generation_step_prepare
                    fredobendcurvetool.rbe: 3270 -- job_perform
                    fredobendcurvetool.rbe: 3212 -- job_notification
                    body_lib6webprogress.rbe: 104 -- call
                    body_lib6webprogress.rbe: 104 -- process_notify
                    body_lib6webprogress.rbe: 388 -- fast_process_next_step
                    body_lib6webprogress.rbe: 358 -- fast_process_start
                    body_lib6webprogress.rbe: 370 -- fast_process_next
                    body_lib6webprogress.rbe: 346 -- fast_process_top
                    body_lib6webprogress.rbe: 123 -- invoke
                    fredobendcurvetool.rbe: 3158 -- job_start
                    fredobendcurvetool.rbe: 2392 -- block in generation_launch"

                    In the Parameters window / Generation parameters, i don't see the build options as shown in the tuto :

                    Param.jpg

                    Is that the problem ?

                    Thanks for response

                    SU2019 pro 19.3.253 + VRay 4.00.02 (Next) on Win10-64Bits

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

                      NEW RELEASE: FredoBend v1.2c - 27 Mar 26

                      Requirements

                      • LibFredo6: v15.9a or above
                      • Sketchup version: SU2017 and above

                      FredoBend 1.2c is a maintenance release including:

                      • Bug fixing
                      • Evolution of the Save Original objects with 3 options and the capability to retrive the original object, even if it is not present in the model any longer.
                        ac51c2a6-a28e-4edf-9ce7-5f074e9febd0-image.jpeg

                      Home Page of FredoBend for information and Download.

                      Main post of this FredoBend thread.

                      Spirou4DS 1 Reply Last reply Reply Quote 1
                      • Spirou4DS Offline
                        Spirou4D @fredo6
                        last edited by Spirou4D

                        @fredo6
                        I just installed FredoBend v1.2c + LibFredo6 15.9a - 25 Mar 26 on my SketchUp Make 2017 v 17.2.2555 64bits .
                        I have the tools but after I choose my Text object and place to the courve....NOTHING !

                        Impossible to place on the curve ???
                        Traceback Rubby:

                        c:/users/patrick/appdata/roaming/sketchup/sketchup 2017/sketchup/plugins/fredo6_fredobend/fredobendcurvetool.rbe:1656:in `placement_manage'
                        c:/users/patrick/appdata/roaming/sketchup/sketchup 2017/sketchup/plugins/fredo6_fredobend/fredobendcurvetool.rbe:1618:in `placement_dragging_move'
                        c:/users/patrick/appdata/roaming/sketchup/sketchup 2017/sketchup/plugins/fredo6_fredobend/fredobendcurvetool.rbe:421:in `onMouseMove'
                        Error: #<NoMethodError: undefined method `sum' for #<Array:0x0002627992fa30>>
                        
                        1 Reply Last reply Reply Quote 0
                        • Spirou4DS Offline
                          Spirou4D
                          last edited by Spirou4D

                          Hi @fredo6
                          I just ended the french translation of the LibFredo6 15.9a messages.
                          And FredoBend v1.2c too.
                          How to send you the result "LibFredo6_FR.lang" + "FredoBend_FR.lang" please?

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

                            NEW RELEASE: FredoBend v1.2d - 28 Mar 26

                            Requirements

                            • LibFredo6: v15.9a or above
                            • Sketchup version: SU2017 and above

                            FredoBend 1.2d is a maintenance release including:

                            • Bug fixing for SU2017

                            Home Page of FredoBend for information and Download.

                            Main post of this FredoBend thread.

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

                              @Spirou4D said:

                              I just ended the french translation of the LibFredo6 15.9a messages.
                              And FredoBend v1.2c too.
                              How to send you the result "LibFredo6_FR.lang" + "FredoBend_FR.lang" please?

                              Many thanks. I am lazy to do it.
                              Just PM the .lang files to me on this forum.
                              For LibFredo6, this is useful.
                              For FredoBend, I did not make it translatable yet, until I finish the other features. So, the translation is uncomplete.

                              1 Reply Last reply Reply Quote 0
                              • Spirou4DS Offline
                                Spirou4D
                                last edited by

                                This post is deleted!
                                1 Reply Last reply Reply Quote 0
                                • Spirou4DS Offline
                                  Spirou4D
                                  last edited by

                                  This post is deleted!
                                  1 Reply Last reply Reply Quote 0
                                  • Spirou4DS Offline
                                    Spirou4D
                                    last edited by

                                    This post is deleted!
                                    1 Reply Last reply Reply Quote 0
                                    • Spirou4DS Offline
                                      Spirou4D
                                      last edited by

                                      I did not make it translatable yet
                                      But made here :
                                      image_2026-03-28_195820438.png

                                      1 Reply Last reply Reply Quote 0
                                      • Spirou4DS Offline
                                        Spirou4D
                                        last edited by

                                        Top-notch @fredo6 the addon run very well now! Thks a lot and congrats.

                                        1 Reply Last reply Reply Quote 0

                                        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                        With your input, this post could be even better 💗

                                        Register Login
                                        • 1
                                        • 2
                                        • 3
                                        • 2 / 3
                                        • First post
                                          Last post
                                        Buy SketchPlus
                                        Buy SUbD
                                        Buy WrapR
                                        Buy eBook
                                        Buy Modelur
                                        Buy Vertex Tools
                                        Buy SketchCuisine
                                        Buy FormFonts

                                        Advertisement