sketchucation logo sketchucation
    • Login
    โ„น๏ธ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    [Plugin] Rename by Layer v1.0.3

    Scheduled Pinned Locked Moved Plugins
    51 Posts 18 Posters 22.7k Views 18 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.
    • renderizaR Offline
      renderiza
      last edited by

      Fixed the "keep existing name" feature but in the mean time it should work only on groups.

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

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

        Unbelievable Renderiza, your plugin is now able to rename without changing name? What a paradox... If I didn't see it with my own eyes I wouldn't think it was even possible!

        Thank you again,

        JQL

        www.casca.pt
        Visit us on facebook!

        1 Reply Last reply Reply Quote 0
        • cmeedC Offline
          cmeed
          last edited by

          I have an idea....
          Its struck me that as I work I'm naming as I go. If i do bulk renaming then i really need all the options of the window, If I'm naming as I go then I don't...
          to save opening it each time could the last parameter/settings just be stored and a Shortcut key can be assigned. I just press the shortcut and viola .....
          no need to open the window and change the settings
          Speed increased
          5p more earned
          earlier home by three seconds
          c

          1 Reply Last reply Reply Quote 0
          • renderizaR Offline
            renderiza
            last edited by

            @cmeed said:

            I have an idea....
            Its struck me that as I work I'm naming as I go. If i do bulk renaming then i really need all the options of the window, If I'm naming as I go then I don't...
            to save opening it each time could the last parameter/settings just be stored and a Shortcut key can be assigned. I just press the shortcut and viola .....
            no need to open the window and change the settings
            Speed increased
            5p more earned
            earlier home by three seconds
            c

            This is really good idea!

            I first need to become familiar with storing web-dialog parameters/settings with maybe 'HTML5 Web Storage'. After learning how to do that I will try to integrate you suggestion. ๐Ÿ‘

            Thanks!

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

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

              http://www.sketchup.com/intl/en/developer/docs/ourdoc/sketchup.php#write_default
              ๐Ÿ˜‰

              25% off Skatter for SketchUcation Premium Members

              1 Reply Last reply Reply Quote 0
              • renderizaR Offline
                renderiza
                last edited by

                @jiminy-billy-bob said:

                http://www.sketchup.com/intl/en/developer/docs/ourdoc/sketchup.php#write_default
                ๐Ÿ˜‰

                Hi,

                It seems HTML 5 localStorage & sessionStorage can't work locally without having a server installed so that means I can't use that technology. ๐Ÿ˜ข

                Hopefully I can have more luck with 'Sketchup.write_default'. ๐Ÿ˜’

                Thanks!

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

                1 Reply Last reply Reply Quote 0
                • M Offline
                  me_turcotte
                  last edited by

                  I'm looking for a plugin or a script that would clear the name field of all components and groups. I tried yours, but i need to do it one component at a time. Any idea of how I could clear all of the names at the same time? Even for nested components and groups?

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

                    @me_turcotte said:

                    I'm looking for a plugin or a script that would clear the name field of all components and groups. I tried yours, but i need to do it one component at a time. Any idea of how I could clear all of the names at the same time? Even for nested components and groups?

                    You can rename a selection of multiple components with this plugin. I never tried renaming to a clear name though.

                    www.casca.pt
                    Visit us on facebook!

                    1 Reply Last reply Reply Quote 0
                    • M Offline
                      me_turcotte
                      last edited by

                      Thank you JQL. It works with multiple components and groups at the same level but not with nested components. And I am able to clear the name by hitting the space bar in the "enter text" area.
                      It would be really useful to clear all the names at one time.

                      1 Reply Last reply Reply Quote 0
                      • S Offline
                        sibenj
                        last edited by

                        Hi, any plans for a 2015/mac cmpatible update?? Wuld love to try this plugin...

                        1 Reply Last reply Reply Quote 0
                        • bmikeB Offline
                          bmike
                          last edited by

                          This is a great plugin... but... I can't get the icon to go away. I am on a Mac Yosemite, SketchUp 2015 and 2016 had the same problem. Install the extension, close the toolbar, restart SketchUp and the tool bar appears again.

                          Otherwise, wonderful extension.

                          mike beganyi design + consulting llc

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

                            mike
                            I think you'll need to edit the plugin yourself...
                            I'll see if I have a copy and what line needs the tweak...
                            john

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

                            1 Reply Last reply Reply Quote 0
                            • bmikeB Offline
                              bmike
                              last edited by

                              @driven said:

                              mike
                              I think you'll need to edit the plugin yourself...
                              I'll see if I have a copy and what line needs the tweak...
                              john

                              Thanks John. I have done that with most plugins... once someone points me to the code or the line...
                              But I'm not at all capable or writing Ruby... so I thought I'd ask.

                              -Mike

                              mike beganyi design + consulting llc

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

                                without testing...
                                in the menu ruby, you need to change line 63 rnd_renamer_tb.show

                                		rnd_renamer_tb.restore
                                

                                it should then honour last state...
                                john

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

                                1 Reply Last reply Reply Quote 0
                                • bmikeB Offline
                                  bmike
                                  last edited by

                                  @driven said:

                                  without testing...
                                  in the menu ruby, you need to change line 63 rnd_renamer_tb.show

                                  		rnd_renamer_tb.restore
                                  

                                  it should then honour last state...
                                  john

                                  that worked. thanks....

                                  also figured out how to change the HTML window size, always bugged me that the content didn't show in the window and i'd have to stretch it to see what i was doing.

                                  mike beganyi design + consulting llc

                                  1 Reply Last reply Reply Quote 0
                                  • R Offline
                                    retep37
                                    last edited by

                                    Hi,

                                    Does anyone know if Rename by Layer v1.0.3 works in SketchUp 2015 or SketchUp 2016? I am not familiar with the tool, but tried it in SketchUp 2015 (on Windows) today and although it loaded I could not get it to do anything. Above, somone mentioned SU 2015, but I think on Mac, not sure if the OS would matter.

                                    PeterB

                                    1 Reply Last reply Reply Quote 0
                                    • srxS Offline
                                      srx
                                      last edited by

                                      Thank you for this very useful plugin. ๐Ÿ‘

                                      I miss two things to be even better for my workflow. I guess it is not hard to change them for one who knows whats doing...

                                      1. Is it possible to dig deep to all nested groups - components instead of one level only?

                                      @renderiza said:

                                      I am adding the "prefix" & "suffix" feature for the numbers.

                                      How to make plugin start with this option not selected?

                                      www.saurus.rs

                                      1 Reply Last reply Reply Quote 0
                                      • srxS Offline
                                        srx
                                        last edited by

                                        Idea:

                                        1. As JQL mentioned usual procedure of structuring SU model in a BIM manner is to group several groups-components and put them on layer, say WALL. They stay on layer 0. Good workflow could be to name all Layer 0 groups - components by their material, say "brick" so we have the complete information that it is a brick component of composite wall building element.

                                        Is it doable?

                                        Thanks again for great plugin.

                                        www.saurus.rs

                                        1 Reply Last reply Reply Quote 0
                                        • P Offline
                                          pohlr1
                                          last edited by

                                          I know this is an old forum but I have an addon from smustard that groups by layers. When it does this the new group created does not have an instance name. But the underlying geometry still has its name. I was wondering if there is a script to rename the new groups based on the name of the layer that its geometry is on since all of the groups geometry is on the same layer.

                                          1 Reply Last reply Reply Quote 0
                                          • A Offline
                                            AISmebel
                                            last edited by

                                            Hello. Thanks for your plugin. I have been looking for something like that for a long time. I like everything, but there is something I would like to change. I do not need the "#" sign in front of the component name. Tell me how can I fix this? Thank you very much!


                                            22.jpg

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

                                            Advertisement