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

    Visualizer for SketchUp

    已排程 已置頂 已鎖定 已移動 Extensions & Applications Discussions
    extensions
    157 貼文 37 Posters 110.6k 瀏覽 37 Watching
    正在載入更多貼文
    • 從舊到新
    • 從新到舊
    • 最多點贊
    回覆
    • 在新貼文中回覆
    登入後回覆
    此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
    • C 離線
      ct200224
      最後由 編輯

      Hey, I'm having a lot of trouble locating Visualizer plugins on my SketchUp.... It doesn't seem to be showing up at all. Here's a picture of my plugins folder in SketchUp 2015 with Visualizer installed:
      http://puu.sh/pZQ0t.png
      at path /Users/[yourname]/Library/Application Support/SketchUp 2015/SketchUp
      SketchUp 2016 folder (w/o visualizer, duh):
      http://puu.sh/pZQ5X.png
      at path /Users/[yourname]/Library/Application Support/SketchUp 2016/SketchUp
      Can someone help me at least locate the file?

      Maybe someone could just upload the files so that I can manually download them? Please?

      1 條回覆 最後回覆 回覆 引用 0
      • D 離線
        driven
        最後由 編輯

        @ct200224 said:

        Hey, I'm having a lot of trouble locating Visualizer plugins on my SketchUp.... It doesn't seem to be showing up at all.

        if you run this in 'Ruby Console' it will move a copy for you into the v16 User/Library...

        If you read through the thread, you should have seen that the v15 path is for the HD/Library...

        v15_folder = "/Library/Application Support/SketchUp 2015/SketchUp/Plugins/ImaginationVisualizer"
        v15_extension = v15_folder + '.rb'
        
        v16_folder = File.expand_path("~") + v15_folder.sub('5', '6')
        v16_extension = v16_folder + '.rb'
        
        command = 'ditto ' + v15_folder.inspect + ' ' + v16_folder.inspect + ' && ' + \
        'ditto ' + v15_extension.inspect + ' ' + v16_extension.inspect
        
        system(command)
        

        john

        learn from the mistakes of others, you may not live long enough to make them all yourself...

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

          Hello

          I'm still trying to install Visualizer 1.3 on a Mac running El Capitan 10.11.5 with SketchUp v. 16.1.1451

          Can anyone give me step-by-step instructions? Or point me to some?

          Thanks!

          1 條回覆 最後回覆 回覆 引用 0
          • D 離線
            driven
            最後由 編輯

            Visualizer will not install in SketchUp v16 without tricking it to do so...

            temporarily renaming SketchUp 2016 folder in Finder to SketchUp 2015 will allow the download to make the the v15 files...

            once downloaded, change the name back and run the ruby code posted in the post above...

            john

            learn from the mistakes of others, you may not live long enough to make them all yourself...

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

              Thanks, driven, for this help. I find, though, that I don't have a folder called "SketchUp 2016" on my Mac. Do you mean in the applications?

              I had SU 8 until now and recently upgraded to SU 2016, in case that makes a difference.

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

                Quick clarification: the folder SketchUp is in on my Mac is just called "SketchUp".

                1 條回覆 最後回覆 回覆 引用 0
                • D 離線
                  driven
                  最後由 編輯

                  Applications/SketchUp 2016 is the one I refer too...

                  john

                  learn from the mistakes of others, you may not live long enough to make them all yourself...

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

                    Got it. Thanks!

                    I was able to install it. Thanks for your help!

                    1 條回覆 最後回覆 回覆 引用 0
                    • W 離線
                      willanie
                      最後由 編輯

                      Hi Fred,

                      Just so its clear, because I didnt think it was possible. You managed(with John's help) to get Visualizer installed on a Mac with only Sketchup2016 installed.

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

                        Hi willanie

                        Yes, that's correct, and I was glad to see that Visualizer works fairly quickly on my MacBook Pro Retina 13" 2014, with 2.8 GHz Intel Core i5 and 8 GB 1600 MHz DDR3 RAM.

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

                          Does anyone know if there is a 32bit Visualizer version available? Thanks

                          1 條回覆 最後回覆 回覆 引用 0
                          • W 離線
                            willanie
                            最後由 編輯

                            There is no 32bit Visualizer version

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

                              😞 thanks willanie

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

                                Hello,

                                I have installed Visualizer 1.3 and it works with 2015 (on MAC OS). However there are two issues.

                                The first, is that anytime I close out of the program while modeling it generates a crash report.

                                The second issue is that it doesn't appear in the Library/Application Support/SketchUp2015/SketchUp/Plugins folder which means I can't copy the Visualizer folder or the ruby file over to the SketchUp 2016.

                                Anyone have any ideas? Anything would help. Thanks in advance.

                                T.

                                1 條回覆 最後回覆 回覆 引用 0
                                • C 離線
                                  ct200224
                                  最後由 編輯

                                  @driven: Thank you! Thank you so much! It's now up and running nicely!

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

                                    Hi Pilou,
                                    Quoi faire, si je n'ai pas 2015 comme voi de migrer. J'ai une installation frais de 2016 et installer Visualizer c'est impossible (Vous n'avez pas SketchUp 2013, 2014 ou 2015).
                                    Est-ce que tu a un trick pour cela aussi?
                                    Merci en avance,
                                    Aristos

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

                                      Hi,

                                      Does something like that work on Windows 7 as well? I tried with renaming the 64-bit program directory from SketchUp 2016 in SketchUp 2015 - but that was apparently too easy... Still the message: You need 2013, 2014 or 2015....

                                      Aristos

                                      @driven said:

                                      Visualizer will not install in SketchUp v16 without tricking it to do so...

                                      temporarily renaming SketchUp 2016 folder in Finder to SketchUp 2015 will allow the download to make the the v15 files...

                                      once downloaded, change the name back and run the ruby code posted in the post above...

                                      john

                                      1 條回覆 最後回覆 回覆 引用 0
                                      • W 離線
                                        willanie
                                        最後由 編輯

                                        Im pretty sure you must at least install 2015 with windows OS.
                                        Here is a link to sketchup forum posting for getting 2015 Make.

                                        Link Preview Image
                                        Link to download SketchUp 2015 Make

                                        hello everyone, does anyone have a link to download sketchup make ? i kept searching but only found sketchup 2015 Pro.

                                        favicon

                                        SketchUp Community (forums.sketchup.com)

                                        1 條回覆 最後回覆 回覆 引用 0
                                        • pilouP 離線
                                          pilou
                                          最後由 編輯

                                          @aristos
                                          Visualizer fonctionne aussi sur la 2015 avec au moins les versions de Window 8 et windows 10 que j'avais installées!

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

                                          1 條回覆 最後回覆 回覆 引用 0
                                          • pilouP 離線
                                            pilou
                                            最後由 編輯

                                            Seems Visualizer don't works on 2017 with the previous tricks of installation 2015 - 2016 ! 😮

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

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

                                            Advertisement