sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    [Plugin] Shape Bender Beta

    Scheduled Pinned Locked Moved Plugins
    1.3k Posts 331 Posters 1.7m Views 329 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.
    • TIGT Offline
      TIG Moderator
      last edited by

      SketchUp [and OpenGL] have problems creating facets if they are very very tiny.
      Your steel-beam has some very small segments to its rounded edges.
      You could probably make a much simpler version with far fewer facets.
      When ShapeBender [or other tools like FollowMe etc] try to 'extrude' these tiny facets they can fail to form some faces simply because they are now so very tiny.
      To overcome this...
      Scale the steel/curve/line x100.
      Do the ShapeBending etc...
      Then Scale down x0.01.
      These tiny facets can exist, BUT it's the creating them that is an issue...
      This is the known problem and it's fix.
      Depending on the facets' "tininess" you can scale x10, x100 or x1000 and then back...

      TIG

      1 Reply Last reply Reply Quote 0
      • S Offline
        smganeles
        last edited by

        thank u
        i will try this

        1 Reply Last reply Reply Quote 0
        • D Offline
          draftprint3d
          last edited by

          When I am bending a shape, it goes a lot faster when Netflix is playing fullscreen in front. I have no explanation but that is what I observe.

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

            Odd... but it might be that the full screen app in front disable UI functions in SketchUp that would otherwise slow things down.

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

            1 Reply Last reply Reply Quote 0
            • Z Offline
              Z Donk
              last edited by

              Hey, I just loaded this up and am trying to use it for the first time. Got it in my Plugin folder etc.. I'm trying to do exactly what chris did in his first example video and running into a wall: Once i have the simple group selected, as commanded, the "select a single line on the red axis" is the next command. Try as I might, I can't get the selection to take. It highlights blue, It's on the red axis, its a single line. The next command for selecting a curve does not come.... Tried it as a group, as an exploded group, etc. -The line is selected then the grid doesn't show and the commands stop there.. Bear in mind, I'm an intermediate sketchup user but even recreating Chris's simple example I hit a wall.

              (Ultimately, I'm trying to bend a 3d geometric rectangle plate along 3 different angles)


              2.png

              1 Reply Last reply Reply Quote 0
              • Z Offline
                Z Donk
                last edited by

                Hi moderator, I found the problem, I didn't know I had to have the entire file in my plugins folder.. Off and running.

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

                  @z donk said:

                  Hi moderator, I found the problem, I didn't know I had to have the entire file in my plugins folder.. Off and running.

                  So we can put your problem down to incorrect installation? That seems to be the most common reason plugins don't work for folks. It's one of the reasons for the Sketchucation Plugin Store. If you haven't got it and installed it, you should.

                  Etaoin Shrdlu

                  %

                  (THERE'S NO PLACE LIKE)

                  G28 X0.0 Y0.0 Z0.0

                  M30

                  %

                  1 Reply Last reply Reply Quote 0
                  • P Offline
                    PabloNCS
                    last edited by

                    Hi everyone,

                    I don't know what am I doing wrong, but the text I am trying to bend does not mantein its original size and it kind of stretches out.

                    Anyone can give a hint?

                    Thanks.


                    Shape.png

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

                      The length of the arc is longer than the length of the original text and the original line so of course the text would get stretched. Make the straight line the same length as the text and the arc the length of the straight line and it works better. The letters will still get a bit distorted but that's to be expected. You might even make the arc a little shorter than the straight line in the case of your text.


                      shape.png

                      Etaoin Shrdlu

                      %

                      (THERE'S NO PLACE LIKE)

                      G28 X0.0 Y0.0 Z0.0

                      M30

                      %

                      1 Reply Last reply Reply Quote 0
                      • P Offline
                        PabloNCS
                        last edited by

                        Thanks for the tip. It worked better that way.

                        1 Reply Last reply Reply Quote 0
                        • A Offline
                          archipenti
                          last edited by

                          Hello

                          Seems we can not use custom axes for the "red axis"

                          is there any update or solutions for this little bug?

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

                            That's not a bug. πŸ˜’

                            Etaoin Shrdlu

                            %

                            (THERE'S NO PLACE LIKE)

                            G28 X0.0 Y0.0 Z0.0

                            M30

                            %

                            1 Reply Last reply Reply Quote 0
                            • V Offline
                              viahe
                              last edited by

                              Thank you so much. Simple but yet, great ruby

                              1 Reply Last reply Reply Quote 0
                              • danchoD Offline
                                dancho
                                last edited by

                                Hi Chris,

                                plugin don't work with FREDO's AdditionalPluginFolders.
                                Is it possible to make it work with it?

                                THX
                                Dancho

                                1 Reply Last reply Reply Quote 0
                                • TIGT Offline
                                  TIG Moderator
                                  last edited by

                                  Like I told you in another recent post... πŸ˜‰
                                  The code needs adjusting around lines #158-160 of the main code file clf_shape_bender/clf_shape_bender.rb...
                                  Use Notepad plain text editor...
                                  Change the lines:
                                  line_cursor_path = Sketchup.find_support_file("line_pointer.png", "Plugins/clf_shape_bender") curve_cursor_path = Sketchup.find_support_file("curve_pointer.png", "Plugins/clf_shape_bender") default_cursor_path = Sketchup.find_support_file("default_pointer.png", "Plugins/clf_shape_bender")
                                  to read:
                                  line_cursor_path = File.join(File.dirname(__FILE__), "clf_shape_bender", "line_pointer.png") curve_cursor_path = File.join(File.dirname(__FILE__), "clf_shape_bender", "curve_pointer.png") default_cursor_path = File.join(File.dirname(__FILE__), "clf_shape_bender", "default_pointer.png")
                                  Save the file and restart SketchUp...
                                  This approach will then work with any folder location. which is auto-loading a plugin like this, and which is looking for helper files in a subfolder within its folder...

                                  TIG

                                  1 Reply Last reply Reply Quote 0
                                  • Chris FullmerC Offline
                                    Chris Fullmer
                                    last edited by

                                    Cool, thanks TIG.

                                    Lately you've been tan, suspicious for the winter.
                                    All my Plugins I've written

                                    1 Reply Last reply Reply Quote 0
                                    • LanaL Offline
                                      Lana
                                      last edited by

                                      Is very cool!!!Thank you!!! 😍

                                      1 Reply Last reply Reply Quote 0
                                      • J Offline
                                        janpaw_kei
                                        last edited by

                                        Hi Guys!

                                        I'm new in Sketchup and I just downloaded the shape bender tool for the curved car ramp that I'm making, and I can't seem to make it work.

                                        My reference would be:
                                        http://www.youtube.com/watch?v=tGHTIOMm_34

                                        I followed the video step by step.

                                        1. Click "grouped" shape.
                                        2. Click SHAPE BENDER TOOL.
                                        3. Click "straight" line.
                                        4. Click "arched" line.

                                        I have problems with step 3.
                                        I can't seem to click THAT separate straight line I made after I clicked on the shape bender tool icon. πŸŽ‰

                                        Is this a download error?

                                        Thanks a lot!!

                                        1 Reply Last reply Reply Quote 0
                                        • BoxB Offline
                                          Box
                                          last edited by

                                          The straight line must follow the red axis, not be part of a group or attached to anything.

                                          1 Reply Last reply Reply Quote 0
                                          • J Offline
                                            janpaw_kei
                                            last edited by

                                            Yeah, I've been doing that. I still can't click on that straight line on the red axis 😞

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

                                            Advertisement