sketchucation logo sketchucation
    • 登入
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    🔌 Smart Spline | Fluid way to handle splines for furniture design and complex structures. Download

    [Plugin] GOSU v1.1.1

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

      @smicha said:

      Ctrl function is not working - I installed it twice.

      At the moment it seem that when the GOSU web dialog window is focused it doesn't recognize the keyboard so to fix it follow this steps until I can solve it on code...

      1. click Set::Proxy on dlg window

      2. Use middle button to orbit around so the dlg window is not focused anymore

      3. Hold Ctrl and click component

      4. Let me know if it worked because if not then the problem is not what I have in mind. Also just in case delete web cookies and download again because since I used same name as the one I had uploaded before it might had something to do with that (not sure).

      @smicha said:

      Another improvement would be proxy on a single group, not a component.

      At the moment the Definition Name is being used to set proxy and only components can have them. Not saying it cannot be done with groups but it will take more time to make it work.

      [url=https://www.sketchupcode.com/:z3kqsidd]My Extensions ...[/url:z3kqsidd]

      1 條回覆 最後回覆 回覆 引用 0
      • S 離線
        smicha
        最後由 編輯

        Refael,

        Isn't it better to do two separate functions - proxy with boxes and proxy with clines? That could let a user assign different shortcuts to such functions.

        I'll test your plugin tomorrow morning.

        1 條回覆 最後回覆 回覆 引用 0
        • renderizaR 離線
          renderiza
          最後由 編輯

          GOSU v1.0.7 Released!

          [highlight=#bfff00:2t64rsa8]1.0.7:: 4/29/2013[/highlight:2t64rsa8]

          • Set:: Proxy(box) - Added this to web dlg
          • Set:: Proxy(cline) - Added this to web dlg

          new-dlg.jpg

          You can set a keyboard to Set::Proxy(box or cline) and No::Proxy(box or cline)like this

          To set key shortcut to Set::Proxy(box or cline);

          1. Select component
          2. Got to Window menu
          3. Then Preference
            4 On the left side click 'Shortcuts'
          4. On Filter type cline
          5. This should appear...Edit/Item/GOSU/Set::Proxy(Cline)
          6. Add Shorcut

          To set key shortcut to No::Proxy(box or cline);

          1. Select component that is already with Proxy(Cline) Aplied or it will not work
          2. Got to Window menu
          3. Then Preference
            4 On the left side click 'Shortcuts'
          4. On Filter type cline
          5. This should appear...Edit/Item/GOSU/No::Proxy(Cline)
          6. Add Shorcut

          By the way ::smicha:: thanks for making suggestions! This will make GOSU better. 👍

          Cheers!

          [url=https://www.sketchupcode.com/:z3kqsidd]My Extensions ...[/url:z3kqsidd]

          1 條回覆 最後回覆 回覆 引用 0
          • Rich O BrienR 線上
            Rich O Brien Moderator
            最後由 編輯

            Added to store

            Download the free D'oh Book for SketchUp 📖

            1 條回覆 最後回覆 回覆 引用 0
            • renderizaR 離線
              renderiza
              最後由 編輯

              @rich o brien said:

              Added to store

              Thank you very much!

              [url=https://www.sketchupcode.com/:z3kqsidd]My Extensions ...[/url:z3kqsidd]

              1 條回覆 最後回覆 回覆 引用 0
              • CadFatherC 離線
                CadFather
                最後由 編輯

                Thanks Rafael, it's a fun plugin!

                would be great if it went stealth - fantastic for jokes - imagine your boss clicks an object during a presentation and the appropriate sound goes off! 😆

                1 條回覆 最後回覆 回覆 引用 0
                • renderizaR 離線
                  renderiza
                  最後由 編輯

                  That would be hilarious indeed! 😆 ...Hope no one gets fired. 😕

                  [url=https://www.sketchupcode.com/:z3kqsidd]My Extensions ...[/url:z3kqsidd]

                  1 條回覆 最後回覆 回覆 引用 0
                  • S 離線
                    smicha
                    最後由 編輯

                    Here is a problem: I assigned F3 to cline. When I press F3 and select a component nothing happens. When I select a single component and press F3 it works but when I want to remove cline - no way to do it with F3. I also cannot convert all same components to clines with F3.

                    Thanks for your effort Rafael.

                    1 條回覆 最後回覆 回覆 引用 0
                    • S 離線
                      smicha
                      最後由 編輯

                      Thanks for your effort Rafael.

                      1 條回覆 最後回覆 回覆 引用 0
                      • renderizaR 離線
                        renderiza
                        最後由 編輯

                        @smicha said:

                        Here is a problem: I assigned F3 to cline. When I press F3 and select a component nothing happens. When I select a single component and press F3 it works but when I want to remove cline - no way to do it with F3. I also cannot convert all same components to clines with F3.

                        Thanks for your effort Rafael.

                        The way Set:: Proxy(cline) works at the moment is that it only can handle multiple component objects at the same time if they all are part of the same instant group.

                        Also you can't assign same shortcut key to both Set::Proxy(cline) and No::Proxy(Cline) because they are consider two different actions. This mean you can set one to 'F3' and the other to 'F4' for example.

                        You can't convert all same instances like you did by double clicking using the web dlg with the shortcut key because that is a different action that is only triggered with double clicking. To make that work using a key shortcut I will have to assign a context tool specially for that task, if I do this you can't assign it to same shortcut key as 'F3' or 'F4'. It will have to be 'F5' and if you want to turn them all back 'F6' 😕.

                        I know this is getting complicated to explain but I hope you got what I was saying. I will try to see if I can make it so that you use one shortcut key but at the moment I don't know how.

                        Cheers! 👍

                        [url=https://www.sketchupcode.com/:z3kqsidd]My Extensions ...[/url:z3kqsidd]

                        1 條回覆 最後回覆 回覆 引用 0
                        • renderizaR 離線
                          renderiza
                          最後由 編輯

                          Ok just solved how you can use same shortcut to toggle Proxy on & off so that you can use F3 for both actions (this was simpler that I thought to solve 😳).

                          To make every instance of that component you selected turn proxy on & off like it did with double click action another key might be needed (F4) but it will be the same key to turn everything on or off so its good.

                          As to work a way to turn all selected components to proxy even though the are not same instance of each other that might be more tricky so it will take longer to figure out...at least for me. 😄

                          Anyways the new Gosu version bet "Bugs" fixed will be release soon.

                          [url=https://www.sketchupcode.com/:z3kqsidd]My Extensions ...[/url:z3kqsidd]

                          1 條回覆 最後回覆 回覆 引用 0
                          • S 離線
                            smicha
                            最後由 編輯

                            I'll test it ASAP Rafa and let you know. Thank for such fast correction.

                            1 條回覆 最後回覆 回覆 引用 0
                            • renderizaR 離線
                              renderiza
                              最後由 編輯

                              GOSU v1.0.8 Released!

                              [highlight=#bfff00:2kvzuda1]1.0.8:: 4/30/2013[/highlight:2kvzuda1]

                              • Set:: Proxy(instances) - Added this to context menu
                              • Set:: Proxy(box and cline) now use the same action to turn on & off (this is useful to set shortcut key)

                              Edit/Item/GOSU/Set::Proxy(Box) - Uses same action for turning proxy on & off now
                              Edit/Item/GOSU/Set::Proxy(Cline) - Uses same action for turning proxy on & off now
                              Edit/Item/GOSU/Set::Proxy(Instances) - Performs same action as double clicking component to trurn everu instance to proxy

                              Cheers!

                              [url=https://www.sketchupcode.com/:z3kqsidd]My Extensions ...[/url:z3kqsidd]

                              1 條回覆 最後回覆 回覆 引用 0
                              • renderizaR 離線
                                renderiza
                                最後由 編輯

                                GOSU v1.0.9 Released!

                                Made compatible with Extension Warehouse is rules.

                                [url=https://www.sketchupcode.com/:z3kqsidd]My Extensions ...[/url:z3kqsidd]

                                1 條回覆 最後回覆 回覆 引用 0
                                • S 離線
                                  smicha
                                  最後由 編輯

                                  Thanks Rafa for your effort. I am extremely busy at work now, but I'll test it for sure.

                                  1 條回覆 最後回覆 回覆 引用 0
                                  • renderizaR 離線
                                    renderiza
                                    最後由 編輯

                                    [pre:300fuwkg]Authors:: Renderiza
                                    Plugin Name:: GOSU
                                    Version:: 1.1.0
                                    Date:: 9/26/2013
                                    Cost:: Free[/pre:300fuwkg]
                                    GOSU v1.1.0 is now available for download.
                                    %(#909090)[What is new:

                                    • Smaller web-dialog
                                    • Cursor will start white and if hovers over component that has an action ready it will turn green but if it has nothing then it will turn red.
                                    • Fixed tons of bugs]

                                    [url=https://www.sketchupcode.com/:z3kqsidd]My Extensions ...[/url:z3kqsidd]

                                    1 條回覆 最後回覆 回覆 引用 0
                                    • S 離線
                                      smicha
                                      最後由 編輯

                                      Rafa, thanks for the update. I truly appreciate the plugin, especially for proxy features!

                                      1 條回覆 最後回覆 回覆 引用 0
                                      • S 離線
                                        smicha
                                        最後由 編輯

                                        I have problems with assigning shortcuts. When I go to "window-preferences-shortcuts" I cannot find "edit/item/GOSU...". There is no such function displayed.

                                        Please help Rafa.

                                        smicha

                                        1 條回覆 最後回覆 回覆 引用 0
                                        • renderizaR 離線
                                          renderiza
                                          最後由 編輯

                                          @smicha said:

                                          I have problems with assigning shortcuts. When I go to "window-preferences-shortcuts" I cannot find "edit/item/GOSU...". There is no such function displayed.

                                          Please help Rafa.

                                          smicha

                                          I will add that option back soon. 👍

                                          [url=https://www.sketchupcode.com/:z3kqsidd]My Extensions ...[/url:z3kqsidd]

                                          1 條回覆 最後回覆 回覆 引用 0
                                          • renderizaR 離線
                                            renderiza
                                            最後由 編輯

                                            [pre:18kfhjcw]Authors:: Renderiza
                                            Plugin Name:: GOSU
                                            Version:: 1.1.1
                                            Date:: 10/21/2013
                                            Cost:: Free[/pre:18kfhjcw]
                                            GOSU v1.1.1 is now available for download.
                                            %(#909090)[What is new:

                                            • Each function will be displayed in "window-preferences-shortcuts"
                                            • There is right click menu as well.]

                                            [url=https://www.sketchupcode.com/:z3kqsidd]My Extensions ...[/url:z3kqsidd]

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

                                            Advertisement