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

    [Plugin] Add Layer [1.1.0]

    Scheduled Pinned Locked Moved Plugins
    58 Posts 23 Posters 12.7k Views 23 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T Offline
      TECHDAVE02
      last edited by

      There add scenes layer that works / on only that scene or you can update it to work in other scenes works well for dimensions http://sketchucation.com/forums/viewtopic.php?f=10%26amp;t=36583

      http://sketchuptips.blogspot.ca/2007/08/add-hidden-layer.html

      1 Reply Last reply Reply Quote 0
      • jiminy-billy-bobJ Offline
        jiminy-billy-bob
        last edited by

        @jql said:

        Uhh... So many layers of information between you two J's...

        Jiminy, I know it seems I'm stalking you but what if your "new layer" icon would be able to launch this plugin if we choose it to on preferences?

        Actually both plugins look good together too...

        Would you guys mind?

        Haha, you're reading my mind. I was thinking about something like this today: Maybe replace the buttons in the menu that pops up when you hold-down click on the add-layer button in Layers Panel, by one that opens Jim's plugin if it's installed.

        http://i.imgur.com/yKpZ3ZY.png

        Jim, would you be okay with this?

        25% off Skatter for SketchUcation Premium Members

        1 Reply Last reply Reply Quote 0
        • J Offline
          Jim
          last edited by

          @utiler said:

          @jim said:

          For discussion of Add Layer plugin.

          Instant gold, Jim! I don't know how many time I've been working on a complex model with multiple scenes and when I add a new layer for the scene I'm working on then have to go back through each and every scene to turn it off... this'll be a big time saver!!

          Am I right in saying its been a while since you've publishes a script???

          πŸ‘

          Thanks, utiler. This extension is really an upgrade to my old "add hidden layer" plugin from back in 2007. But instead of me deciding what layer behavior you need, you get to choose.

          Much of the credit goes to Thomthom for his SketchUp UI code. The code for adding the layer is about 25 lines of code. The other 2500 lines are for the user interface. In the past, UI for extensions was a real barrier to their creations. Recently, this barrier has been falling.

          It has been a number of years since I have released a plugin, although I have been hacking on a few of the SketchUp Community Extensions on GitHub.

          And with the SketchUcation Plugin Store making so much easier for people to upgrade, I hope to continue upgrading some of my old plugins.

          Hi

          1 Reply Last reply Reply Quote 0
          • J Offline
            Jim
            last edited by

            @jiminy-billy-bob said:

            Haha, you're reading my mind. I was thinking about something like this today: Maybe replace the buttons in the menu that pops up when you hold-down click on the add-layer button in Layers Panel, by one that opens Jim's plugin if it's installed.

            http://i.imgur.com/yKpZ3ZY.png

            Jim, would you be okay with this?

            I don't mind, but I really think you should implement this in Layers Panel natively, rather than call my plugin. You should try to keep your interface consistent. Then, maybe add a separate LP sub-menu-item for "add a new layer" for people who who want to add a Layer without opening the main LP dialog.

            I have Layers Panel installed, and know for a fact you would do a better job with the user interface than I can. πŸ˜„ Besides, you likely have most of the functions already in your code.

            Hi

            1 Reply Last reply Reply Quote 0
            • jiminy-billy-bobJ Offline
              jiminy-billy-bob
              last edited by

              Something like this, then? (With credit to you, obviously!)

              http://i.imgur.com/q5SdJiH.png

              25% off Skatter for SketchUcation Premium Members

              1 Reply Last reply Reply Quote 0
              • tt_suT Offline
                tt_su
                last edited by

                Note that in SU older than 2014 creating layers with the special flag might cause SU to trigger the Fix Model dialog. That warning is a bug - nothing was messed up, it was the validation code that was wrong. And the Fix Model dialog will reset the flag unfortunately.

                1 Reply Last reply Reply Quote 0
                • N Offline
                  Nortti
                  last edited by

                  Thank you for the 'Add Layer' plugin! This is a huge time saver. Although, when I select "Layer visible on selected scene only" it does not create a layer. Am I missing something? Still even without this feature it's a success.

                  Thanks for any help in getting this fully working.

                  Mac OSX 10.9.2 / SketchUp Pro 2013

                  1 Reply Last reply Reply Quote 0
                  • J Offline
                    Jim
                    last edited by

                    @nortti said:

                    Thank you for the 'Add Layer' plugin! This is a huge time saver. Although, when I select "Layer visible on selected scene only" it does not create a layer. Am I missing something? Still even without this feature it's a success.

                    Thanks for any help in getting this fully working.

                    Mac OSX 10.9.2 / SketchUp Pro 2013

                    You should get a dialog if you select this option an there are no Scenes in the model. If there are Scenes in the model, then please try to select this option while the Ruby Console window is open. Are there any errors shown?

                    Hi

                    1 Reply Last reply Reply Quote 0
                    • jiminy-billy-bobJ Offline
                      jiminy-billy-bob
                      last edited by

                      @tt_su said:

                      Note that in SU older than 2014 creating layers with the special flag might cause SU to trigger the Fix Model dialog. That warning is a bug - nothing was messed up, it was the validation code that was wrong. And the Fix Model dialog will reset the flag unfortunately.

                      The only flag causing an issue is "LAYER_HIDDEN_BY_DEFAULT", isn't it?

                      25% off Skatter for SketchUcation Premium Members

                      1 Reply Last reply Reply Quote 0
                      • JQLJ Offline
                        JQL
                        last edited by

                        @tt_su said:

                        Note that in SU older than 2014 creating layers with the special flag might cause SU to trigger the Fix Model dialog. That warning is a bug - nothing was messed up, it was the validation code that was wrong. And the Fix Model dialog will reset the flag unfortunately.

                        Ahhh! So that's why my models needed fixing everytime!...

                        www.casca.pt
                        Visit us on facebook!

                        1 Reply Last reply Reply Quote 0
                        • J Offline
                          Jim
                          last edited by

                          @otb designworks said:

                          Awesome! Any way to change the layer behavior after it has been created?

                          For instance, if I make a layer and choose for it to be hidden for new scenes, but then I change my mind and want it visible for new scenes, is that possible to change?

                          thanks!

                          I could implement editing by using a Listbox instead of a Textbox...

                          2014-03-12_201733.png

                          But then I'd need a dialog for the new layer name...

                          2014-03-12_202033.png

                          Or perhaps not even have the add new layer option - just have the plugin be a layer behavior editor.

                          ❓

                          Hi

                          1 Reply Last reply Reply Quote 0
                          • J Offline
                            Jim
                            last edited by

                            @techdave02 said:

                            There add scenes layer that works / on only that scene or you can update it to work in other scenes works well for dimensions http://sketchucation.com/forums/viewtopic.php?f=10%26amp;t=36583

                            http://sketchuptips.blogspot.ca/2007/08/add-hidden-layer.html

                            The option to make the layer "visible on the selected scene only" should work, no?

                            That's my blog you linked to - and this plugin is an update to the one you linked to.

                            Hi

                            1 Reply Last reply Reply Quote 0
                            • K Offline
                              ktkoh
                              last edited by

                              I downloaded this plugin from the SU Store for the purpose of learning the SKUI interface.
                              However while testing I was not able to get the check box "Layer visible on selected Scene only" to create a new layer.

                              Error; #<NameError; undefined local variable or method `txt_LayerName' for JF;;AddLayer;Module>
                              C;/Users/Keith/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/jf_add_layer/main.rb;155;in `add_layer'
                              C;/Users/Keith/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/jf_add_layer/main.rb;110;in `block in main'
                              C;/Users/Keith/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/jf_add_layer/SKUI/events.rb;82;in `call'
                              C;/Users/Keith/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/jf_add_layer/SKUI/events.rb;82;in `block in trigger_event'
                              C;/Users/Keith/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/jf_add_layer/SKUI/events.rb;78;in `each'
                              C;/Users/Keith/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/jf_add_layer/SKUI/events.rb;78;in `trigger_event'
                              C;/Users/Keith/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/jf_add_layer/SKUI/window.rb;357;in `event_control_callback'
                              C;/Users/Keith/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/jf_add_layer/SKUI/window.rb;311;in `callback_handler'
                              C;/Users/Keith/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/jf_add_layer/SKUI/window.rb;269;in `block in add_callback'
                              C;/Users/Keith/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/jf_add_layer/SKUI/window.rb;203;in `call'
                              C;/Users/Keith/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/jf_add_layer/SKUI/window.rb;203;in `show_modal'
                              C;/Users/Keith/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/jf_add_layer/SKUI/window.rb;203;in `show'
                              C;/Users/Keith/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/jf_add_layer/main.rb;145;in `main'
                              C;/Users/Keith/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/jf_add_layer/main.rb;185;in `block in <module;AddLayer>'
                              -e;1;in `call'
                              

                              The other options worked as expected. Note: this also failed in 2013 with a slightly different error message.

                              Keith

                              1 Reply Last reply Reply Quote 0
                              • J Offline
                                Jim
                                last edited by

                                Keith - I am looking into this, but can not reproduce it in any version from 2008 thru 2014.

                                Hi

                                1 Reply Last reply Reply Quote 0
                                • J Offline
                                  Jim
                                  last edited by

                                  Keith - I believe this is fixed in version 1.0.1. Let me know.

                                  Thanks for taking the time to report the error.

                                  Hi

                                  1 Reply Last reply Reply Quote 0
                                  • K Offline
                                    ktkoh
                                    last edited by

                                    Yes it is fixed now.

                                    Keith

                                    1 Reply Last reply Reply Quote 0
                                    • jiminy-billy-bobJ Offline
                                      jiminy-billy-bob
                                      last edited by

                                      @jim said:

                                      I don't mind, but I really think you should implement this in Layers Panel natively

                                      Done!

                                      http://sketchucation.com/forums/viewtopic.php?f=323%26amp;t=53906%26amp;p=519458#p519458

                                      Thanks a lot πŸ˜‰

                                      25% off Skatter for SketchUcation Premium Members

                                      1 Reply Last reply Reply Quote 0
                                      • J Offline
                                        Jim
                                        last edited by

                                        Updated to version 1.1.0 using a Dropdown for selecting and changing the visibility properties.

                                        Hi

                                        1 Reply Last reply Reply Quote 0
                                        • D Offline
                                          dedmin
                                          last edited by

                                          Win7 - Personalization - Set Custom text size (DPI)- 125%
                                          2014-04-12_091257.jpg

                                          1 Reply Last reply Reply Quote 0
                                          • J Offline
                                            Jim
                                            last edited by

                                            Thanks for the report - I am researching a fix.

                                            Hi

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 1 / 3
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement