• Login
sketchucation logo sketchucation
  • Login
πŸ€‘ SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now

[Plugin] Sketchup Ivy

Scheduled Pinned Locked Moved Plugins
732 Posts 172 Posters 265.8k Views 172 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.
  • S Offline
    sadyo
    last edited by 29 May 2011, 13:14

    @nomeradona said:

    @pixero said:

    Has anyone been able to get the 0.6.3 version to work?
    yes working with sketchup 8

    😞 ... It's not working with my SketchUp 8, still using the 0.5.4

    1 Reply Last reply Reply Quote 0
    • T Offline
      thomthom
      last edited by 29 May 2011, 13:30

      Those of you with problems: can you post more info to what isn't working. "Not working" is like going to the doctor saying "I'm ill, fix me."

      Please be specific by what isn't working (lack of menus, errors, or unexpected behaviour). Also keep the Ruby Console open so you can see if any error messages appear.
      System information such as OS version and exact SketchUp version also helps.

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

      1 Reply Last reply Reply Quote 0
      • V Offline
        vidy
        last edited by 29 May 2011, 13:48

        @thomthom said:

        Those of you with problems: can you post more info to what isn't working. "Not working" is like going to the doctor saying "I'm ill, fix me."

        Please be specific by what isn't working (lack of menus, errors, or unexpected behaviour). Also keep the Ruby Console open so you can see if any error messages appear.
        System information such as OS version and exact SketchUp version also helps.

        Current problem on ver 0.6.3 on SU 8 at mine:

        1. When i press alt + click, sometime ivy doesn't follow the direction i clicked.
        2. Some time it doesn't react as it is supposed to be when i press ctrl + click (to grow leaves)
        3. And the most problem.. it just won't finished when i press shift + click, so it never generated the ivy. 😞

        but when i used ver 0.5.4, it's all work perfectly.. πŸ˜„

        still so much to learn..

        1 Reply Last reply Reply Quote 0
        • T Offline
          TIG Moderator
          last edited by 29 May 2011, 15:17

          In the script's line #20 [..branch] and line #244 [..tool] [and probably other lines too πŸ˜• ] there is some arithmetic where something that's 'nil' is subtracted from something else and so it returns an error...
          Either put these parts into begin...rescue...end traps so the error won't trip up the script OR better test if the variable is NOT 'nil' and setting it to say 0 if +or- or 1 if *or/ - e.g. xxx=0 if not xxx
          The tools could be trapped to return at least something 1-seed.params[:branch][:spread] will fail if NOT seed.params[:branch][:spread] (i.e. it's nil)...
          LiveIvy.seed is defined as @@seed which in turn is defined as ' self' πŸ˜•
          which in turn has params which have :branch and :spread... BUT somewhere some of these aren't getting set to 0 [or 1 ?] as a safety net ??

          TIG

          1 Reply Last reply Reply Quote 0
          • P Offline
            Pixero
            last edited by 29 May 2011, 16:19

            @vidy said:

            @thomthom said:

            Those of you with problems: can you post more info to what isn't working. "Not working" is like going to the doctor saying "I'm ill, fix me."

            Please be specific by what isn't working (lack of menus, errors, or unexpected behaviour). Also keep the Ruby Console open so you can see if any error messages appear.
            System information such as OS version and exact SketchUp version also helps.

            Current problem on ver 0.6.3 on SU 8 at mine:

            1. When i press alt + click, sometime ivy doesn't follow the direction i clicked.
            2. Some time it doesn't react as it is supposed to be when i press ctrl + click (to grow leaves)
            3. And the most problem.. it just won't finished when i press shift + click, so it never generated the ivy. 😞

            but when i used ver 0.5.4, it's all work perfectly.. πŸ˜„

            I have the same problems as Vidy.

            • It doesnt branch. Just one stem.
            • Doesn't finish. 😞
              Windows 7 64bit. SU 8.
            1 Reply Last reply Reply Quote 0
            • R Offline
              rodrigonotor
              last edited by 29 May 2011, 16:30

              You're rigth, here are the info:

              Sketchup 8.0.3117
              Sketchup Ivy 0.6.3
              Win 7 Ult

              Only create a little part of the Ivy and when I make Click+Shitft not work at all.

              Ruby Console:

              Error; #<TypeError; nil can't be coerced into Fixnum>
              C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_branch.rb;20;in `-'
              C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_branch.rb;20;in `initialize'
              C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_branch.rb;49;in `new'
              C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_branch.rb;49;in `grow_stem'
              C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_branch.rb;38;in `each'
              C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_branch.rb;38;in `grow_stem'
              C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_tool.rb;204;in `grow_stem'
              C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_tool.rb;203;in `each'
              C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_tool.rb;203;in `grow_stem'
              C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_tool.rb;202;in `times'
              C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_tool.rb;202;in `grow_stem'
              C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_tool.rb;90;in `onLButtonUp'
              C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_branch.rb;20
              

              Click+Shift

              Error; #<NoMethodError; undefined method `-' for nil;NilClass>
              C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_tool.rb;244;in `birth_stem'
              C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_tool.rb;237;in `each'
              C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_tool.rb;237;in `birth_stem'
              C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_tool.rb;226;in `birth'
              C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/LiveIvy/LiveIvy_tool.rb;93;in `onLButtonUp'
              quietly_force_sync_mats_cb just called
              

              29-05-2011 08-29-38 a.m..jpg
              29-05-2011 08-29-56 a.m..jpg
              29-05-2011 08-33-49 a.m..jpg

              β€’ [Sketchando.net](http://foro.sketchando.net/portal.php) β€’ www.arqcad.net β€’

              1 Reply Last reply Reply Quote 0
              • S Offline
                sadyo
                last edited by 30 May 2011, 01:26

                @pixero said:

                @vidy said:

                @thomthom said:

                Those of you with problems: can you post more info to what isn't working. "Not working" is like going to the doctor saying "I'm ill, fix me."

                Please be specific by what isn't working (lack of menus, errors, or unexpected behaviour). Also keep the Ruby Console open so you can see if any error messages appear.
                System information such as OS version and exact SketchUp version also helps.

                Current problem on ver 0.6.3 on SU 8 at mine:

                1. When i press alt + click, sometime ivy doesn't follow the direction i clicked.
                2. Some time it doesn't react as it is supposed to be when i press ctrl + click (to grow leaves)
                3. And the most problem.. it just won't finished when i press shift + click, so it never generated the ivy. 😞

                but when i used ver 0.5.4, it's all work perfectly.. πŸ˜„

                I have the same problems as Vidy.

                • It doesnt branch. Just one stem.
                • Doesn't finish. 😞
                  Windows 7 64bit. SU 8.

                Yep, I have the same problems too, just like i/we already reported since v0.6.2

                Windows 7 64bit, SU8.0.4811 pro

                1 Reply Last reply Reply Quote 0
                • U Offline
                  urgen
                  last edited by 31 May 2011, 16:08

                  ....O-O-O-goooooooood! πŸ‘ please,do not stop this work,! πŸŽ‰

                  --pupil forever...------

                  1 Reply Last reply Reply Quote 0
                  • S Offline
                    SketchUpNoobie
                    last edited by 1 Jun 2011, 15:49

                    O.K. This is embarrassing. πŸ˜’

                    How do I open the .rar file? πŸ˜• Do I just drop it in my plugins folder or do I need to do anything else such as extracting it somehow. I downloaded it right to my plugins folder and it doesn't seem to be showing up.

                    --

                    SketchUpNoobie: the complete noob in all things SketchUp.

                    1 Reply Last reply Reply Quote 0
                    • R Offline
                      Rich O Brien Moderator
                      last edited by 1 Jun 2011, 15:58

                      .rar is a different compression format. Use 7zip or PeaZip to uncompress and then place in plugins folder

                      Download the free D'oh Book for SketchUp πŸ“–

                      1 Reply Last reply Reply Quote 0
                      • S Offline
                        SketchUpNoobie
                        last edited by 1 Jun 2011, 16:05

                        @unknownuser said:

                        .rar is a different compression format. Use 7zip or PeaZip to uncompress and then place in plugins folder

                        So I have to download an extractor? Then I would extract it the same as I would a .zip? Alright. Thanks.

                        --

                        SketchUpNoobie: the complete noob in all things SketchUp.

                        1 Reply Last reply Reply Quote 0
                        • R Offline
                          Rich O Brien Moderator
                          last edited by 1 Jun 2011, 16:32

                          @unknownuser said:

                          So I have to download an extractor?

                          Yes, Windows doesn't extract .rar and many other compression types. Anyway either of those i posted are great alternatives to have.

                          Download the free D'oh Book for SketchUp πŸ“–

                          1 Reply Last reply Reply Quote 0
                          • S Offline
                            SketchUpNoobie
                            last edited by 1 Jun 2011, 16:52

                            @unknownuser said:

                            @unknownuser said:

                            So I have to download an extractor?

                            Yes, Windows doesn't extract .rar and many other compression types. Anyway either of those i posted are great alternatives to have.

                            Yep. Thanks. I got PeaZip seems to work well and looks like a useful tool.

                            --

                            SketchUpNoobie: the complete noob in all things SketchUp.

                            1 Reply Last reply Reply Quote 0
                            • S Offline
                              SketchUpNoobie
                              last edited by 1 Jun 2011, 16:57

                              I haven't read through the whole thread so please forgive me if this has been asked and/or solved before.

                              I play around with my ivy until I am satisfied but when I Shift+Click to create the actual geometry, nothing happens. πŸ˜• Am I doing something wrong? I am running SketchUp 7 on Windows XP and have SketchUp Ivy version 0.6.3. I know you said this isn't tested on SketchUp 7. Is this my problem?

                              --

                              SketchUpNoobie: the complete noob in all things SketchUp.

                              1 Reply Last reply Reply Quote 0
                              • S Offline
                                SketchUpNoobie
                                last edited by 1 Jun 2011, 17:07

                                Nevermind. Works fine in SU 8. Really is a bummer though. Will there ever be support for version 7?

                                --

                                SketchUpNoobie: the complete noob in all things SketchUp.

                                1 Reply Last reply Reply Quote 0
                                • V Offline
                                  vidy
                                  last edited by 1 Jun 2011, 23:02

                                  @sadyo said:

                                  I am following what TIG says, about better test if the variable is NOT 'nil', then i try to fill a variable on the Branch Detail,...and voilaaa.... the Ivy appearing like it should and the SketchUpIvy0.6.3 can work very well now.

                                  hooorraaay.. yes its work.. basically we need to input the detail and spread on ivy tab..
                                  thanks tig,sadyo and pierreden for this plugins 😍

                                  regards,

                                  still so much to learn..

                                  1 Reply Last reply Reply Quote 0
                                  • R Offline
                                    rodrigonotor
                                    last edited by 1 Jun 2011, 23:58

                                    @vidy said:

                                    @sadyo said:

                                    I am following what TIG says, about better test if the variable is NOT 'nil', then i try to fill a variable on the Branch Detail,...and voilaaa.... the Ivy appearing like it should and the SketchUpIvy0.6.3 can work very well now.

                                    regards,

                                    Shame on me 😳 I don't understood what TIG says until now. The plugin works like charm.
                                    Thankyou guys.

                                    Sketchup 8.0.3117
                                    Sketchup Ivy 0.6.3
                                    Win 7 Ult

                                    01-06-2011 05-48-55 p.m..jpg

                                    01-06-2011 05-51-03 p.m..jpg

                                    β€’ [Sketchando.net](http://foro.sketchando.net/portal.php) β€’ www.arqcad.net β€’

                                    1 Reply Last reply Reply Quote 0
                                    • R Offline
                                      rombout
                                      last edited by 2 Jun 2011, 00:08

                                      nothing in su8 mac...
                                      even nil change to 1 doesnt do anything, also no errors or feedback from the rubyconsole

                                      1 Reply Last reply Reply Quote 0
                                      • R Offline
                                        rodrigonotor
                                        last edited by 2 Jun 2011, 00:51

                                        Translation version 0.6.3 beta to spanish

                                        TraducciΓ³n de la versiΓ³n 0.6.3 beta al espaΓ±ol

                                        SketchupIvy.0.6.3.esp_beta.rar

                                        β€’ [Sketchando.net](http://foro.sketchando.net/portal.php) β€’ www.arqcad.net β€’

                                        1 Reply Last reply Reply Quote 0
                                        • S Offline
                                          sadyo
                                          last edited by 2 Jun 2011, 01:34

                                          Perhaps this could be useful,

                                          http://photoserver.ws/images/3AOt4de66fdea6ebb.jpg

                                          I am following what TIG says, about better test if the variable is NOT 'nil', then i try to fill a variable on the Branch Detail,...and voilaaa.... the Ivy appearing like it should and the SketchUpIvy0.6.3 can work very well now .
                                          Thanks TIG...Thanks Piereden

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 11
                                          • 12
                                          • 13
                                          • 14
                                          • 15
                                          • 36
                                          • 37
                                          • 13 / 37
                                          13 / 37
                                          • First post
                                            245/732
                                            Last post
                                          Buy SketchPlus
                                          Buy SUbD
                                          Buy WrapR
                                          Buy eBook
                                          Buy Modelur
                                          Buy Vertex Tools
                                          Buy SketchCuisine
                                          Buy FormFonts

                                          Advertisement