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

    [Plugin] Smooth Zoom 2.1.0 - 24 October 2021

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

      I am getting an error mesage when I install the extensions and open a project.Extension Errors Report
      SketchUp: 24.0.553
      OS: Windows 11
      Ruby: 3.2.2

      Extension: SoothZoom (2.1.1a)
      Error: NoMethodError (undefined method `exists?' for File:Class)

      It gives this error on both the library and the extension. Does anyone have a solution?

      TIGT 1 條回覆 最後回覆 回覆 引用 0
      • TIGT 離線
        TIG Moderator @Eric5261
        最後由 TIG 編輯

        @Eric5261
        File.exists? AND File.exist? methods have worked forever. although the File.exists? method has been deprecated for along time, but someone decided to remove it completely from the Ruby version used by v2024.
        This has caused a lot of problems with code - I myself have had several files to fix for full compatibility.
        To an English speaker File.exists? is the more logical grammatically correct form, so why it changed is somewhat mysterious.
        It's a simple matter for the author to edit the files so only File.exist? is used...
        If the file is RB you could edit it to suit, but I'm sure that Anton will fix it asap...

        TIG

        1 條回覆 最後回覆 回覆 引用 0
        • A 離線
          armerial
          最後由 編輯

          I'm still waiting for this awesomeness for the 2024 version

          1 條回覆 最後回覆 回覆 引用 0
          • F 離線
            FlorinAp
            最後由 FlorinAp 編輯

            Guys, this tool is exceptional, yet (instead of complaining about it), you should give yourself the chance to try at least for 3 weeks a Space Mouse (or 3D Mouse) from 3D Connexion.
            No opinion from YouTube (or from yourself) doesn't weigh as much as 3 weeks of day-to-day use of this device - 3 weeks is the minimum your brain needs to understand and use this device, and after that, you will ask yourself how could you ever work without it, and you will never work without it (i have 3 of them).
            This device is priceless.!

            1 條回覆 最後回覆 回覆 引用 0
            • M 離線
              melindasaur
              最後由 編輯

              Getting an error as well:

              Extension Errors Report
              SketchUp: 24.0.594
              OS: Windows 10
              Ruby: 3.2.2

              Extension: SoothZoom (2.1.1a)
              Error: NoMethodError (undefined method exists?' for File:Class) C:/Users/clayt/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ams_SmoothZoom/extension_manager.rb:65:in block in require_all'
              C:/Users/clayt/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ams_SmoothZoom/extension_manager.rb:63:in each' C:/Users/clayt/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ams_SmoothZoom/extension_manager.rb:63:in require_all'
              C:/Users/clayt/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ams_SmoothZoom/main.rb:95:in <top (required)>' C:/Users/clayt/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ams_SmoothZoom/main_entry.rb:19:in require'
              C:/Users/clayt/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ams_SmoothZoom/main_entry.rb:19:in <top (required)>' C:/Program Files/SketchUp/SketchUp 2024/Tools/extensions.rb:197:in require'
              C:/Program Files/SketchUp/SketchUp 2024/Tools/extensions.rb:197:in load' C:/Users/clayt/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ams_SmoothZoom.rb:42:in register_extension'
              C:/Users/clayt/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ams_SmoothZoom.rb:42:in <module:SmoothZoom>' C:/Users/clayt/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ams_SmoothZoom.rb:10:in module:AMS'
              C:/Users/clayt/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ams_SmoothZoom.rb:9:in `<top (required)>'

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

                Anton is aware of this errors. Expect a fix asap

                Download the free D'oh Book for SketchUp 📖

                1 條回覆 最後回覆 回覆 引用 0
                • TIGT 離線
                  TIG Moderator
                  最後由 TIG 編輯

                  Until there's a fix available, because the error is in a RB file you can edit it with a plain-text editor like Notepad++.exe
                  Find where it says File.exists? and change it to File.exist?
                  Both method coexisted for ever and were equivalent to each other, but in >=v2024 someone chose to deprecate the original correct-English sounding version, and cause authors issues.
                  After you save that edit restart SketchUp to see if that fixed it...

                  TIG

                  1 條回覆 最後回覆 回覆 引用 0
                  • K 離線
                    kurdoc69 @Anton_S
                    最後由 編輯

                    @Anton_S HELLO FRIEND, CAN YOU MAKE IT WORK ON VERSION 2025 ? IT IS MY ESSENTIAL COMPONENT ! THANK Y👏 OU

                    TIGT 1 條回覆 最後回覆 回覆 引用 0
                    • TIGT 離線
                      TIG Moderator @kurdoc69
                      最後由 編輯

                      @kurdoc69
                      Read my reply above yours, it outlines how to do a manual fix on the RB file, until the author responds.

                      TIG

                      K 1 條回覆 最後回覆 回覆 引用 0
                      • K 離線
                        kurdoc69 @TIG
                        最後由 編輯

                        @TIG i downloaded notepad++ but my file is rbz, when i open it i can't understand the language to edit, sorry i don't understand about this.

                        1 條回覆 最後回覆 回覆 引用 0
                        • TIGT 離線
                          TIG Moderator
                          最後由 TIG 編輯

                          You need to install it into v2025 from the RBZ - with errors.
                          Then close SketchUp and find the RB file in your Plugins folder, open it it with Notepad++.exe and do the edit as outlined above...
                          The installed file is C:/Users/YOURUSERNAME/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/ams_SmoothZoom/extension_manager.rb

                          TIG

                          K 1 條回覆 最後回覆 回覆 引用 0
                          • K 離線
                            kurdoc69 @TIG
                            最後由 kurdoc69 編輯

                            @TIG I changed 3 places where it said File.exists? and then I get this new error

                            Informe de errores de extensión
                            SketchUp: 25.0.571
                            OS: Windows 11
                            Ruby: 3.2.2

                            Extensión: SoothZoom (2.1.1a)
                            Error: IOError (Stage directory, "C:/Users/Kurdo/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/ams_SmoothZoom/libraries/stage/win64/3.2", is missing!)
                            C:/Users/Kurdo/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/ams_SmoothZoom/extension_manager.rb:76:in require_all' C:/Users/Kurdo/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/ams_SmoothZoom/main.rb:95:in <top (required)>'
                            C:/Users/Kurdo/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/ams_SmoothZoom/main_entry.rb:19:in require' C:/Users/Kurdo/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/ams_SmoothZoom/main_entry.rb:19:in <top (required)>'
                            C:/Program Files/SketchUp/SketchUp 2025/SketchUp/Tools/extensions.rb:197:in require' C:/Program Files/SketchUp/SketchUp 2025/SketchUp/Tools/extensions.rb:197:in load'
                            C:/Users/Kurdo/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/ams_SmoothZoom.rb:42:in register_extension' C:/Users/Kurdo/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/ams_SmoothZoom.rb:42:in module:SmoothZoom'
                            C:/Users/Kurdo/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/ams_SmoothZoom.rb:10:in <module:AMS>' C:/Users/Kurdo/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/ams_SmoothZoom.rb:9:in <top (required)>'

                            1 條回覆 最後回覆 回覆 引用 0
                            • TIGT 離線
                              TIG Moderator
                              最後由 編輯

                              So that error seems to relate to a missing directory or file.
                              You need to wait for the author to resolve this .
                              Sorry.

                              TIG

                              K 1 條回覆 最後回覆 回覆 引用 0
                              • K 離線
                                kurdoc69 @TIG
                                最後由 編輯

                                @TIG thank you for your support

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

                                  Помогите! 2024 не работает! SOS)!ПОЖАЛУЙСТА!

                                  1 條回覆 最後回覆 回覆 引用 0
                                  • TIGT 離線
                                    TIG Moderator
                                    最後由 TIG 編輯

                                    The earlier posts in this thread explain how to make a temporary fix by editing the RB file.
                                    В предыдущих сообщениях в этой теме объясняется, как сделать временное исправление путем редактирования файла RB.

                                    TIG

                                    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