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

    [Plugin] VisTools

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

      Issue: Toolbar button ordinal positions

      ADD: Issue filed for milestone 1.3.1, and fix has been done.

      I'm not here much anymore.

      1 條回覆 最後回覆 回覆 引用 0
      • Dan RathbunD 離線
        Dan Rathbun
        最後由 編輯

        UPDATE v1.3.1

        Pushed update into a forked GitHub online repository at:
        https://github.com/DanRathbun/sketchup-vistools

        🤓

        Feedback via: https://github.com/DanRathbun/sketchup-vistools/issues

        I'm not here much anymore.

        1 條回覆 最後回覆 回覆 引用 0
        • R 離線
          risoto1978
          最後由 編輯

          Hi ishboo, the plugin is great but unfortunately "isolate selected layers", "isolate selected entities" and "freeze" and "unfreeze" does work."Hide selected layers" and "show all layers and entities" work perfectly. I formerly used the hide tool within the SCF selector toolbar but unfortunately this toolbar is not available fro SU 2014. I work with SU 2014. Can you help?

          1 條回覆 最後回覆 回覆 引用 0
          • Dan RathbunD 離線
            Dan Rathbun
            最後由 編輯

            This has not been tested under SU2013 nor SU2014.

            WHAT commands DO NOT work ????

            I'm not here much anymore.

            1 條回覆 最後回覆 回覆 引用 0
            • josephkim626J 離線
              josephkim626
              最後由 編輯

              @dan rathbun said:

              UPDATE v1.3.3

              Added Asian language support:

              • Chinese Simplified (zh-CN) language support by Xiao Long (guanjin)

              • Other Asian language support files (preliminary):

              • Chinese Traditional (zh-TW)

              • Japanese (ja)

              • Korean (ko)

              THANK YOU to :

              • Xiao Long (guanjin)

              Chinese Simplified (zh-CN) language file.

              Pushed update into a forked GitHub online repository at:
              https://github.com/DanRathbun/sketchup-vistools

              🤓

              Feedback via: https://github.com/DanRathbun/sketchup-vistools/issues

              what, I didn't know you speak korean Dan. 😄
              I don't mind helping out the language review, but I want to avoid installing another version of SketchUp in Korean 😕

              1 條回覆 最後回覆 回覆 引用 0
              • Dan RathbunD 離線
                Dan Rathbun
                最後由 編輯

                @josephkim626 said:

                what, I didn't know you speak korean Dan.

                I don't. I used Google Translator and Bing Translator. I have no idea if my translations are cussing a ppl, or not.

                @josephkim626 said:

                I don't mind helping out the language review, but I want to avoid installing another version of SketchUp in Korean.

                You can load the files in a code editor.
                I use Notepad++ on Windows.
                The files must be saved in UTF-8 encoding.

                The Vistools loader ruby in the "Plugins" folder has the descriptions in it, and the korean setting is this:
                @@plugin.description = %q{VisTools:(비전 도구) 몇 가지 유용한 엔터티를 추가 하 고 표시 도구에 Sketchup 에서 레이어: 숨기기, 표시, 동결 및 해 동}

                In the plugins' folder is a " VisTools_ko.rb" file with the other UI strings which looks like:

                # encoding; UTF-8
                #
                #  THIS FILE MUST BE SAVED IN ENCODING;  "UTF-8 WITHOUT BOM"
                #
                module IntrepidBear  # <--<< Dana Woodman's proprietary toplevel namespace
                
                  module VisTools    # <--<< THIS plugin's nested namespace
                
                    #{# MODULE VARIABLE LANGUAGE HASHES
                    #
                      # --====  KOREAN  ====-- #
                
                      @@menutext = Hash[
                        ;plugin_name,      "비전 도구",
                        #
                        ;hide_layers,      "레이어 숨기기",
                        ;isolate_layers,   "분리 레이어",
                        ;hide_entities,    "엔티티 숨기기",
                        ;isolate_entities, "엔터티를 분리",
                        ;freeze_entities,  "고정 그룹 및 구성 요소",
                        ;unfreeze_all,     "고정 취소 모두",
                        ;show_all,         "모두 표시",
                        #
                        ;debug_mode,       "디버그 모드"
                      ]
                
                      @@tooltips = Hash[
                        ;hide_layers,      "선택한 레이어 숨기기",
                        ;isolate_layers,   "선택 된 도면층 분리",
                        ;hide_entities,    "선택한 엔티티 숨기기",
                        ;isolate_entities, "선택 된 엔터티가 분리",
                        ;freeze_entities,  "그룹 및 구성 요소 동결",
                        ;unfreeze_all,     "모두 고정 취소",
                        ;show_all,         "모든 레이어 및 엔터티 보기"
                      ]
                    #
                    #}#
                
                  end # module VisTools
                
                end # module IntrepidBear
                

                I'm not here much anymore.

                1 條回覆 最後回覆 回覆 引用 0
                • josephkim626J 離線
                  josephkim626
                  最後由 編輯

                  @@plugin.description = %q{VisTools:(VisTools) 스케치업에 레이어와 객체 제어를 돕는 숨기기, 표시, 동결 및 해동 등의 기능을 추가.}

                  @@menutext = Hash[
                  :plugin_name, "Vistools",
                  #
                  :hide_layers, "레이어 숨김",
                  :isolate_layers, "레이어 분리",
                  :hide_entities, "객체 숨김",
                  :isolate_entities, "객체 분리",
                  :freeze_entities, "객체 동결",
                  :unfreeze_all, "모든 레이어 및 객체 해동",
                  :show_all, "모든 레이어 및 객체 표시",
                  #
                  :debug_mode, "디버그 모드"
                  ]

                    @@tooltips = Hash[
                      :hide_layers,      "선택 된 레이어 숨기기",
                      :isolate_layers,   "선택 된 레이어 분리",
                      :hide_entities,    "선택 된 객체 숨김",
                      :isolate_entities, "선택 된 객체 분리",
                      :freeze_entities,  "선택 된 객체 동결",
                      :unfreeze_all,     "모두 레이어 및 객체 해동",
                      :show_all,         "모든 레이어 및 객체 표시"
                    ]
                  #
                  #}#
                  

                  Above is the parts of the code that you have included perhaps better explains your plugin.
                  I have short experience in translating programs/documents. I think this would do.

                  The description of Vistools didn't really mean anything as the sentences were in shuffled order. I've kept the name in English as I am not sure direct translation really gives you any benefit.

                  Just so you know, you didn't really offend anyone 😛

                  @dan rathbun said:

                  The Vistools loader ruby in the "Plugins" folder has the descriptions in it, and the korean setting is this:
                  @@plugin.description = %q{VisTools:(비전 도구) 몇 가지 유용한 엔터티를 추가 하 고 표시 도구에 Sketchup 에서 레이어: 숨기기, 표시, 동결 및 해 동}

                  In the plugins' folder is a " VisTools_ko.rb" file with the other UI strings which looks like:

                  # encoding; UTF-8
                  > #
                  > #  THIS FILE MUST BE SAVED IN ENCODING;  "UTF-8 WITHOUT BOM"
                  > #
                  > module IntrepidBear  # <--<< Dana Woodman's proprietary toplevel namespace
                  > 
                  >   module VisTools    # <--<< THIS plugin's nested namespace
                  > 
                  >     #{# MODULE VARIABLE LANGUAGE HASHES
                  >     #
                  >       # --====  KOREAN  ====-- #
                  > 
                  >       @@menutext = Hash[
                  >         ;plugin_name,      "비전 도구",
                  >         #
                  >         ;hide_layers,      "레이어 숨기기",
                  >         ;isolate_layers,   "분리 레이어",
                  >         ;hide_entities,    "엔티티 숨기기",
                  >         ;isolate_entities, "엔터티를 분리",
                  >         ;freeze_entities,  "고정 그룹 및 구성 요소",
                  >         ;unfreeze_all,     "고정 취소 모두",
                  >         ;show_all,         "모두 표시",
                  >         #
                  >         ;debug_mode,       "디버그 모드"
                  >       ]
                  > 
                  >       @@tooltips = Hash[
                  >         ;hide_layers,      "선택한 레이어 숨기기",
                  >         ;isolate_layers,   "선택 된 도면층 분리",
                  >         ;hide_entities,    "선택한 엔티티 숨기기",
                  >         ;isolate_entities, "선택 된 엔터티가 분리",
                  >         ;freeze_entities,  "그룹 및 구성 요소 동결",
                  >         ;unfreeze_all,     "모두 고정 취소",
                  >         ;show_all,         "모든 레이어 및 엔터티 보기"
                  >       ]
                  >     #
                  >     #}#
                  > 
                  >   end # module VisTools
                  > 
                  > end # module IntrepidBear
                  
                  1 條回覆 最後回覆 回覆 引用 0
                  • Dan RathbunD 離線
                    Dan Rathbun
                    最後由 編輯

                    @josephkim626 said:

                    Above is the parts of the code that you have included perhaps better explains your plugin.
                    I have short experience in translating programs/documents. I think this would do.

                    The description of Vistools didn't really mean anything as the sentences were in shuffled order. I've kept the name in English as I am not sure direct translation really gives you any benefit.

                    Just so you know, you didn't really offend anyone 😛

                    Okay, thank you Joseph. You have been entered in the halls of VisTools fame !

                    The patch RBZ for your Korean language strings has been posted in the OP of this thread:
                    http://sketchucation.com/forums/viewtopic.php?f=323%26amp;t=49662%26amp;p=446865#p446865
                    You just install it in the normal manner, and it should overwrite the old "VisTools_ko.rb" file.

                    You need to restart SketchUp to load the new strings.

                    I'm not here much anymore.

                    1 條回覆 最後回覆 回覆 引用 0
                    • josephkim626J 離線
                      josephkim626
                      最後由 編輯

                      Thank Dan,

                      I prefer English in most cases, but honored to be on the halls of fame!

                      1 條回覆 最後回覆 回覆 引用 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 4 / 4
                      • 第一個貼文
                        最後的貼文
                      Buy SketchPlus
                      Buy SUbD
                      Buy WrapR
                      Buy eBook
                      Buy Modelur
                      Buy Vertex Tools
                      Buy SketchCuisine
                      Buy FormFonts

                      Advertisement