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

    [Plugin] Layers Panel 1.2.1

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

      New file gets the same behavior, even from the SketchUp standard templates that ship with it. Trying it on a different version is next up. I will probably have to test it on SU Make, Pro 2014 is the only one I have.

      IE version: 11.0.9600.17041

      I'm going to test it on a couple other workstations to see if they get the same issue. I'm totally perplexed as well. It doesn't through up any errors or info in the console, beats the hell out of me. I'll give you an update whenever can. Maybe I'll have to reformat my system and try again.

      1 條回覆 最後回覆 回覆 引用 0
      • jiminy-billy-bobJ 離線
        jiminy-billy-bob
        最後由 編輯

        @matt.gordon320 said:

        I will probably have to test it on SU Make, Pro 2014 is the only one I have.

        You can download older versions here: http://www.sketchup.com/download/all

        @matt.gordon320 said:

        Maybe I'll have to reformat my system and try again.

        Before doing so, make sure to test on other workstations.

        I'll myself try to include a debug console inside Layers Panel dialog, so that you can see what's breaking.

        What is the language of your sketchup install?

        25% off Skatter for SketchUcation Premium Members

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

          @jiminy-billy-bob said:

          I'll myself try to include a debug console inside Layers Panel dialog, so that you can see what's breaking.

          What is the language of your sketchup install?

          What is the proper way to debug? I'm actually really curious, looking forward to nailing down the issue, I'm learning Ruby 2 to write my own plugins, so the more I can learn about the process. So I should keep the console open while testing this? Are there any options or anything I need to tick first prior to testing it?

          I'm running just the standard US English version. It'd be nice to have it be some unicode character that's causing the issue, at least that'd be an easier starting point than this mystery.

          1 條回覆 最後回覆 回覆 引用 0
          • J 離線
            Jim
            最後由 編輯

            Just got this when importing a model from the 3D Warehouse from the Component Browser:

            Error; #<NoMethodError; undefined method `execute_script' for nil;NilClass>
            C;/Users/Jim/Dropbox/Plugins/jbb_layers_panel/rb/observers.rb;60;in `onChangeEntity'
            C;/Users/Jim/Dropbox/Plugins/jbb_layers_panel/rb/observers.rb;109;in `commit_operation'
            C;/Users/Jim/Dropbox/Plugins/jbb_layers_panel/rb/observers.rb;109;in `block in onLayerAdded'
            

            Version 1.1.0
            Windows 8
            SketchUp 2014 Pro

            Hi

            1 條回覆 最後回覆 回覆 引用 0
            • jiminy-billy-bobJ 離線
              jiminy-billy-bob
              最後由 編輯

              @matt.gordon320 said:

              What is the proper way to debug? I'm actually really curious, looking forward to nailing down the issue, I'm learning Ruby 2 to write my own plugins, so the more I can learn about the process. So I should keep the console open while testing this? Are there any options or anything I need to tick first prior to testing it?

              I'm kind of a ruby newbie myself, so I'm not sure what the "proper" way is. One sure thing, though, is that I always have the ruby console opened when debugging my plugin. But it just gives you the ruby-related errors.
              In this case, it seems to be a javascript-related error. Usually I debug this by neutralizing whole bunches of code and see what's breaking. But as I can't come to your house and debug on your machine ( 😄 ), I need to implement a console inside the webdialog that would output js errors. I know thomthom and maybe others use firebug lite, I'll try to make it work.

              @matt.gordon320 said:

              I'm running just the standard US English version. It'd be nice to have it be some unicode character that's causing the issue, at least that'd be an easier starting point than this mystery.

              Yeah... But it doesn't seem to be the case, as your file works fine on my PC, and I'm also running SU english.

              @jim said:

              Just got this when importing a model from the 3D Warehouse from the Component Browser:

              Could you give me a link to that model?

              25% off Skatter for SketchUcation Premium Members

              1 條回覆 最後回覆 回覆 引用 0
              • Bob JamesB 離線
                Bob James
                最後由 編輯

                @function said:

                sometimes when i try and undo an operation it does not work and looking at EDIT -> UNDO - it will say UNDO Properties as if I changed a property instead of the modeling operation I am trying to undo... is this coming from Layers Panel?

                This happens to me quite often. It is undoubtedly coincidence, but when I disable Layers Panel I don't have UNDO problems. 😕 Pity because LP is such an outstanding tool.

                i7-4930K 3.4Ghz, 2x GTX780 6GB, 32GB DDR3-1600 ECC, OCZ Vertex 4 500GB, WD Black 3TB, 32TB NAS, 4x 27" Monitors, SpaceMouse Pro, X-keys XK-60

                1 條回覆 最後回覆 回覆 引用 0
                • jiminy-billy-bobJ 離線
                  jiminy-billy-bob
                  最後由 編輯

                  @jql said:

                  I can't create new layer groups

                  @matt.gordon320 said:

                  most of the UI isn't responding

                  @jim said:

                  Just got this when importing a model from the 3D Warehouse

                  Ok guys, I found the issue. I'll release a fixed version ASAP.
                  In the meantime, you can replace the two files attached in the folder
                  C:\Users\_USERNAME_\AppData\Roaming\SketchUp\SketchUp 2014\SketchUp\Plugins\jbb_layers_panel\rb


                  dialog.rb


                  observers.rb

                  25% off Skatter for SketchUcation Premium Members

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

                    Very cool! I was actually just finding the time to install the Firebug version you sent, when I read this. Let me know if you still want me to test anything out, as I'd be happy to!

                    1 條回覆 最後回覆 回覆 引用 0
                    • jiminy-billy-bobJ 離線
                      jiminy-billy-bob
                      最後由 編輯

                      If this works for you, there is no need 😉

                      25% off Skatter for SketchUcation Premium Members

                      1 條回覆 最後回覆 回覆 引用 0
                      • JQLJ 離線
                        JQL
                        最後由 編輯

                        @jiminy-billy-bob said:

                        @jql said:

                        I can't create new layer groups

                        @matt.gordon320 said:

                        most of the UI isn't responding

                        @jim said:

                        Just got this when importing a model from the 3D Warehouse

                        Ok guys, I found the issue. I'll release a fixed version ASAP.
                        In the meantime, you can replace the two files attached in the folder
                        C:\Users\_USERNAME_\AppData\Roaming\SketchUp\SketchUp 2014\SketchUp\Plugins\jbb_layers_panel\rb

                        Great one Jiminy do you think this also has something to do with what happened to my groups?

                        Thanks,

                        JQL

                        www.casca.pt
                        Visit us on facebook!

                        1 條回覆 最後回覆 回覆 引用 0
                        • jiminy-billy-bobJ 離線
                          jiminy-billy-bob
                          最後由 編輯

                          I don't think so, but I don't know where it could come from.
                          So, maybe...

                          25% off Skatter for SketchUcation Premium Members

                          1 條回覆 最後回覆 回覆 引用 0
                          • I 離線
                            ivreich
                            最後由 編輯

                            @jiminy-billy-bob said:

                            Does it happen in every file? Even a brand new one?

                            Yup, even with brand new files. I'm also having problems creating layer groups and new layers...they either simply won't create or when they are created they can't be renamed, and nothing can be added to them, visibility controls won't work etc.

                            Sometimes I lose all of the layer group structures I've created previously as well. This happens when I open more than one session of sketchup side by side...

                            Error message when I try to create new layer groups attached.

                            Cheers

                            Joel


                            Error messge when creating new group

                            1 條回覆 最後回覆 回覆 引用 0
                            • JQLJ 離線
                              JQL
                              最後由 編輯

                              @ivreich said:

                              @jiminy-billy-bob said:

                              Does it happen in every file? Even a brand new one?

                              Sometimes I lose all of the layer group structures I've created previously as well. This happens when I open more than one session of sketchup side by side...

                              Side by side you say?... I'll double check on that as I'm permanently doing it too!

                              With the new files I can create groups again though.

                              www.casca.pt
                              Visit us on facebook!

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

                                This is getting better and better! many thanks!!
                                small hick-up here. Is that the Layer Status does not work occasionally. I can still click it, but it won't update the layers I want to see.
                                Running on SU2014 on Mac

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

                                  @jiminy-billy-bob said:

                                  Ok guys, I found the issue. I'll release a fixed version ASAP.
                                  In the meantime, you can replace the two files attached in the folder

                                  Awesome! That seems to be it! I think everything is working now, so I'll start testing it out! Thanks again, this is a fantastic extension.

                                  -Matt

                                  1 條回覆 最後回覆 回覆 引用 0
                                  • jiminy-billy-bobJ 離線
                                    jiminy-billy-bob
                                    最後由 編輯

                                    @ckho1985 said:

                                    Is that the Layer Status does not work occasionally. I can still click it, but it won't update the layers I want to see.
                                    Running on SU2014 on Mac

                                    I guess when having more than one models opened? If so, this will be fixed in the next release.

                                    25% off Skatter for SketchUcation Premium Members

                                    1 條回覆 最後回覆 回覆 引用 0
                                    • EdsonE 離線
                                      Edson
                                      最後由 編輯

                                      I started getting these error messages. is there a way to fix it? I am also not being able to add groups.

                                      Screenshot 2014-05-17 08.31.31.png

                                      edson mahfuz, architect| porto alegre • brasil
                                      http://www.mahfuz.arq.br

                                      1 條回覆 最後回覆 回覆 引用 0
                                      • jiminy-billy-bobJ 離線
                                        jiminy-billy-bob
                                        最後由 編輯

                                        Try this: http://sketchucation.com/forums/viewtopic.php?f=323%26amp;t=53906%26amp;start=510#p525061

                                        25% off Skatter for SketchUcation Premium Members

                                        1 條回覆 最後回覆 回覆 引用 0
                                        • EdsonE 離線
                                          Edson
                                          最後由 編輯

                                          @jiminy-billy-bob said:

                                          Try this: http://sketchucation.com/forums/viewtopic.php?f=323%26amp;t=53906%26amp;start=510#p525061

                                          yep, it worked. no more error messages and I am able to create groups again.

                                          however, I still have an old complaint: LP does not remember where I place its panel: at start it always opens on the same spot on the screen. if the native windows can remember where they were placed last why can't yours?

                                          once more, thanks for a wonderful plugin.

                                          edson mahfuz, architect| porto alegre • brasil
                                          http://www.mahfuz.arq.br

                                          1 條回覆 最後回覆 回覆 引用 0
                                          • jiminy-billy-bobJ 離線
                                            jiminy-billy-bob
                                            最後由 編輯

                                            @edson said:

                                            if the native windows can remember where they were placed last why can't yours?

                                            Because this is bugged in OSX. I've not yet managed to find a workaround.

                                            Solution: Use Sketchup in windows 😄

                                            25% off Skatter for SketchUcation Premium Members

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 25
                                            • 26
                                            • 27
                                            • 28
                                            • 29
                                            • 33
                                            • 34
                                            • 27 / 34
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement