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

      @unknownuser said:

      There is not "Inverse Selection" ? ๐Ÿ˜ฎ

      You appear to be correct. I'm surprised myself. Pretty sure I had implemented it... ๐Ÿ˜•

      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

        Ohh... right - that was Vertex Tools. I'll have to add that to the list for Selection Toys.

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

        1 Reply Last reply Reply Quote 0
        • T Offline
          the.pjt
          last edited by

          hi Thomas ...

          is it possible to update these codes to run with your TTlib2instead of TTlib ?!? ... now should install 2 main directories . one of this nice and must-have selection plugin and one for everything else ...

          I know that you are so busy .. plus you are doing another projects ( like NUBS plugin ) ... these projects are more important for us and for you ... ๐Ÿ˜„ ... and we know that current version of selection toys works well with TTlib.. but we love to have a cleaned up plugins folder ๐Ÿ˜„ and faster SU start up

          thanks thomthom ....

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

            @the.pjt said:

            hi Thomas ...

            is it possible to update these codes to run with your TTlib2instead of TTlib ?!? ... now should install 2 main directories . one of this nice and must-have selection plugin and one for everything else ...

            I know that you are so busy .. plus you are doing another projects ( like NUBS plugin ) ... these projects are more important for us and for you ... ๐Ÿ˜„ ... and we know that current version of selection toys works well with TTlib.. but we love to have a cleaned up plugins folder ๐Ÿ˜„ and faster SU start up

            thanks thomthom ....

            Yes, I also want to get rid of the old TT_Lib - but the 900 lines long Selection Toys has quite a few references and TT_Lib2 is not backward compatible in any way with TT_Lib. I would rather rewrite the whole of Selection Toys so it scales better with all the features it got through-up the years. And create a better interface.

            I also understand the performance concerns, though TT_Lib should not be of much performance impact. I've been profiling the performance of my own plugins and the others installed and it seem to be that toolbars is one of the biggest performance impacts. SelectionToys only loads the parts of TT_Lib it needs, which is a couple of modules and they load in a tiny fraction of a second. Which is why it hasn't been put higher up on my list of priorities.

            Lemme sort out Vertex Tools 1.1 and Bezier Surface first.

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

            1 Reply Last reply Reply Quote 0
            • irwanwrI Offline
              irwanwr
              last edited by

              my HDD crashed and need to be recovered and reinstalled.
              but when i installed Selection Toys, something that never happened before appeared.

              error message

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

                Looks like you installed it incorrectly.

                Etaoin Shrdlu

                %

                (THERE'S NO PLACE LIKE)

                G28 X0.0 Y0.0 Z0.0

                M30

                %

                1 Reply Last reply Reply Quote 0
                • Dan RathbunD Offline
                  Dan Rathbun
                  last edited by

                  Invalid character errors like this, that happen for line 1, occur because Ruby cannot understand the encoding of the source file.

                  I'm not here much anymore.

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

                    All of this suggests that it is not a valid Ruby file ?
                    Oddly encoded?
                    Opened in a word-processor??
                    Incorrectly unzipped???
                    Who knows...

                    TIG

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

                      Looks like corrupted download, or corrupted unzipping. What's the content ofvthe .rb file when you open it in a text editor - a plain text editor like Notepad?

                      I've never ever seen such error.

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

                      1 Reply Last reply Reply Quote 0
                      • irwanwrI Offline
                        irwanwr
                        last edited by

                        i've downloaded both again twice. TTLib and Selection Toys.
                        either 7zip or winrar seems to work just fine.
                        i'll try to unzip them with 7zip then.

                        [Edit]
                        Problem solved. Old corrupted files sometimes need to be erased first
                        and not just overwrite it. Both works fine now. Checked with Notepad++.
                        Thank you all. ๐Ÿ‘

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

                          Does exist a selection of segments of an explosed curve 1/x ? (Maybe I have missed that in the list)
                          So
                          for 1/2 ( 1,3,5,7...
                          for 1/3 (1,4,7,10...
                          for 1/4 (1,5,9,13...
                          etc...

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

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

                            what..? ๐Ÿ˜ฒ ๐Ÿ˜• โ“

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

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

                              Like this for select all segments of a curve by 1 / x
                              Here x = 2 or x = 3


                              Select_segments.jpg

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

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

                                I was thinking of something like that for V3 - and QuadFace Tools.

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

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

                                  Cool! ๐Ÿ˜Ž

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

                                  1 Reply Last reply Reply Quote 0
                                  • I Offline
                                    ivreich
                                    last edited by

                                    Select edges by length(?)

                                    Hi thomthom,

                                    Any chance we could have a feature to select edges by length? For examples, select edges <X, =X, >X, where X is the length of a pre-selected edge?

                                    I'm doing some work involving mapping of components to edges, and this could be a pretty handy tool to have.

                                    Cheers

                                    Joel

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

                                      Right now I'm very busy with Vertex Tools - getting it ready to ship.

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

                                      1 Reply Last reply Reply Quote 0
                                      • cottyC Offline
                                        cotty
                                        last edited by

                                        @ivreich said:

                                        Select edges by length(?)

                                        Hi thomthom,

                                        Any chance we could have a feature to select edges by length? For examples, select edges <X, =X, >X, where X is the length of a pre-selected edge?

                                        I'm doing some work involving mapping of components to edges, and this could be a pretty handy tool to have.

                                        Cheers

                                        Joel

                                        Maybe this can help you: http://forums.sketchucation.com/viewtopic.php?t=16915#p134106 ?

                                        my SketchUp gallery

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

                                          Just wanted to thank Thomthom again. I'm currently working on a project that has a lot of junk in a certain layer, and found no other way to do the job but to use his plugin.

                                          Thanks! ๐Ÿ‘

                                          -Miguel Lescano
                                          Subscribe to my house plans YouTube channel! (30K+ subs)

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

                                            Select loop does not work for me on sketchup 8.. it only select edges but there is no loop selected on faces..

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

                                            Advertisement