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

    [Plugin] SmartDrop Beta

    Scheduled Pinned Locked Moved Plugins
    43 Posts 27 Posters 67.8k Views 27 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.
    • shuraS Offline
      shura
      last edited by

      Like the name says, it has to be components, not groups. πŸ˜‰

      1 Reply Last reply Reply Quote 0
      • Chris FullmerC Offline
        Chris Fullmer
        last edited by

        I just tried smart drop with SU 8, and it worked like a charm. What exactly about it is not working?

        Lately you've been tan, suspicious for the winter.
        All my Plugins I've written

        1 Reply Last reply Reply Quote 0
        • C Offline
          ckho1985
          last edited by

          @chris fullmer said:

          I just tried smart drop with SU 8, and it worked like a charm. What exactly about it is not working?

          that's very strange. I assume there would be just one file (smartdrop.rb) to copy right? However, on my SU8, the smartdrop function is not showing at all. any idea why?

          1 Reply Last reply Reply Quote 0
          • Chris FullmerC Offline
            Chris Fullmer
            last edited by

            You mean there is no command visible? You really need to specify what the problem is. For example, you try to run it, and SU crashes. You try to run it, and your entire model disappears. You try to run it and nothing seems to happen. You install it and SU no longer opens. You install it, but can not find how to start the plugin. Please help us understand what the problem is.

            If you just can't figure out where to start it, it is in the right click menu when you have components selected.

            Good luck,

            Chris

            Lately you've been tan, suspicious for the winter.
            All my Plugins I've written

            1 Reply Last reply Reply Quote 0
            • C Offline
              ckho1985
              last edited by

              Sorry Chris as i didnt clarify the matter. What I have done was copied the rb file into the plugin file. However, when I loadup SU. I could not find the smartdrop function, not in the plugin list, nor right click, nor help. I though there was an icon for the smartdrop tool, back in su7 (maybe I am wrong), and it wasnt there. btw, everything else was find, no crash no nothing.

              um... I think I should repair my su8 and re-download the rb file.

              1 Reply Last reply Reply Quote 0
              • Rich O BrienR Offline
                Rich O Brien Moderator
                last edited by

                [flash=800,600:1qce6im4]http://www.youtube.com/v/qBmPEEOAIEY[/flash:1qce6im4]

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

                1 Reply Last reply Reply Quote 0
                • N Offline
                  Niffler
                  last edited by

                  @solo said:

                  I agree.

                  I never knew it existed, and what a great script it is.

                  Hey Solo,

                  You said you are for hire, is that right? I've been to your website and...how do you hire a god?!
                  Niffler πŸ˜‰

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

                    For me there are some issues.... job does not complete, perhaps owing to component bumping?

                    Merci, Pilou for your nice image tut, posted earlier. β˜€


                    smart drop-fail-1.JPG

                    ~ Brooke

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

                      Yes, component bumping appears to have been the problem.


                      smart drop-fail-2.JPG

                      ~ Brooke

                      1 Reply Last reply Reply Quote 0
                      • pilouP Offline
                        pilou
                        last edited by

                        Use the cool Thomthom RayTracer! πŸ‘
                        Object must be in a box with an horizontal base : Drop by Bounds
                        So will work with your example!
                        careful than an inclined object yet droped don't block next following πŸ˜‰

                        bounds.jpg

                        by Thomthom

                        http://forums.sketchucation.com/download/file.php?id=53900&t=1

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

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

                          I'm trying to drop a solar array onto a surface using this plugin and having some issues. The panels are touching end to end, and when I drop them to the surface, either individually or all together, some of the components will turn up on end and others will lay plat on the surface. Any thoughts?

                          I'm using SU 8 Pro.

                          Thanks!

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

                            Thanks for the plugin. But it changes the angle of objects?

                            So if I have a pole, I drop it to the surface but this plugin in makes it no longer vertical. Is there an option to change this?

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

                              Thanks for plugin. But I have some problem while adding this plugin from extension part of windows. I can't see anything related with smart drop while selecting some component in SketchUp.

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

                                Did you use Preferences > Extensions > Install... or the SketchUcation PluginStore dialog's AutoInstall button to install the RBZ version ?
                                Is the appropriate smartdrop.RB file in your Plugins folder ?
                                Is it listed in the SketchUcation Plugins Manager ?
                                If you select one or more component instances that are located above a surface you should get a right-click context-menu item... which then does the 'drop' to any intersection with a surface below the instance[s]...
                                Remember that the surface front face should be 'up'...

                                TIG

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

                                  The current version 1.5 is modifying the SketchUp Ruby API:

                                  
                                  class Sketchup;;Group 
                                          def definition # make it so you can use group.definition 
                                                  return(entities[0].parent) 
                                          end 
                                  end
                                  
                                  

                                  Which isn't good - as it overrides the Group.definition method implemented in SU2015.
                                  Also, the method is bugged - it will raise an error is the group is empty. Can we get a new version please that doesn't modify the Ruby API namespace?

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

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

                                    I have fixed the issue with the group.definition method...
                                    http://sketchucation.com/pluginstore?pln=smartdrop

                                    TIG

                                    1 Reply Last reply Reply Quote 0
                                    • jujuJ Offline
                                      juju
                                      last edited by

                                      thanks for the consistent hard work to the coders

                                      any idea when this is moving out of beta?

                                      Save the Earth, it's the only planet with chocolate.

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

                                        @juju said:

                                        thanks for the consistent hard work to the coders
                                        any idea when this is moving out of beta?
                                        I suspect never !
                                        The author seems to no longer support it.
                                        But like so many plugins using beta in their title it could simply be retitled with no coding changes - calling it 'beta' is just the author's way of warning you it might not be 100% reliable - but then some 'full-release' plugins are less reliable that others' beta-releases...

                                        TIG

                                        1 Reply Last reply Reply Quote 0
                                        • tt_suT Offline
                                          tt_su
                                          last edited by

                                          @tig said:

                                          I have fixed the issue with the group.definition method...

                                          πŸ‘

                                          1 Reply Last reply Reply Quote 0
                                          • duanekempD Offline
                                            duanekemp
                                            last edited by

                                            I'm trying this with grass proxy groups and nothing I do gets them to fall on any surface in a large quantity. Has anyone found the limits or explanation as to why hundreds and hundreds of proxies won't fall?

                                            Duane Kemp

                                            Kemp Productions
                                            Puidoux, Switzerland
                                            Gallery:
                                            https://duanekemp.artstation.com/

                                            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