• Login
sketchucation logo sketchucation
  • Login
โš ๏ธ Libfredo 15.4b | Minor release with bugfixes and improvements Update

[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.
  • P Offline
    Pherim
    last edited by 18 May 2011, 15:06

    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
    • T Offline
      TIG Moderator
      last edited by 18 May 2011, 15:40

      @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 26 Sept 2011, 03:16

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

        1 Reply Last reply Reply Quote 0
        • S Offline
          Sir.Swaffel
          last edited by 27 Sept 2011, 10:46

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

          1 Reply Last reply Reply Quote 0
          • T Offline
            TIG Moderator
            last edited by 27 Sept 2011, 14:46

            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 27 Sept 2011, 15:12

              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
              • T Offline
                TIG Moderator
                last edited by 27 Sept 2011, 15:37

                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 28 Sept 2011, 19:42

                  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
                  • T Offline
                    TIG Moderator
                    last edited by 29 Sept 2011, 07:47

                    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
                    • B Offline
                      brookefox
                      last edited by 17 May 2012, 17:06

                      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
                      • T Offline
                        TIG Moderator
                        last edited by 19 May 2012, 16:08

                        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
                        • B Offline
                          brookefox
                          last edited by 19 May 2012, 17:57

                          Thank you, TIG. Your attentive diligence is inspiring.

                          ~ Brooke

                          1 Reply Last reply Reply Quote 0
                          • N Offline
                            nektares
                            last edited by 19 May 2012, 18:37

                            Hi TIG ๐Ÿ˜„ this looks like a very interesting plugin but when i try to use it i get this on the ruby console:

                            @unknownuser said:

                            for nil:NilClass>
                            C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/Grow.rb:339:in move' C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/Grow.rb:336:in each'
                            C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/Grow.rb:336:in move' C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/Grow.rb:554:in run'
                            C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/Grow.rb:86:in `onLButtonDown'

                            ยฟAm i missing something?

                            1 Reply Last reply Reply Quote 0
                            • T Offline
                              TIG Moderator
                              last edited by 19 May 2012, 19:25

                              @nektares said:

                              Hi TIG ๐Ÿ˜„ this looks like a very interesting plugin but when i try to use it i get this on the ruby console:

                              @unknownuser said:

                              for nil:NilClass>
                              C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/Grow.rb:339:in move' C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/Grow.rb:336:in each'
                              C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/Grow.rb:336:in move' C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/Grow.rb:554:in run'
                              C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/Grow.rb:86:in `onLButtonDown'

                              ยฟAm i missing something?
                              I suspect that you have some rogue script installed that is beyond this last fix... I'll look at an update... ๐Ÿ˜’

                              TIG

                              1 Reply Last reply Reply Quote 0
                              • T Offline
                                TIG Moderator
                                last edited by 19 May 2012, 19:43

                                Here's v2.3 http://forums.sketchucation.com/viewtopic.php?p=324331#p324331
                                I hope that it finally addresses all of the issues cause by 3rd party rogue scripts that ill-advisedly overwrite base class/methods and/or with miscast observers for groups/selections...

                                Sorry for today's confusion...
                                The tool only failed for a few users who had this 3rd party script combo... BUT now ALL should work OK... ๐Ÿ˜•

                                TIG

                                1 Reply Last reply Reply Quote 0
                                • N Offline
                                  nektares
                                  last edited by 22 May 2012, 14:06

                                  Thanks a lot TIG ๐Ÿ˜„!!
                                  I found the guilty plugin, The problem was caused by SketchyPhysics3 i removed it and now my mirror plugin, my mshstick plugin and the grow plugin now work fine!
                                  Iยดm having a blast with your script, thank you!
                                  grow

                                  1 Reply Last reply Reply Quote 0
                                  • 2 Offline
                                    258093521
                                    last edited by 6 Aug 2012, 03:43

                                    good job

                                    1 Reply Last reply Reply Quote 0
                                    • I Offline
                                      ivreich
                                      last edited by 7 Aug 2012, 04:05

                                      Instant Bugsplat
                                      HI TIG

                                      I downloaded the latest version of grow but I'm still having instant bugsplats. No error messages.

                                      I used a simple box, and don't have SketchyPhysics installed...

                                      Joel

                                      1 Reply Last reply Reply Quote 0
                                      • T Offline
                                        TIG Moderator
                                        last edited by 7 Aug 2012, 08:37

                                        Joel

                                        If you have the Ruby Console open before you use it are there any messages ?

                                        Do you have DrivingDimensions, SunStudy, Matchbox, Podium installed - these can have similar issues as SketchyPhysica and break standard methods...

                                        Can you post the simple SKP that fails for you, with instructions on what you do to get a 'fail'...

                                        TIG

                                        1 Reply Last reply Reply Quote 0
                                        • J Offline
                                          joeyme
                                          last edited by 20 Oct 2012, 11:50

                                          very nice

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

                                          Advertisement