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

    [Plugin] Grow

    Scheduled Pinned Locked Moved Plugins
    45 Posts 19 Posters 66.3k Views 19 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.
    • pilouP Offline
      pilou
      last edited by

      @unknownuser said:

      I suspect you already have the latest version

      yes old but yet 2.1 2007 01 21 πŸ˜‰

      Frenchy Pilou
      Is beautiful that please without concept!
      My Little site :)

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

        @unknownuser said:

        @unknownuser said:

        I suspect you already have the latest version

        yes old but yet 2.1 2007 01 21 πŸ˜‰

        It IS an 'oldie but a goldie'...
        It would probably benefit from a webdialog interface etc etc... BUT four or five years ago when I wrote it it was the best I could do...
        It still works!!! πŸ˜„

        TIG

        1 Reply Last reply Reply Quote 0
        • pyrolunaP Offline
          pyroluna
          last edited by

          Dude. Why didn't I discover this plugin sooner? This is the perfect plugin to make a spiral staircase! β˜€

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

            @unknownuser said:

            Dude. Why didn't I discover this plugin sooner? This is the perfect plugin to make a spiral staircase! β˜€

            That IS one of the demos from looooong ago... πŸ˜’

            TIG

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

              Right, but I believe Pyroluna's point is that there are MANY useful ruby 'gems' buried here...we need that official Plugin repository so that they are easy to discover and understand each one's purpose! β˜€

              3D Printing with SketchUp Book
              http://goo.gl/f7ooYh

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

                @d12dozr said:

                Right, but I believe Pyroluna's point is that there are MANY useful ruby 'gems' buried here...we need that official Plugin repository so that they are easy to discover and understand each one's purpose! β˜€

                That's why, after some prompting, I resurrected 'Grow' into the mainstream so you might all know/remember it... πŸ˜„
                Here're some [old] examples...Grow Examples.zip

                TIG

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

                  Thank you for those πŸ‘ ...now isn't someone working on a video tutorial? πŸ˜‰

                  3D Printing with SketchUp Book
                  http://goo.gl/f7ooYh

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

                    Grow is so old that there was only 16mm film back then πŸ˜‰

                    TIG

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

                      So a black and white silent film? That works! πŸ˜„

                      3D Printing with SketchUp Book
                      http://goo.gl/f7ooYh

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

                        It doesn't work for me if SketchyPhysics 3.2 is installed. If I remove sketchyphysics.rb from the plugins folder, it works fine.

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

                          @pherim said:

                          It doesn't work for me if SketchyPhysics 3.2 is installed. If I remove sketchyphysics.rb from the plugins folder, it works fine.
                          This is a known issue - SP messes with some existing base class methods and thereby affects a few other scripts...

                          TIG

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

                            Thanks for recommending this. It works a treat. πŸ‘

                            1 Reply Last reply Reply Quote 0
                            • S Offline
                              Sir.Swaffel
                              last edited by

                              What would be the best way to let it "grow along path"?

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

                                Not this tool...
                                Look for Chris Fullemr's ComponentStringer and RickW's ComponentAlongPath ...

                                TIG

                                1 Reply Last reply Reply Quote 0
                                • S Offline
                                  Sir.Swaffel
                                  last edited by

                                  Well I do need some kind of scaling. As you can see from the image, I'm trying to make a spiraling tower. I need to make windows in the vertical segments, but the tower is quite large and the vertical segments get smaller as the tower gets higher. So I need the windows to follow the spiraling path upwards AND have them scaled down according to the height. Then I'm going to subtract them from the vertical segments to create the arched openings. It's a total headache πŸ˜’

                                  tower.jpg

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

                                    Try DrawHelix for the rail[s] - you can have different start/end radii and a straight-curve for the profile...Capture.PNG Here's quick example, worry about the fripperies like the door-arch later...

                                    TIG

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

                                      Hi - This is almost exactly what I need, but I would like to use other functions. Is there a way to alter this so that instead of choosing from linear/exponential/fibonacci I have the ability to select my own values. I need some other periodic functions, like sine-wave. I imagine, the easiest way to do this would be to just allow values to be passed in a list. So if I want 100 copies, I pass in a list with 100 numbers for x-offset. Is this possible?

                                      Mike

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

                                        Yes IF YOU redo the code.
                                        It's probably easiest to make a new tool that is run in a way that can take arguments - in your case an array of values, which it then uses to do something.
                                        That way the processing is somewhat independent of the outcome...
                                        Do not forget that there are already many tools that process CSV/TSV files so in your case you simply have a file in the format x,y,z [and even rotx,roty,rotz,scalex/,scaley,scalez etc] - one 'point' per line and then do something with the point - add cpoints, join up the points with lines etc, place an instance at every point and rotate it/scale it... You could make the 'table' file from Excel osa...
                                        IF you explain better what it is you want to achieve and supply a typical xyz... data set I might be able to quickly bodge something together, though I am quite busy... 😐

                                        TIG

                                        1 Reply Last reply Reply Quote 0
                                        • brookefoxB Offline
                                          brookefox
                                          last edited by

                                          I'm a new 'grow' user and am confronted with immediate splats after after processing. Knowing how diligent TIG is about resolving issues, I don't doubt the problem is a conflict with one of the plugs I've recently installed. Prior to uninstalling them in batches to try to isolate the culprit, I thought I'd ask if there anyone had problems but did not mention them. I get no results searching splats here.

                                          Thanks.

                                          EDIT: Whatever the problem was, it has gone away.

                                          ~ Brooke

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

                                            Here's a minor update http://forums.sketchucation.com/viewtopic.php?p=324331#p324331
                                            v2.2 avoids a clash with some rogue scripts' messing with base classes/methods for selection/group and/or miscast observers, that a very few users had reported recently.
                                            Now fixed for all [I hope!]...

                                            TIG

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

                                            Advertisement