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

    [Plugin] Selection Toys

    Scheduled Pinned Locked Moved Plugins
    593 Posts 120 Posters 357.6k Views 120 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.
    • ludnidL Offline
      ludnid
      last edited by

      @thomthom said:

      If you right click on the blank window, do you get the option to View source?

      (and if you open Ruby Console before opening the window, any output there?)

      Sorry for the late response. I just figured I'll do the upgrade to 2017 seeing some of the new tweaks made to it. Selection Toys works like a charm now. Thanks Thom.

      If you don't ask, the answer will always be no.

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

        Great tool! Is there a way to use the select faces by area for multiple selection of faces? So instead of individually selecting a face, I would like to select multiple faces and it would loop through each face and perform a selection of faces by area for each.

        What I'm trying to accomplish is selecting multiples of the same balcony on a building. Unfortunately, the building model was not built with components in mind and it is all in one layer. The idea is that I would select 1 balcony of the building (which is made out of several faces) and use the select faces by area to loop through each face and select the other balconies on the building.

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

          Can a selection be expanded by type?
          It's more intuitive to select 1 item type, for example text, images, dimensions, section planes, etc; and expand the selection.
          Instead of the reverse, where you select all items and then filter it out.

          1 Reply Last reply Reply Quote 0
          • ludnidL Offline
            ludnid
            last edited by

            @thomthom said:

            @ludnid: what is your user path? I'm still confused by the byte array shows a different path than the error message...

            C:/Users/Ludnid/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/

            If you don't ask, the answer will always be no.

            1 Reply Last reply Reply Quote 0
            • Y Offline
              yongrong
              last edited by

              thx!

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

                I can't seem to be able to customise the UI. In the UI Settings, under Tools, the UI settings has a little lock icon beside it.

                Any ideas?

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

                  @trad3mark said:

                  I can't seem to be able to customise the UI. In the UI Settings, under Tools, the UI settings has a little lock icon beside it.

                  Any ideas?

                  The intended UI cutomization is done by selecting or deselecting entries in the sections below that line. You can select what entires appear in the Context menu and toolbar. I don't believe Thom Thom intends for you to make settings in that area.

                  Etaoin Shrdlu

                  %

                  (THERE'S NO PLACE LIKE)

                  G28 X0.0 Y0.0 Z0.0

                  M30

                  %

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

                    Hmmm that's a pity. I wanted to have a bunch of them with keyboard shortcuts, but i guess that's not an option considering they don't show up in the shortcuts menu in preferences.

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

                      They'll show up in the Keyboard shortcuts if you have something selected so they'd show in the Context menu just like adding keyboard shortcuts for other Context menu items. Filter for Select Only.
                      Screenshot - 2_1_2018 , 1_10_18 PM.png

                      Etaoin Shrdlu

                      %

                      (THERE'S NO PLACE LIKE)

                      G28 X0.0 Y0.0 Z0.0

                      M30

                      %

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

                        @dave r said:

                        They'll show up in the Keyboard shortcuts if you have something selected so they'd show in the Context menu just like adding keyboard shortcuts for other Context menu items. Filter for Select Only.
                        [attachment=0:24ee8hmh]<!-- ia0 -->Screenshot - 2_1_2018 , 1_10_18 PM.png<!-- ia0 -->[/attachment:24ee8hmh]

                        YAY!!

                        Thank you so much for that! That solved it!

                        1 Reply Last reply Reply Quote 0
                        • MatheronM Offline
                          Matheron
                          last edited by

                          It would be great if Selection Toys could find solids and nonsolids.

                          This feature would turn Selection Toys to a powerful solid modelling aid, along with Solid Inspector. We would use it all the time.

                          This could be done by adding to the context menu Select Only > the two entries:

                          Solids
                          Nonsolids

                          Likewise, the context menu Deselect > could contain:

                          Solids
                          Nonsolids

                          Being able to quickly find all solids or all nonsolids would be extremely useful for preparing complex models for 3D printing. Typically, the user want to find all nonsolids, since nonsolids block printability. Then the user would fix nonsolids with Solid Inspector and manual work.

                          This means that optimally, Selection Toys ought not just to look at the current context. It should parse the entire object hierarchy, starting from the current context. It also means that identifying solids along object branches should be exclusive, while identifying non-solids along object branches should be inclusive:

                          • When using Select Only > Solids, Selection Toys should only select groups and components that have 100% solids all the way down to all raw geometry.

                          • When using Select Only > Nonsolids, Selection Toys should select all groups and components that contain at least one nonsolid.

                          Sketchup (via Entity Info) currently does not report a group or component containing 100% solid groups or components as a solid. So this flag cannot be used. You have to look at the leaves first and work your way back up to the current context. Selection Toys should be able to correctly report contexts that contain both raw geomety and further groups and components.

                          1 Reply Last reply Reply Quote 0
                          • MatheronM Offline
                            Matheron
                            last edited by

                            It would be good if Selection Toys could have the option to use a selection of any containers (components and groups) and convert each into a group:

                            Selection Toys
                            Instances -> Convert into groups

                            Right now, Selection Toys has the ability to convert groups into components. However, sometimes the reverse is needed - to convert all components into groups (or make them individually unique components).

                            I have not come across this functionality in any other extension.

                            Use case: Several other extensions, e.g. some boolean tools, rely on geometry that is unique for correct operation. For example, when using a large solid volume to subtract from several hundreds of solid components at once, where the resulting intersections may cut each component at different places, some boolean tools will not work well with components. But they do work well with groups, since they are already unique.

                            It is a fringe case, but sometimes it is needed and it should be easy to implement.

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

                              @matheron said:

                              (or make them individually unique components).
                              I have not come across this functionality in any other extension.

                              The late great Honoluludesktop has a plugin for this.
                              https://sketchucation.com/pluginstore?pln=make_all_unique

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

                                You can also take a look at nz_ConvertMe, not free but won't break the bank either, I've used it and was satisfied.

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

                                1 Reply Last reply Reply Quote 0
                                • MatheronM Offline
                                  Matheron
                                  last edited by

                                  Thank you for the extension links.

                                  Even more elegant would be if "convert into groups" would be baked into Selection Toys.

                                  However, the much more important wish is in my previous post - to make Selection Toys able to filter for solids and nonsolids.

                                  1 Reply Last reply Reply Quote 0
                                  • S Offline
                                    Semik
                                    last edited by

                                    Dear, I have problem with Selection Toys floating toolbar. I lost it when I dragged it to the edge of screen. Now I can use only menu on right mouse button. I tried to remove and reinstall the plugin but I still can't see the toolbar. I use SketchUp 2018 Pro at MacPro with High Sierra. Does anybody has the idea (trick) how to solve this problem?

                                    1 Reply Last reply Reply Quote 0
                                    • JClementsJ Offline
                                      JClements
                                      last edited by

                                      Do you have dual monitor? If so and you are only using one, then connect to a second monitor and then drag the entire toolbar into the first monitor,

                                      John | Illustrator | Beaverton, Oregon

                                      1 Reply Last reply Reply Quote 0
                                      • S Offline
                                        Semik
                                        last edited by

                                        @jclements said:

                                        Do you have dual monitor? If so and you are only using one, then connect to a second monitor and then drag the entire toolbar into the first monitor,

                                        Thank you! I did it. I was using a tablet with video cable which was connected to computer. Computer detected the second monitor.

                                        1 Reply Last reply Reply Quote 0
                                        • E Offline
                                          Einstein
                                          last edited by

                                          Hi!

                                          I'd have a couple ideas for selection methods.

                                          One would be selecting edges by crease, which is SubD parameter - one could select only creased or non-creased edges or even the ones within certain crease range (0-1), for example: select only edges with crease value from 0.5 to 1. This would significantly improve subdivision modelling workflow.

                                          Another is adding "sharp edges" definition next to soft, smooth and hidden edges. I know this is achievable by reversing selection and subtracting faces from selection, but it adds a couple of extra steps. I'd gladly assign hotkey for selecting only sharp edges cuz I do it a lot.

                                          Filtering out solid groups/ components would also be a cool feature!

                                          1 Reply Last reply Reply Quote 0
                                          • E Offline
                                            Einstein
                                            last edited by

                                            "Select (only)/ deselect stray edges" would be very useful too!
                                            The definition of a stray edge would be the same as in Clean Up tools.

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

                                            Advertisement