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

    [Plugin] Selection Toys

    已排程 已置頂 已鎖定 已移動 Plugins
    593 貼文 120 Posters 357.6k 瀏覽 120 Watching
    正在載入更多貼文
    • 從舊到新
    • 從新到舊
    • 最多點贊
    回覆
    • 在新貼文中回覆
    登入後回覆
    此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
    • thomthomT 離線
      thomthom
      最後由 編輯

      @ludnid said:

      @thomthom said:

      Ok - try using v2.3.11: http://sketchucation.com/pluginstore?pln=tt_selection_toys

      Hi Thomthom. I've got the same problem with Coulteri. With the new version dialogue still remains the same.

      Can you open the Ruby Console and enter these lines, one by one and then post back the result?

      
      filepath = File.join(TT;;Plugins;;SelectionToys;;PATH, 'webdialog/ui_manager.html')
      
      p File.exist?(filepath)
      
      p filepath
      
      p filepath.bytes
      
      

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

      1 條回覆 最後回覆 回覆 引用 0
      • ludnidL 離線
        ludnid
        最後由 編輯

        @thomthom said:

        @ludnid said:

        @thomthom said:

        Ok - try using v2.3.11: http://sketchucation.com/pluginstore?pln=tt_selection_toys

        Hi Thomthom. I've got the same problem with Coulteri. With the new version dialogue still remains the same.

        Can you open the Ruby Console and enter these lines, one by one and then post back the result?

        
        > filepath = File.join(TT;;Plugins;;SelectionToys;;PATH, 'webdialog/ui_manager.html')
        > 
        > p File.exist?(filepath)
        > 
        > p filepath
        > 
        > p filepath.bytes
        > 
        

        -filepath = File.join(TT::Plugins::SelectionToys::PATH, 'webdialog/ui_manager.html')
        C:/Users/Ludnid/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_selection_toys/webdialog/ui_manager.html

        -p File.exist?(filepath)
        true
        true

        -C:/Users/Ludnid/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_selection_toys/webdialog/ui_manager.html"
        C:/Users/Ludnid/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_selection_toys/webdialog/ui_manager.html

        -[67, 58, 47, 85, 115, 101, 114, 115, 47, 74, 117, 100, 100, 32, 82, 97, 109, 101, 115, 101, 115, 47, 65, 112, 112, 68, 97, 116, 97, 47, 82, 111, 97, 109, 105, 110, 103, 47, 83, 107, 101, 116, 99, 104, 85, 112, 47, 83, 107, 101, 116, 99, 104, 85, 112, 32, 50, 48, 49, 53, 47, 83, 107, 101, 116, 99, 104, 85, 112, 47, 80, 108, 117, 103, 105, 110, 115, 47, 116, 116, 95, 115, 101, 108, 101, 99, 116, 105, 111, 110, 95, 116, 111, 121, 115, 47, 119, 101, 98, 100, 105, 97, 108, 111, 103, 47, 117, 105, 95, 109, 97, 110, 97, 103, 101, 114, 46, 104, 116, 109, 108]
        [67, 58, 47, 85, 115, 101, 114, 115, 47, 74, 117, 100, 100, 32, 82, 97, 109, 101, 115, 101, 115, 47, 65, 112, 112, 68, 97, 116, 97, 47, 82, 111, 97, 109, 105, 110, 103, 47, 83, 107, 101, 116, 99, 104, 85, 112, 47, 83, 107, 101, 116, 99, 104, 85, 112, 32, 50, 48, 49, 53, 47, 83, 107, 101, 116, 99, 104, 85, 112, 47, 80, 108, 117, 103, 105, 110, 115, 47, 116, 116, 95, 115, 101, 108, 101, 99, 116, 105, 111, 110, 95, 116, 111, 121, 115, 47, 119, 101, 98, 100, 105, 97, 108, 111, 103, 47, 117, 105, 95, 109, 97, 110, 97, 103, 101, 114, 46, 104, 116, 109, 108]

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

        1 條回覆 最後回覆 回覆 引用 0
        • thomthomT 離線
          thomthom
          最後由 編輯

          @ludnid said:

          C:/Users/Ludnid/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_selection_toys/webdialog/ui_manager.html

          I'm confused...

          That path isn't what I get from the array of bytes...

          
          bytes = [67, 58, 47, 85, 115, 101, 114, 115, 47, 74, 117, 100, 100, 32, 82, 97, 109, 101, 115, 101, 115, 47, 65, 112, 112, 68, 97, 116, 97, 47, 82, 111, 97, 109, 105, 110, 103, 47, 83, 107, 101, 116, 99, 104, 85, 112, 47, 83, 107, 101, 116, 99, 104, 85, 112, 32, 50, 48, 49, 53, 47, 83, 107, 101, 116, 99, 104, 85, 112, 47, 80, 108, 117, 103, 105, 110, 115, 47, 116, 116, 95, 115, 101, 108, 101, 99, 116, 105, 111, 110, 95, 116, 111, 121, 115, 47, 119, 101, 98, 100, 105, 97, 108, 111, 103, 47, 117, 105, 95, 109, 97, 110, 97, 103, 101, 114, 46, 104, 116, 109, 108]
          [67, 58, 47, 85, 115, 101, 114, 115, 47, 74, 117, 100, 100, 32, 82, 97, 109, 101, 115, 101, 115, 47, 65, 112, 112, 68, 97, 116, 97, 47, 82, 111, 97, 109, 105, 110, 103, 47, 83, 107, 101, 116, 99, 104, 85, 112, 47, 83, 107, 101, 116, 99, 104, 85, 112, 32, 50, 48, 49, 53, 47, 83, 107, 101, 116, 99, 104, 85, 112, 47, 80, 108, 117, 103, 105, 110, 115, 47, 116, 116, 95, 115, 101, 108, 101, 99, 116, 105, 111, 110, 95, 116, 111, 121, 115, 47, 119, 101, 98, 100, 105, 97, 108, 111, 103, 47, 117, 105, 95, 109, 97, 110, 97, 103, 101, 114, 46, 104, 116, 109, 108]
          
          bytes.pack('U*')
          
          # > C;/Users/Judd Rameses/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_selection_toys/webdialog/ui_manager.html
          
          

          And you have version 2.3.11?

          Can you type in this into the console:
          TT::Plugins::SelectionToys::PLUGIN_VERSION

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

          1 條回覆 最後回覆 回覆 引用 0
          • coulteriC 離線
            coulteri
            最後由 編輯

            Hi,

            I am back and have just tried newest version that works perfect and with no problems!

            Thanks ThomThom!

            😄

            1 條回覆 最後回覆 回覆 引用 0
            • ludnidL 離線
              ludnid
              最後由 編輯

              @thomthom said:

              @ludnid said:

              C:/Users/Ludnid/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_selection_toys/webdialog/ui_manager.html

              I'm confused...

              That path isn't what I get from the array of bytes...

              
              > bytes = [67, 58, 47, 85, 115, 101, 114, 115, 47, 74, 117, 100, 100, 32, 82, 97, 109, 101, 115, 101, 115, 47, 65, 112, 112, 68, 97, 116, 97, 47, 82, 111, 97, 109, 105, 110, 103, 47, 83, 107, 101, 116, 99, 104, 85, 112, 47, 83, 107, 101, 116, 99, 104, 85, 112, 32, 50, 48, 49, 53, 47, 83, 107, 101, 116, 99, 104, 85, 112, 47, 80, 108, 117, 103, 105, 110, 115, 47, 116, 116, 95, 115, 101, 108, 101, 99, 116, 105, 111, 110, 95, 116, 111, 121, 115, 47, 119, 101, 98, 100, 105, 97, 108, 111, 103, 47, 117, 105, 95, 109, 97, 110, 97, 103, 101, 114, 46, 104, 116, 109, 108]
              > [67, 58, 47, 85, 115, 101, 114, 115, 47, 74, 117, 100, 100, 32, 82, 97, 109, 101, 115, 101, 115, 47, 65, 112, 112, 68, 97, 116, 97, 47, 82, 111, 97, 109, 105, 110, 103, 47, 83, 107, 101, 116, 99, 104, 85, 112, 47, 83, 107, 101, 116, 99, 104, 85, 112, 32, 50, 48, 49, 53, 47, 83, 107, 101, 116, 99, 104, 85, 112, 47, 80, 108, 117, 103, 105, 110, 115, 47, 116, 116, 95, 115, 101, 108, 101, 99, 116, 105, 111, 110, 95, 116, 111, 121, 115, 47, 119, 101, 98, 100, 105, 97, 108, 111, 103, 47, 117, 105, 95, 109, 97, 110, 97, 103, 101, 114, 46, 104, 116, 109, 108]
              > 
              > bytes.pack('U*')
              > 
              > # > C;/Users/Judd Rameses/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_selection_toys/webdialog/ui_manager.html
              > 
              

              And you have version 2.3.11?

              Can you type in this into the console:
              TT::Plugins::SelectionToys::PLUGIN_VERSION


              2.3.11

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

              1 條回覆 最後回覆 回覆 引用 0
              • thomthomT 離線
                thomthom
                最後由 編輯

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

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

                1 條回覆 最後回覆 回覆 引用 0
                • thomthomT 離線
                  thomthom
                  最後由 編輯

                  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?)

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

                  1 條回覆 最後回覆 回覆 引用 0
                  • ludnidL 離線
                    ludnid
                    最後由 編輯

                    @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 條回覆 最後回覆 回覆 引用 0
                    • V 離線
                      vlau2
                      最後由 編輯

                      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 條回覆 最後回覆 回覆 引用 0
                      • P 離線
                        perishknight
                        最後由 編輯

                        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 條回覆 最後回覆 回覆 引用 0
                        • ludnidL 離線
                          ludnid
                          最後由 編輯

                          @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 條回覆 最後回覆 回覆 引用 0
                          • Y 離線
                            yongrong
                            最後由 編輯

                            thx!

                            1 條回覆 最後回覆 回覆 引用 0
                            • T 離線
                              trad3mark
                              最後由 編輯

                              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 條回覆 最後回覆 回覆 引用 0
                              • Dave RD 離線
                                Dave R
                                最後由 編輯

                                @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 條回覆 最後回覆 回覆 引用 0
                                • T 離線
                                  trad3mark
                                  最後由 編輯

                                  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 條回覆 最後回覆 回覆 引用 0
                                  • Dave RD 離線
                                    Dave R
                                    最後由 編輯

                                    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 條回覆 最後回覆 回覆 引用 0
                                    • T 離線
                                      trad3mark
                                      最後由 編輯

                                      @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 條回覆 最後回覆 回覆 引用 0
                                      • MatheronM 離線
                                        Matheron
                                        最後由 編輯

                                        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 條回覆 最後回覆 回覆 引用 0
                                        • MatheronM 離線
                                          Matheron
                                          最後由 編輯

                                          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 條回覆 最後回覆 回覆 引用 0
                                          • BoxB 線上
                                            Box
                                            最後由 編輯

                                            @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 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 26
                                            • 27
                                            • 28
                                            • 29
                                            • 30
                                            • 29 / 30
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement