• Login
sketchucation logo sketchucation
  • Login
🤑 SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now

[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.
  • C Offline
    Chris Fullmer
    last edited by 20 Mar 2010, 02:03

    Hi Mark, the download is in the very first message in this thread. so go back to page 1 and scroll down to the bottom of my first post. You will also need to install progressbar.rb from smustard. There is a link to that in my first post also. Good luck!

    Chris

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

    1 Reply Last reply Reply Quote 0
    • M Offline
      madorney
      last edited by 22 Mar 2010, 16:43

      Hi Chris - I've managed to install the Shape Bender Plug-in, but it doesn't seem to work at all on my Mac. The tool clearly shows up under my Plugins menu, and I'm able to place the tool icon in my toolbar. But as I follow your video-tutorial to a tee, it's not working: I'm able to select the component, then the Shape Bender tool. But then I'm unable to select anything at all (nothing highlights). Help?

      Thanks so much!

      1 Reply Last reply Reply Quote 0
      • C Offline
        Chris Fullmer
        last edited by 22 Mar 2010, 21:59

        It sounds like maybe your straight line is not placed ont he red axis. And if your axis has been altered from its original orientation, then that will mess things up. So try resetting the global axis, then align the straight line to the red axis. See if that works. If not, could you upload a small test model?

        Chris

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

        1 Reply Last reply Reply Quote 0
        • T Offline
          truffel50
          last edited by 3 Apr 2010, 10:56

          Wonderfull plugin! Very Thanx

          truffel, Netherlands

          1 Reply Last reply Reply Quote 0
          • B Offline
            berniedog
            last edited by 14 Apr 2010, 15:38

            Chris,
            This looks exciting. I guess I'm a noob,
            but I do not know where to download
            the shape bender plugin????

            Thank you so much!

            bob

            1 Reply Last reply Reply Quote 0
            • T Offline
              thomthom
              last edited by 14 Apr 2010, 15:45

              @unknownuser said:

              Chris,
              This looks exciting. I guess I'm a noob,
              but I do not know where to download
              the shape bender plugin????

              Thank you so much!

              bob

              At the end of the first post in this thread.

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

              1 Reply Last reply Reply Quote 0
              • B Offline
                berniedog
                last edited by 14 Apr 2010, 19:02

                Thanks Thomas for the quick reply!
                Found the link, I originally thought
                it was the french version- Cheers- bob

                1 Reply Last reply Reply Quote 0
                • C Offline
                  christos88
                  last edited by 22 Apr 2010, 19:22

                  Hi,
                  Just downloaded the Plugin, but when I tried it out it didnt work: When i selected the component I couldnt do anything else (says to highlight a line along the red axis, but still nothing happens).

                  I've also tried using models users posted here, but still no go...

                  Any ideas? I just have to shape a facade for a project, so if worse comes to worse could i perhaps post the model here and anybody shape it for me? (i've got the curve etc)

                  Thanks

                  1 Reply Last reply Reply Quote 0
                  • D Offline
                    Dummhamer
                    last edited by 24 Apr 2010, 12:49

                    Thank's for this super-mega plugin!

                    1 Reply Last reply Reply Quote 0
                    • D Offline
                      DIEGO-RODRIGUEZ
                      last edited by 24 Apr 2010, 15:45

                      chris thank you very much for this update.

                      a query:

                      to generate this geometry, there are irregular shapes.

                      Why?
                      I'm doing something wrong?

                      http://img130.imageshack.us/img130/3299/sinttulo1copiapp.jpg


                      Sin título.skp

                      1 Reply Last reply Reply Quote 0
                      • C Offline
                        Chris Fullmer
                        last edited by 24 Apr 2010, 15:54

                        @christos88 said:

                        Hi,
                        Just downloaded the Plugin, but when I tried it out it didnt work
                        Thanks

                        Hi Christos, please upload the model, or the small portion you are working on bending, and I'll see if I can get it to work. Sorry I missed your post a few days ago.

                        Chris

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

                        1 Reply Last reply Reply Quote 0
                        • C Offline
                          Chris Fullmer
                          last edited by 24 Apr 2010, 16:42

                          @Diego - Unfortunately that is just a side effect of how curved shapes in 3d work. I have not figure out a mathematical way to smooth those jaggies out. I'm not even sure its possible?

                          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
                            August
                            last edited by 25 Apr 2010, 22:46

                            @chris fullmer said:

                            Unfortunately that is just a side effect of how curved shapes in 3d work. I have not figure out a mathematical way to smooth those jaggies out. I'm not even sure its possible?

                            You could smooth out the jaggies with Beziers connecting the points, but that would simply make the curve have lots more points in it and the attached surface would have LOTS more polygons in it.

                            At this point in the technology, polygons are the most general-purpose way of rendering surfaces and that's what Open-GL is designed to do, and the math for that is built into the video chips.

                            If we had hugely faster processors, like maybe 1000 times as fast as the current standard or more, it would be possible to have all surfaces represented by mathematical formulas instead of simple polygons. That would allow everything to be arbitrarily smooth -- as you zoom in closer, the pixels are recalculated by the formulas and the formulas are designed to connect smoothly to each other. Like having every polygon represented by a Loft surface.

                            Of course, that's just smoothness. You would still have a limit of precision by how many different formulas were used -- the edges of Loft surfaces. At some point there will always be a trade-off between numbers of parts and the complexity of those parts. If instead of formula Loft surfaces you use 1000 times as many polygons to have smoother edges, you will still hit a limit where things go jaggy.

                            I hope this helps,
                            August

                            “An idea, like a ghost, must be spoken to a little before it will explain itself.”
                            [floatr:v1mcbde2]-- Charles Dickens[/floatr:v1mcbde2]

                            1 Reply Last reply Reply Quote 0
                            • K Offline
                              kitesurfjerry
                              last edited by 26 Apr 2010, 17:06

                              I can't seem to find the link to download Shape Bender Beta plugin. Help!!

                              1 Reply Last reply Reply Quote 0
                              • C Offline
                                Chris Fullmer
                                last edited by 26 Apr 2010, 20:18

                                Hey Jerry, the download is at the bottom of the first post in this thread. So go back to page 1, and scroll down past the videos and right there at the bottom of the thread should be a link to download the plugin. Hope that helps.

                                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
                                  August
                                  last edited by 27 Apr 2010, 03:26

                                  @chris fullmer said:

                                  ... the download is at the bottom of the first post in this thread. ...

                                  Hi Chris,

                                  This seems to be a chronic problem, and not just for this plugin, but certainly often here.

                                  Obviously the title of the thread, with the recent date, does not get people's attention.

                                  Somehow, when they are glancing at that page, looking for the link to the last page of the thread, they need to have their attention caught and dragged away from what they are intent on and get hit in the face with "Right Here" of some kind.

                                  I suggest a big graphic, right under the title, maybe even above the script name and the version, that looks like a Download button as used on so many websites, that says "Download Latest Version Here". Then either that can be a working button or, easier, it is followed by the instructions, "The link is at the end of this first post." Or something like that. Then the script name, Beta v0.55, Date (yes, repeating it from the title), etc.

                                  Download button for SCF.png
                                  I know it sounds redundant, but most people skim rather than reading. Their first approximation is to look at the graphic organization of the page to figure out which minimal parts they need to actually read. Most of the time, for most web pages, that's an effective strategy and gets you where you want to be faster. Here, because SCF actually has better organization than most web pages, people's presumptions can lead them to exactly what Jerry did -- skipping right paste the information they are looking for because they don't expect it to be there.

                                  Once people get used to how SCF works, the idea of having the first post updated with the latest version is a really great way to organize things, but that is not the web standard, so you have to interrupt people who think they already know what they are doing.

                                  My suggestion, based on UI-design psychology and the neurophysiology of human visual perception, is a big graphic that looks as familiar as you can make it that says "Download". Once they stop an look at that, you can tell them what to do.

                                  I hope this helps,
                                  August

                                  “An idea, like a ghost, must be spoken to a little before it will explain itself.”
                                  [floatr:v1mcbde2]-- Charles Dickens[/floatr:v1mcbde2]

                                  1 Reply Last reply Reply Quote 0
                                  • C Offline
                                    Chris Fullmer
                                    last edited by 27 Apr 2010, 04:31

                                    Thats a good idea August. I like the icon, I think I'll go with one that I put at the very bottom of the post, immediately above the link that have large arrows pointing downards. Great idea,

                                    Chris

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

                                    1 Reply Last reply Reply Quote 0
                                    • TIGT Offline
                                      TIG Moderator
                                      last edited by 27 Apr 2010, 08:06

                                      The 'warning sign' is a good idea...
                                      I always have the download-link in the first post, and then I update it as the version changes; I also add the full update notes there.
                                      Then I add a new post to the topic to bump it, explaining briefly the changes and also add a link back to the main post [right-click over the small 'square' icon below the title string called something like 'copy link location']...
                                      That way users are told about the changes and the download is always in the same place.

                                      TIG

                                      1 Reply Last reply Reply Quote 0
                                      • C Offline
                                        Chris Fullmer
                                        last edited by 27 Apr 2010, 15:00

                                        Thats how I have done mine too, and I genereally like it that way. Except this particular plugin the release notes got so excessive, the first post was unbearable. So I recently stripped out all the release notes just to simplify the frst post to make it easier to find the download link. The release notes are inside the plugin if people really want to see the version history. oh and I recently updated it with a tiny minor update that I decided to not bump the thread for - maybe I should have. It was just a speed fix that made it work faster. Anyhow, all good ideas. Especially now that two days ago Aidan blogged about thisd script. I'm guessing that might start pushing more people to come check it out. Especially after the newlestter gets emailed out to everyone with the blog posts in it.

                                        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
                                          August
                                          last edited by 27 Apr 2010, 16:45

                                          @chris fullmer said:

                                          ThaI'm guessing that might start pushing more people to come check it out.

                                          All the more reason to catch people's attention at the very top of the first post so you don't get as many "I can't find it" questions.

                                          It has to be at the top of the post, "before the fold" as Marketing folks call it, so that it is there before they do any scrolling or clicking or anything.

                                          “An idea, like a ghost, must be spoken to a little before it will explain itself.”
                                          [floatr:v1mcbde2]-- Charles Dickens[/floatr:v1mcbde2]

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

                                          Advertisement