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.
    • M Offline
      mwm5053
      last edited by

      Not sure if this has been covered but getting error when using Shape bender with a slew of plugins in plugin folder when all are removed but
      Shape Bender it works fine screen shot on ruby console
      Thanks in advance.


      Screen Shot 2012-06-24 at 9.23.44 PM.png

      2011 iMac
      SU 2015 Pro, 2017 Make
      V2 Twilight
      macOS Sierra 10.12.5

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

        This is an odd error... it relates to a variable that should be set to a number by one of the tool's methods in line #676, clearly it's failing to do that hence the 'nil' error message when its used for a '/' divide calculation...
        @offset = **@y_total** / 6
        This is set around line #641, as either
        @y_total = @line_y - @ymin
        or
        @y_total = @ymax - @ymin
        So it seems the get_max_y method is failing somehow.
        That is turn is called from the get_geom_ents method; which is in turn called in line #249 when the user has picked the required objects to trigger the 'bending'...

        This suggests that if there's no error in the script [used without issue by thousands?] then perhaps another script is making an 'unwrapped' call of its method[s] with similar names and thereby causing the issue - unlike the usual rogue scripts which redefine how Sketchup treats Groups etc, which is far more awkward...
        A 'fix' could be to do a find/replace on all of the code in the script [using Notepad osa], so that all of the get_max_y become say get_max_y_CLF and get_geom_ents become get_geom_ents_CLF - then any clash with other scripts might be averted...

        TIG

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

          Hasn't that error been described and explained earlier in this thread? Think it comes up pretty often. Might be a bug in the code itself. Might be worth adding it to the first post (when we work out what it was again.)
          Wasn't there something about the orientation of the geometry?

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

          1 Reply Last reply Reply Quote 0
          • C Offline
            cris_santiago
            last edited by

            hell yeah 👊
            !!!

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

              I'm hoping you guys might be able to help me out on this crash I'm getting while using Shape Bender. I'm trying to make a bangle/cuff bracelet for a friend's bday. I've designed the bracelet as a flat bar, and then was going to use shape bender to curve it into a bracelet shape. When I run Shape Bender, it says that it's calculating the curve and angles, and that it's breaking the component into 13 pieces, and then shortly after it starts processing, it just crashes.

              I've tried rescaling the component so that it's true to size, and I still get the same crash. I'm at a stand still right now and don't know if it's a problem with SketchUp or Shape Bender. I'm still a total design newb (this is only the 2nd thing I've designed), so there is a great chance there is a flaw with my work.

              I've attached the file I'm working with if anyone wants to try to bend it and see if they get the same crash. Any help or words of wisdom are greatly appreciated.

              Thanks!


              RB component.skp

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

                Where's the curve to which you want the thing bent? It's a lot of geometry to deal with. Perhaps you could split it into smaller chunks and process them one at a time?

                It looks like you could do a lot of clean up. Delete coplanar edges and correct the face orientation.

                Etaoin Shrdlu

                %

                (THERE'S NO PLACE LIKE)

                G28 X0.0 Y0.0 Z0.0

                M30

                %

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

                  Ok...
                  A few pointers.
                  It has some very small facets so works at say x100 scaled up, then scale down back to 'real size'.
                  Small facets can exist but making/manipulating them is problematical.
                  Presumably the bracelet is for 3d printing ?
                  It'll probably needs to be a 'solid'...
                  You have several reversed faces - make all seen-faces off-white and all unseen back-faces the blue - use 'reverse' or 'orient'.
                  You have several 'nested' parts - e.g. the letters - these need exploding into one set of 'raw' geometry inside the 'container'.
                  Some of these letters will have coincident edges with the 'studding' below them and probably inner faces when merged - therefore these edges will have more than 2 faces - the requirement for a solid - the form is edges/faces only and all edges in the form have only 2 faces [now more no fewer]. You'll need to do some editing to relocate or remove these so it will be 'solid'...

                  I assume you want to bend it with the lettering on the outside - it might therefore be easier to set the object on its side and bend it around that way ?

                  The model is far from a disaster - you can readily fix it up, and bend it as needed, with a little thought and effort... 🤓

                  TIG

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

                    Thanks for the input guys. I think what I'll do is start from scratch and try to do things the proper way. Again, this was only my 2nd design ever on SU and in 3d at all. I'm going to take everyone's advice here and see if I can make this new version much, much cleaner.

                    Thanks for the input! I appreciate it.

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

                      @victorb said:

                      Thanks for the input guys. I think what I'll do is start from scratch and try to do things the proper way. Again, this was only my 2nd design ever on SU and in 3d at all. I'm going to take everyone's advice here and see if I can make this new version much, much cleaner.
                      Thanks for the input! I appreciate it.
                      As I said it quite salvageable as it is... just relocate slightly and explode the nested bits, reverse some back-faces, use section-cuts to see inside and erase 'partitions' etc, erase coplanar edges [several free tools for that] - Entity Info reports it as a "solid" when it's fixed; scale up x100, then orient the object on its side and shape-bend it... finally scale down.

                      TIG

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

                        I haven't read through every post here, but I am unable to get this script to work in version 8. It works fine in version 7 but I'm unable to make it work in 8. It may be due to other plugins since I use quite a few. I was just wondering if anyone else had run into problems with other plugins or if its a version 8 issue.
                        Mark

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

                          Hi Mark. Long time, no see.

                          I use it on SU8 without problems. Does anything happen for you when you try to run it? Do you get anything in the Ruby console if you have it open while trying to run it?

                          Etaoin Shrdlu

                          %

                          (THERE'S NO PLACE LIKE)

                          G28 X0.0 Y0.0 Z0.0

                          M30

                          %

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

                            Hi Dave,
                            I've attached the error from the ruby console. I have no clue what it means as I'm not a ruby guy.
                            I have a feeling it must be related to some other plugin.
                            Thanks for any help,
                            Mark


                            Error.pdf

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

                              Thanks for posting that. Can you temporarily rename your Plugins folder and create a new one? Then add only the Shape Bender plugin to it and reopen SketchUp. See if it will run, then.

                              Etaoin Shrdlu

                              %

                              (THERE'S NO PLACE LIKE)

                              G28 X0.0 Y0.0 Z0.0

                              M30

                              %

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

                                Thanks Dave,
                                I went back to a clean install plugins folder with the shape bender and all is working. Now, I just have to figure out which plugin is the culprit.
                                Mark

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

                                  I'm glad that worked but with a large number of plugins, the trick is sorting out which one is the culprit. Copy half of them and put them into the new Plugins folder and see what happens. If it still works, copy half of the remaining ones and put them in. When it quits working again you'll know you got the conflicting plugin. There have been a few plugins mentioned as being problematic. I'll try to find them for you.

                                  Edited to add: I see that Walt had the same error messages you have but I don't see the resolution. Perhaps he'll see this and chime in.

                                  Etaoin Shrdlu

                                  %

                                  (THERE'S NO PLACE LIKE)

                                  G28 X0.0 Y0.0 Z0.0

                                  M30

                                  %

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

                                    my test

                                    http://img209.imageshack.us/img209/1522/spiralm.jpg

                                    thanks for the plugins

                                    1 Reply Last reply Reply Quote 0
                                    • N Offline
                                      nebin asharaf
                                      last edited by

                                      hi...........same problem here......selecting...selecting but its not getting selected....tried many times....
                                      gone through your forums.....just like you said i tried right click..yes now the line is getting selected but the function is not working...........................please help i really like this plugin...wanna try something.....help helpppppppppp

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

                                        You need three things.
                                        A group or component instance that is preselected before you start the tool.
                                        A line parallel to the red/x axis which determines the extent of the bending - this line cannot touch any other geometry and must be in the same active-entities as the preselected group/component.
                                        You are asked to pick it.
                                        A curve determining the bent shape - this cannot touch any other geometry and must be in the same active-entities as the preselected group/component/red-line.
                                        You are asked to pick it.
                                        Do you get prompts or special cursors?
                                        Are the start/end text flags added?
                                        What happens?
                                        If you open the Menu > Window > Ruby Console before starting the tool do you get any error messages?
                                        Answer or fix these and we might get you moving...

                                        TIG

                                        1 Reply Last reply Reply Quote 0
                                        • N Offline
                                          nebin asharaf
                                          last edited by

                                          error: #<typeerror: no implicit conversion from nil to integer>
                                          C:/PROGRA~1/Google/GOOGLE~4/Plugins/clf_shape_bender.rb:168:in set_cursor' C:/PROGRA~1/Google/GOOGLE~4/Plugins/clf_shape_bender.rb:168:in onSetCursor'
                                          C:/PROGRA~1/Google/GOOGLE~4/Plugins/clf_shape_bender.rb:233:in `onLButtonUp'
                                          C:/PROGRA~1/Google/GOOGLE~4/Plugins/clf_shape_bender.rb:168

                                          this is what comes in ruby console

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

                                            The tool can't find the cursor file.
                                            This comes in a subfolder, with other files that are vital to the tool's operation.
                                            This suggests very strongly that you have not installed the toolset properly.
                                            Inside your Plugins folder there should be a file called
                                            clf_shape_bender_loader.rb
                                            and a subfolder called
                                            clf_shape_bender
                                            In that subfolder are several vital 'support files'.Capture.PNGThe cursor PNG images are clearly shown.
                                            Reinstall ensuring this is indeed the case.
                                            If you have accidentally put files into Plugins that belong only in the subfolder you must remove them, because otherwise they will break things.
                                            If you are on Vista/Win7 the system can prevent you from adding files/subfolders unless you have FULL security permissions - the Sketchup folder's subfolders - like Plugins - must have FULL permissions set to avoid issues. It might look like you installed it OK but if there's a 'Compatibility Files' button [or similar wording] on the Plugins-folder explorer-window top-bars it suggests you haven't - that's the only clue Windows gives you!

                                            TIG

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

                                            Advertisement