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.
    • D Offline
      driven
      last edited by

      hi,

      First time I've needed to use this since V8 M2 and I'm getting this

      Error: #<NameError: undefined local variable or methodclf_shape_bender' for main:Object>
      /Library/Application Support/Google SketchUp 8/SketchUp/Plugins/clf_shape_bender.rb:995`

      which is Toolbar related, I'm seeing it, but get the error on clicking.

      I haven't changed anything to do with it since it last worked, other then M2...

      osx 10.5.8

      john
      EDIT: fixed it by changing to this Sketchup.active_model.select_tool Clf_shape_bender.new

      learn from the mistakes of others, you may not live long enough to make them all yourself...

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

        Weird, I swear this plugin has a mind of its own.

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

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

          @chris fullmer said:

          Weird, I swear this plugin has a mind of its own.

          ๐Ÿ‘

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

          1 Reply Last reply Reply Quote 0
          • K Offline
            k_drive
            last edited by

            Thanks for the Shape Bender and the posts about the Progress Bar.
            I got the load error message; but, once I read and followed the instructions for the Progress Bar Plug-in, the Shape Bender worked.

            1 Reply Last reply Reply Quote 0
            • mitcorbM Offline
              mitcorb
              last edited by

              Hi.
              I have not used shape bender in a while, but due to another post on it I was experimenting. Probably somewhere in this thread it is mentioned, but I noticed this: I started with a group as instructed. When I decided to edit this group, only "Edit Component" was available on right click. Probably better that way, but I was not aware of this before.
              Thanks Chris for a job well done.

              I take the slow, deliberate approach in my aimless wandering.

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

                ShapeBender's result is always a component, even if the original UNbent object starts its life as a group !

                TIG

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

                  Yup, that was "by design" though I'm not sure it is the correct way to do it.

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

                  1 Reply Last reply Reply Quote 0
                  • irwanwrI Offline
                    irwanwr
                    last edited by

                    i like it the way it is.
                    probably because i tend to make components more than groups ๐Ÿ˜›

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

                      @chris fullmer said:

                      Yup, that was "by design" though I'm not sure it is the correct way to do it.
                      It doesn't really matter... If the user wants a group he simply Selects the new Instance, Explodes it and immediately makes a Group of the still Selected Geometry... Sometimes we authors worry too much about how users will use tools - they always find new ways of using [or breaking] them and some always want them to work differently from the way they do - sometimes they have a good idea and I adopt it - sometimes its pants!
                      ๐Ÿค“

                      TIG

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

                        Hi Chris

                        I've the same problem as other people described. Cannot select line parallel to red axis. In my Ruby console I get Error: #TypeError: No implicit conversion from nil to integer>. Do you know what might be wrong?

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

                          Atena

                          Is your red-axis line completely separate from all other geometry, and your curve too? They can't 'touch' anything else...

                          TIG

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

                            Hi TIG

                            Yes it is comletely separate.

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

                              Have you reset your axes ?
                              Open the Console before starting the tool.
                              Please post the whole Ruby Console message.
                              A screenshot would help us too...

                              TIG

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

                                Sketchup.jpg

                                1 Reply Last reply Reply Quote 0
                                • gillesG Offline
                                  gilles
                                  last edited by

                                  you should post your model for test.

                                  " c'est curieux chez les marins ce besoin de faire des phrases "

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

                                    There's nothing wrong with the SKP, although placing the group that's to be bent on that side of the line/curve might give an unexpected bent result!

                                    The error message means you don't have the icon png files in the right subfolder, so the tool fails as it can't make the cursor needed at the pick-line stage...
                                    The tool's clf_shape_bender sub-folder inside the Plugins folder should look like thisCapture.PNGIt must already have the .rb file in it otherwise you wouldn't get as far as you do before the error appears [unless of course that too is in Plugins by mistake] !
                                    Find the missing .png files... Were they put directly into Plugins ?
                                    There should only be a script file called clf_shape_bender_loader.rb in Plugins.
                                    If so move them back: if not reinstall the toolset and ensure that this time you get everything in the right places!!

                                    TIG

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

                                      Untitled.pngThis is what I did:
                                      Downloaded the file from this website;
                                      It was a zip file so I extracted it on my desktop and I tried follow instructios on Sketchup Help how to installe ruby skript.
                                      This is what my plugin folder looks like:

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

                                        As TIG said, you installed it incorrectly. The png files should be in a folder as they were in the ZIP file.

                                        As the instructions for installing plugins from ZIP files clearly says, you must not change the file structure when you extract the files.

                                        Look at the screen shot TIG posted. All those files you see in his screen shot are supposed to be in a folder called clf_shape_bender and not loose in the Plugins folder.

                                        Etaoin Shrdlu

                                        %

                                        (THERE'S NO PLACE LIKE)

                                        G28 X0.0 Y0.0 Z0.0

                                        M30

                                        %

                                        1 Reply Last reply Reply Quote 0
                                        • I Offline
                                          ISRA1111
                                          last edited by

                                          Help please! the bender is not working.
                                          After selecting the component it asks
                                          to "please select asingle line on the red axis"
                                          But does nothing more (does not let me select)

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

                                            @isra1111 said:

                                            Help please! the bender is not working.
                                            After selecting the component it asks
                                            to "please select a single line on the red axis"
                                            But does nothing more (does not let me select)
                                            Please read the recent posts...
                                            I suspect an incorrect install with missing png files for the cursors [mention to another member a few posts back with the same issue!!!]
                                            Are there any error messages in the Ruby Console?
                                            Have you really installed all of the files properly in the correct folders?
                                            The failure of most scripts to work is user error and incorrect installing.
                                            Double check your setup.
                                            Retry.
                                            If you still can't get it to work then post any error messages from the Ruby Console, a screenshot of your problem SKP [and/or the SKP itself], and a screenshot of your Plugins/subfolder showing what's where...
                                            ๐Ÿ˜’

                                            TIG

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 63
                                            • 64
                                            • 4 / 64
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement