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.
    • thomthomT Offline
      thomthom
      last edited by

      Fixed an issue where the DC menu would not appear if there was only one instance of the DC variant.

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

      1 Reply Last reply Reply Quote 0
      • cmeedC Offline
        cmeed
        last edited by

        Does your selection tools, or is it possible in general, to select an adjacent edge after selecting a single edge in an exploded curve? then the next and so on by clicking (with your 'tool' selected) arbitrarily rather than finding little edges, zooming in clicking, paning clicking etc - finally the curve is completely selected or as much of it as you want, you can use weld.

        this would help with complex models and tight spaces.
        c

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

          @cmeed said:

          Does your selection tools, or is it possible in general, to select an adjacent edge after selecting a single edge in an exploded curve? then the next and so on by clicking (with your 'tool' selected) arbitrarily rather than finding little edges, zooming in clicking, paning clicking etc - finally the curve is completely selected or as much of it as you want, you can use weld.

          this would help with complex models and tight spaces.
          c

          Not currently. But it's something I have on my todo list.

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

          1 Reply Last reply Reply Quote 0
          • cmeedC Offline
            cmeed
            last edited by

            it would make a nice accompaniment to the weld tool.

            1 Reply Last reply Reply Quote 0
            • simon le bonS Offline
              simon le bon
              last edited by

              Hey Thomas 😎 ,

              Native Selection tool of SketchUp is at the same time so powerfull and so poor. Your "Toys" increase incredibly its possibilities. I have had not to use those, concerning selection with components or groups for now but,

              The idea of your "Select Loop" is really amazing (and time saver)! I like it a lot 👍

              But more and moreover what seems especially important to me is your "Selection Modifier" : which makes possible to make a new selection into an existing selection. Since the beginning i'm using SU, i think it's something which definitively misses as a native option !!!!

              Here with this work, I discover you as a masterclass rubymaker 😮 👍 👍

              ,simon

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

                Reorganized the menu item for the selection filters. Now split into one Select Only->... and Deselect->....
                The list of filters where getting too large, so I felt it was better to split them. Sorry to anyone who might have to reassign their hotkeys.

                Added support for dimension objects and images.

                Added support for soft and smooth edges.

                Added support for hidden entities.

                Added extended support for selecting faces; parallel, perpendicular, opposite and by area.

                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
                  a4chitect
                  last edited by

                  very good job thomthom 😉

                  minor suggestion: consider adding a 'Deselect All' option for the Tools or Plugins menu, found this handy to assign to a keyboard shortcut to quickly get rid of the selection.

                  def self.deselect_all
                  		Sketchup.active_model.selection.clear
                  	end
                  
                  1 Reply Last reply Reply Quote 0
                  • thomthomT Offline
                    thomthom
                    last edited by

                    @a4chitect said:

                    minor suggestion: consider adding a 'Deselect All' option for the Tools or Plugins menu, found this handy to assign to a keyboard shortcut to quickly get rid of the selection.

                    That's interesting... no Deselect All function built in to SU.
                    I'll include it for the next release. Thanks for the tip. 👍

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

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

                      Its already there. edit->select none or ctrl+t by default.

                      http://remusrendering.wordpress.com/

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

                        CTRl+T deselect current selection...

                        Frenglish at its best !
                        My scripts

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

                          Is the deselect not Edit\Select None (CTRL+T)?

                          Regards,
                          JGA

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

                            heh 😄 then it's not included in the next release 😉

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

                            1 Reply Last reply Reply Quote 0
                            • mitcorbM Offline
                              mitcorb
                              last edited by

                              Thanks, thomthom:
                              I will check this out.

                              I take the slow, deliberate approach in my aimless wandering.

                              1 Reply Last reply Reply Quote 0
                              • majidM Offline
                                majid
                                last edited by

                                thanx thanx and thanx again tomtom...
                                I've been read this tread but thought that it wouldn't be needed .... but recently i'v recieved a file that is done by someone that really is textured badly ( i mean it is textured to groups, not faces inside them) and is using lots of similar group instead of component, ... so your job is really time concuming and worthy .... 😍

                                My inspiring A, B, Sketches book: https://sketchucation.com/shop/books/intermediate/2612-alphabet-inspired-sketches--inspiring-drills-for-architects--3d-artists-and-designers-

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

                                  Another small update:

                                  • Optimized code that's using .typename
                                  • Added Select Face Same Direction
                                  • Added workaround for SU bug where group definition references becomes corrupted.

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

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

                                    Added filters for Curves (Polylines)
                                    Before Arcs would select Curves and Arcs and Circles - Now they select Arcs and Circles

                                    Curves will select Curves, Arcs and Circles.

                                    Question:
                                    Currently, Curves selects Arcs and Circles are a subset of Curves.
                                    But is it preferred that Curves selects only Curves - Arcs only Arcs and Circles selects only Circles?

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

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

                                      ThomThom, takk for alt.

                                      Could you do a little favor? When you update a plugin, could you add the date of the update to the title line? I can't remember version numbers well enough to recognize and update has been issued. I usually can't remember the date ,either. But I know enough to hover the cursor over the clock on my computer screen to find out what the current date actually is.

                                      Thank you.

                                      Etaoin Shrdlu

                                      %

                                      (THERE'S NO PLACE LIKE)

                                      G28 X0.0 Y0.0 Z0.0

                                      M30

                                      %

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

                                        Done!

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

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

                                          You're a champ!

                                          Etaoin Shrdlu

                                          %

                                          (THERE'S NO PLACE LIKE)

                                          G28 X0.0 Y0.0 Z0.0

                                          M30

                                          %

                                          1 Reply Last reply Reply Quote 0
                                          • mitcorbM Offline
                                            mitcorb
                                            last edited by

                                            Thomthom:
                                            I would make a suggestion here.
                                            I think the title of this ruby should be Thomthom Selection Toys, in your own honor and ownership.
                                            You have advanced Sketchup to a new level here!
                                            Thank you.

                                            I take the slow, deliberate approach in my aimless wandering.

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

                                            Advertisement