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

    [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.
    • KrisidiousK Offline
      Krisidious
      last edited by

      Here... Try mine.

      favicon

      (www.aboveallhouseplans.com)

      it's like 37 megs. has more ivy in it.

      if this doesn't work there is a conflict with another plugin.

      By: Kristoff Rand
      Home DesignerUnique House Plans

      1 Reply Last reply Reply Quote 0
      • Z Offline
        zelimbo
        last edited by

        thanx man!

        1 Reply Last reply Reply Quote 0
        • KrisidiousK Offline
          Krisidious
          last edited by

          Did that fix it?

          By: Kristoff Rand
          Home DesignerUnique House Plans

          1 Reply Last reply Reply Quote 0
          • F Offline
            fwolf21
            last edited by

            Great work.
            I have worked with the original ivy generator back in 2008-2009.
            Don't have any thing to say right now since just start using it.
            Ill keep you posted if anything comes up.

            Keep you the great work

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

              awesome! thx man.

              1 Reply Last reply Reply Quote 0
              • T Offline
                technoshaman
                last edited by

                Thank you for this wonderful plug in. I was about to start modeling ivy by hand!!!! But this saved me so much time. THANK YOU

                1 Reply Last reply Reply Quote 0
                • lele_poggiL Offline
                  lele_poggi
                  last edited by

                  The plug-in doesn't work with the new version of Vray for Sketchup 1.6.
                  Can be fixed this bug?
                  Thank you

                  gsa | Gabriele Sacchi architetto
                  http://www.gs-a.it

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

                    @lele_poggi said:

                    The plug-in doesn't work with the new version of Vray for Sketchup 1.6.
                    Can be fixed this bug?
                    Thank you
                    The bug is in the Vray beta - it breaks several legit tools by having some flaky observer calls... I know Vray have a solution and I'd expect an update to their beta soonest...
                    Meanwhile can I suggest that you disable Vray from loading while modeling - you don't need a renderer to model ??

                    TIG

                    1 Reply Last reply Reply Quote 0
                    • lele_poggiL Offline
                      lele_poggi
                      last edited by

                      Thanks TIG.
                      I've already disable Vray and it works fine.
                      I didn't know it was a Vray bug.
                      So I'm in waiting for their next beta release to check this.

                      gsa | Gabriele Sacchi architetto
                      http://www.gs-a.it

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

                        I'd recommend that you report this to the developers of V-Ray. It's known to have caused problems with other plugins as well.

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

                        1 Reply Last reply Reply Quote 0
                        • A Offline
                          AcesHigh
                          last edited by

                          @pierreden said:

                          TO COME

                          • Leaves as Components
                          • More Parameters and grow patterns.
                          • Other Plugins. Fur, Cloth and Tree.

                          I wonder what happened to Pierreden 😞

                          1 Reply Last reply Reply Quote 0
                          • JBJDesignsJ Offline
                            JBJDesigns
                            last edited by

                            Sorry to say I did not find this plug-in very useful. But it could be my version of SketchUp (2013). The "branch" part worked okay; but when I applied the leaves, they all drooped (no matter what settings I used... and I really tried to make this work). Turns out the "Tak2hata: Make Fur v2.0.6" is much better at creating leaves. Nice try though. And by the way, I do have the original ivy maker which I use once in awhile.

                            One other problem... the leaves for some reason turned up in every new file I opened as components. Then I tried to remove "unused" components, the leaves would not purge. They had to be deleted individually. Annoying.

                            ...you send them to school, you give them books, and they eat the pages...

                            1 Reply Last reply Reply Quote 0
                            • J Offline
                              jake0721
                              last edited by

                              hello sir, is it compatible for su 8? im using su 8 pro

                              1 Reply Last reply Reply Quote 0
                              • KrisidiousK Offline
                                Krisidious
                                last edited by

                                @jake0721 said:

                                hello sir, is it compatible for su 8? im using su 8 pro

                                yes, it is...

                                By: Kristoff Rand
                                Home DesignerUnique House Plans

                                1 Reply Last reply Reply Quote 0
                                • B Offline
                                  bsley
                                  last edited by

                                  No luck getting this installed. Dropped the contents of the zip into my "Plugins" folder and I'm getting this when I open Sketchup:

                                  Error Loading File LiveIvy.rb
                                  undefined method `file_loaded?' for main:Object

                                  Mac 10.8.3 / SketchUp 2013

                                  1 Reply Last reply Reply Quote 0
                                  • KrisidiousK Offline
                                    Krisidious
                                    last edited by

                                    One of the SketchUp gurus will have to answer that...

                                    By: Kristoff Rand
                                    Home DesignerUnique House Plans

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

                                      same problem:
                                      Error Loading File LiveIvy.rb
                                      undefined method `file_loaded?' for main:Object

                                      SU2013
                                      plugin Vray 1.49.02
                                      and sketchupIvy 0.6.3beta
                                      Please help! thank you

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

                                        The file_loaded? method is created by sketchup.rb
                                        There should be a line near the start of every script to ensure that sketchup.rb is loaded before calling it:
                                        require('sketchup.rb')
                                        This will load it if it has no already been loaded by a script that loaded earlier on.
                                        If you have a very limited number of plugins loading and one of them has not loaded sketchup.rb before getting to try and load 'LiveIvy.rb' then you'll get a failure.
                                        If you don't want to edit the LiveIvy file to add that line of code at the sart, then why not just install the 'SketchUcation Plugin Store' toolset [see the Resources menu] - that has a loader starting with ! putting it first alphabetically, so it loads at the very start AND therefore will have already 'required' sketchup.rb, preventing later miscast plugins throwing an error.
                                        You'll also have the added advantage of then having an awesome [free] toolset to auto-install and manager your plugins and extensions !

                                        TIG

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

                                          Thank you for share

                                          1 Reply Last reply Reply Quote 0
                                          • K Offline
                                            Kjammer
                                            last edited by

                                            The SketchupIvy.0.6.3 is a .rar file and Sketchup cant recognize it because it not an rbz. how do we install it?

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 29
                                            • 30
                                            • 31
                                            • 32
                                            • 33
                                            • 36
                                            • 37
                                            • 31 / 37
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement