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

    [Plugin] Compo Spray 1.4.2 Updated

    Scheduled Pinned Locked Moved Plugins
    271 Posts 89 Posters 301.3k Views 89 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.
    • OxerO Offline
      Oxer
      last edited by

      Thanks TIG, tested in SU2014 & SU2015 on Mac OSX 10.9.5 and the plugin works fine. πŸ‘

      "The result is the end what is important is the process" by Oxer
      [http://www.oxervision.blogspot.com/(http://www.oxervision.blogspot.com/)]

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

        Thanks for the update!

        1 Reply Last reply Reply Quote 0
        • CadFatherC Offline
          CadFather
          last edited by

          Didier, they're coming in faster than i can download them!

          Thanks! πŸ‘ πŸ˜„

          1 Reply Last reply Reply Quote 0
          • V Offline
            valerostudio
            last edited by

            Same here in Win7 64 bit - I hit the button and nothing.

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

              @valerostudio said:

              Same here in Win7 64 bit - I hit the button and nothing.
              Your message is at odds with the ones following the update πŸ˜•
              Works fine for me in Win7 64bit !
              You do have the latest version installed from the PluginStore?
              You have restarted SketchUp ?
              AND you have removed any earlier versions of the tool before this ?
              Are there any error messages in the Ruby Console ?
              When you say you 'hit the button', do you mean the toolbar's button or the dialog's button ?
              More feedback please...

              TIG

              1 Reply Last reply Reply Quote 0
              • BoxB Offline
                Box
                last edited by

                Make sure you have a surface to spray on.


                Compo.JPG

                1 Reply Last reply Reply Quote 0
                • soloS Offline
                  solo
                  last edited by

                  @valerostudio said:

                  Same here in Win7 64 bit - I hit the button and nothing.

                  same here and I do have a plane to spray on.

                  http://www.solos-art.com

                  If you see a toilet in your dreams do not use it.

                  1 Reply Last reply Reply Quote 0
                  • BoxB Offline
                    Box
                    last edited by

                    As tig already said, Which Button? Do you get the settings dialog? or does it not even work from the point of clicking the menu?

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

                      @solo said:

                      @valerostudio said:

                      Same here in Win7 64 bit - I hit the button and nothing.

                      same here and I do have a plane to spray on.
                      What button exactly ?
                      Also any Ruby Console errors ?
                      Have you definitely removed all of the legacy stuff before installing it ?
                      Some of you were installing the older version into the Tools folder, and all manner of foolishness !
                      The updated version clearly working for many of us in v2015, so we need to find what you troublemakers are doing differently πŸ˜•

                      TIG

                      1 Reply Last reply Reply Quote 0
                      • soloS Offline
                        solo
                        last edited by

                        Error; #<NoMethodError; undefined method `dec' for 0.0;Length>
                        c;/users/pete/appdata/roaming/sketchup/sketchup 2015/sketchup/plugins/compospray/compospray.rbs;10;in `initialize'
                        c;/users/pete/appdata/roaming/sketchup/sketchup 2015/sketchup/plugins/compospray/compospray.rbs;98;in `new'
                        c;/users/pete/appdata/roaming/sketchup/sketchup 2015/sketchup/plugins/compospray/compospray.rbs;98;in `compoSpray_main'
                        C;/Users/Pete/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/compoSprayToolbar.rb;19;in `block in <top (required)>'
                        SketchUp;1;in `call'
                        
                        

                        http://www.solos-art.com

                        If you see a toilet in your dreams do not use it.

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

                          @Solo

                          Now I see... β˜€
                          Didier's code [ill advisedly] messes with 'Float'.
                          I suspect it adds 'dec' as a method.
                          In v2015 'Length' is somewhat divorced from 'Float', so his method 'dec' is probably orphaned with some Units set ups !
                          I look at a fix and update when I can...

                          TIG

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

                            I think that this updated version will now work in v2015 with all units settings...
                            http://sketchucation.com/pluginstore?pln=compoSpray Please try it, and report back...

                            TIG

                            1 Reply Last reply Reply Quote 0
                            • chonC Offline
                              chon
                              last edited by

                              Many thanks TIG ! πŸ‘

                              Works fine for me with AdditionalPluginFolders !!

                              SU2019 pro 19.3.253 + VRay 4.00.02 (Next) on Win10-64Bits

                              1 Reply Last reply Reply Quote 0
                              • soloS Offline
                                solo
                                last edited by

                                πŸ‘

                                Thanks Tig, working now.

                                http://www.solos-art.com

                                If you see a toilet in your dreams do not use it.

                                1 Reply Last reply Reply Quote 0
                                • V Offline
                                  valerostudio
                                  last edited by

                                  Yes, working. Made sure to delete any old versions and working now in 2015 x64 Win7. HUGE THANKS!!!!

                                  1 Reply Last reply Reply Quote 0
                                  • V Offline
                                    valerostudio
                                    last edited by

                                    When you get the warning box that it will take X minutes to complete and you click NO the box doesn't go away and the plugin will not close.

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

                                      @valerostudio said:

                                      When you get the warning box that it will take X minutes to complete and you click NO the box doesn't go away and the plugin will not close.
                                      Didier's code is Byzantine in its complexity !
                                      I suspect it's because he used 'break' in the earlier version that itself broke in Ruby2.
                                      I replaced it with 'return', but that does nothing !
                                      Maybe the earlier 'break' effectively stopped the tool ?
                                      I'll look through and see if I can adjust things...

                                      TIG

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

                                        Here's an updated version in the PluginStore http://sketchucation.com/pluginstore?pln=compoSpray
                                        Now if you are about to add thousands of components and the warning dialog asks if you want to proceed and you answer NO, then the tool quits and the dialog closes.
                                        Answer YES and it continues...

                                        TIG

                                        1 Reply Last reply Reply Quote 0
                                        • CadFatherC Offline
                                          CadFather
                                          last edited by

                                          now it is perfect. thank you TIG πŸ‘

                                          1 Reply Last reply Reply Quote 0
                                          • V Offline
                                            valerostudio
                                            last edited by

                                            Actually I just got a Bugsplat when it tried to close. 😒

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 13
                                            • 14
                                            • 5 / 14
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement