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

      It looks like you have misplaced files ?

      @unknownuser said:

      Error: #<TypeError: cannot convert nil into String>
      C:/Program Files/Google/Google SketchUp 7/Plugins/clf_shape_bender.rb:158:in `create_cursor'

      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")
      ###
      @line_pointer = UI.create_cursor(line_cursor_path, 15, 2)### line 158 ### line_cursor_path if nil !!!
      ###
      

      Do you have these images and other files in a folder called clf_shape_bender in the Plugins folder ???Capture.PNG

      TIG

      1 Reply Last reply Reply Quote 0
      • DVERGERD Offline
        DVERGER
        last edited by

        No success me too.
        I have this : 1%.End @ ? (1 of 5) Searching for objects to explode.

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

          Can those of you having these problems please check that all of the files are in the right folders first...
          Then try again and report back... 😕

          TIG

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

            @dverger said:

            No success me too.
            I have this : 1%.End @ ? (1 of 5) Searching for objects to explode.

            ditto situtation like dverger.... happens with me too..... i've checked all my files but the problem still persists... the plugin keeps on searching but nothing happens....

            when you fail at something....you haven't really failed...you've found one way the thing will not work out

            1 Reply Last reply Reply Quote 0
            • DVERGERD Offline
              DVERGER
              last edited by

              Yes, I found!
              I have the progressbar in french (fr_progressbar.rb) so I copy this one in progressbar.rb and that's run.
              http://www.crai.archi.fr/RubylibraryDepot/Ruby/FR_fil_page.htm

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

                It's the name of the file it's trying to load fr_ progressbar.rb !
                Still doesn't fix the other some files in the wrong folder possible problems...

                TIG

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

                  but i have the progressbar ruby script in English only ... my shape bender isn't workin' yet... 😞

                  when you fail at something....you haven't really failed...you've found one way the thing will not work out

                  1 Reply Last reply Reply Quote 0
                  • DVERGERD Offline
                    DVERGER
                    last edited by

                    @tig said:

                    It's the name of the file it's trying to load fr_ progressbar.rb !
                    Still doesn't fix the other some files in the wrong folder possible problems...

                    Mon dossier Shape Bender (dans le dossier Plugins)


                    folder shape bender.jpg

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

                      all my files are in the correct place, no the plugin tab has disappeared from the top of sketchup. Still having no joy

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

                        @suzid6050 said:

                        all my files are in the correct place, no the plugin tab has disappeared from the top of sketchup. Still having no joy

                        I have fixed your file and PM'd it to you.
                        Do you also have progressbar.rb in the right place [Plugins] ?
                        Basically I found your group a bit messy [exploded-nested/re-oriented/etc] and cleaned it up then it worked OK...

                        TIG

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

                          Thanks TIG for stepping in and helping here. I'll throw in my observations here as well.

                          Shape bender is really slow at breaking down internal components. So if your component you are bending has internal components or groups, it will go LOTS faster if you explode them all first. It can be slow you might think it was broken.

                          And if you are having problems, please open the ruby console and then run the script and copy and paste all errors into this thread and then we can troubleshoot.

                          If you have component spray (a different plugin) installed, please make sure it the most recent version. Previous versions had conflicts with progressbar, which in turn broke every script that uses progresbar, including shapebender. You might try removing component spray temporarily to see if that helps.

                          If you can not select the straight line, you might need to right click on the model axis and choose "Reset Axis", and then try the script again.

                          Keep reporting back here with specific errors, and exactly where the script breaks down, and we (I mean me and anyone like TIG who is kind enough to help me!) should be able to troublshoot most anything,

                          Chris

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

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

                            i've the most recent one version of component spray and also tried resetting the axis but to no avail 😞 i'm attaching the video of what happens when i try to bend a simple cuboid....please ...someone find the solution to this problem


                            the video where i try to bend the cuboid but to no avail

                            when you fail at something....you haven't really failed...you've found one way the thing will not work out

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

                              Hi arjunmax, that looks like a progressbar error. Or rather, it looks like progressbar mgiht not be installed? or else you actually have an old version of component spray.

                              Could you temporarily remove component spray from your plugins folder and see if that fixes anything? Also try opening the ruby console in the Window > Ruby Console menu, then run the script. Se what kind of errors it outputs. Thanks,

                              Chris

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

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

                                @chris fullmer said:

                                Hi arjunmax, that looks like a progressbar error. Or rather, it looks like progressbar mgiht not be installed? or else you actually have an old version of component spray.

                                Could you temporarily remove component spray from your plugins folder and see if that fixes anything? Also try opening the ruby console in the Window > Ruby Console menu, then run the script. Se what kind of errors it outputs. Thanks,

                                Chris

                                Thanks Chris for this cool suggestion.... i removed the component spray from the plugins folder... and my Shape Bender is workin' absolutely fine..

                                when you fail at something....you haven't really failed...you've found one way the thing will not work out

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

                                  That means you just need to search this forum for the most recent component spray, download and install it. The new version (now 6 months old at least) does not cause any conflicts.

                                  Chris

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

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

                                    @chris fullmer said:

                                    Hi arjunmax, that looks like a progressbar error. Or rather, it looks like progressbar mgiht not be installed? or else you actually have an old version of component spray.

                                    Could you temporarily remove component spray from your plugins folder and see if that fixes anything? Also try opening the ruby console in the Window > Ruby Console menu, then run the script. Se what kind of errors it outputs. Thanks,

                                    Chris

                                    Thanks Chris for this valuable suggestion... the shape bender is finally working!!!! 😍 anyway.... now what should i do to compononent spray???

                                    when you fail at something....you haven't really failed...you've found one way the thing will not work out

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

                                      Just go download the newest version of component spray here:

                                      http://forums.sketchucation.com/viewtopic.php?f=323&t=11746

                                      And install it. Shape bender will still work, and component spray will work too. It is a very good script,

                                      Chris

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

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

                                        Chris, I wonder if there is a way you can detect this old version of CompSpray? And then have a messagebox pop up telling them to upgrade it - avoiding this same question in the future.

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

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

                                          Probaly about 10 pages of this thread are directly related to component spray.....that would probably be a good thing to add!

                                          I'll have to track down a bad version of the script though. Anyone who has a bad version want to PM it to me?

                                          Chris

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

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

                                            @chris fullmer said:

                                            Just go download the newest version of component spray here:

                                            http://forums.sketchucation.com/viewtopic.php?f=323&t=11746

                                            And install it. Shape bender will still work, and component spray will work too. It is a very good script,

                                            Chris

                                            Thanks a lot Chris!!!! can't wait to download the new compo spray!!

                                            when you fail at something....you haven't really failed...you've found one way the thing will not work out

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 18
                                            • 19
                                            • 20
                                            • 21
                                            • 22
                                            • 63
                                            • 64
                                            • 20 / 64
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement