[Plugin] Rename by Layer v1.0.3

Re: [Plugin] Rename by Layer v1.0.3

Postby cmeed » Fri Oct 04, 2013 12:33 pm

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
0
User avatar
cmeed 
Premium Member
Premium Member
 

Re: [Plugin] Rename by Layer v1.0.3

Postby renderiza » Sat Oct 05, 2013 1:40 am

cmeed wrote: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. :thumb:

Thanks!
0
User avatar
renderiza 
Premium Member
Premium Member
 

Re: [Plugin] Rename by Layer v1.0.3

Postby jiminy-billy-bob » Sat Oct 05, 2013 10:58 am

0
User avatar
jiminy-billy-bob 
PluginStore Author
PluginStore Author
 

Re: [Plugin] Rename by Layer v1.0.3

Postby renderiza » Sun Oct 06, 2013 8:19 am

jiminy-billy-bob wrote: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. :cry:

Hopefully I can have more luck with 'Sketchup.write_default'. :roll:

Thanks!
0
User avatar
renderiza 
Premium Member
Premium Member
 

Re: [Plugin] Rename by Layer v1.0.3

Postby me_turcotte » Thu Mar 12, 2015 3:28 pm

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?
0

me_turcotte 
 

Re: [Plugin] Rename by Layer v1.0.3

Postby JQL » Thu Mar 12, 2015 4:05 pm

me_turcotte wrote: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.
0
User avatar
JQL 
Premium Member
Premium Member
 

Re: [Plugin] Rename by Layer v1.0.3

Postby me_turcotte » Thu Mar 12, 2015 7:17 pm

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.
0

me_turcotte 
 

Re: [Plugin] Rename by Layer v1.0.3

Postby sibenj » Tue May 05, 2015 1:12 pm

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

sibenj 
 

Re: [Plugin] Rename by Layer v1.0.3

Postby bmike » Wed Dec 02, 2015 8:13 pm

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.
0
User avatar
bmike 
 

Re: [Plugin] Rename by Layer v1.0.3

Postby driven » Wed Dec 02, 2015 9:07 pm

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
0
learn from the mistakes of others, you may not live long enough to make them all yourself...

driven 
PluginStore Author
PluginStore Author
 

Re: [Plugin] Rename by Layer v1.0.3

Postby bmike » Thu Dec 03, 2015 2:44 pm

driven wrote: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
0
User avatar
bmike 
 

Re: [Plugin] Rename by Layer v1.0.3

Postby driven » Thu Dec 03, 2015 2:55 pm

without testing...
in the menu ruby, you need to change line 63 rnd_renamer_tb.show
Code: Select all
      rnd_renamer_tb.restore

it should then honour last state...
john
0
learn from the mistakes of others, you may not live long enough to make them all yourself...

driven 
PluginStore Author
PluginStore Author
 

Re: [Plugin] Rename by Layer v1.0.3

Postby bmike » Thu Dec 03, 2015 6:16 pm

driven wrote:without testing...
in the menu ruby, you need to change line 63 rnd_renamer_tb.show
Code: Select all
      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.
0
User avatar
bmike 
 

Re: [Plugin] Rename by Layer v1.0.3

Postby retep37 » Thu Jan 21, 2016 11:27 pm

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
0

retep37 
 

Re: [Plugin] Rename by Layer v1.0.0

Postby srx » Wed Aug 31, 2016 10:36 am

Thank you for this very useful plugin. :thumb:

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?

2.
renderiza wrote:I am adding the "prefix" & "suffix" feature for the numbers.

How to make plugin start with this option not selected?
0
www.saurus.rs
User avatar
srx 
 

Re: [Plugin] Rename by Layer v1.0.3

Postby srx » Wed Aug 31, 2016 10:57 am

Idea:

3. 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.
0
www.saurus.rs
User avatar
srx 
 

Re: [Plugin] Rename by Layer v1.0.3

Postby pohlr1 » Sun Dec 10, 2017 5:47 am

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.
0

pohlr1 
Premium Member
Premium Member
 

Re: [Plugin] Rename by Layer v1.0.3

Postby AISmebel » Wed Mar 06, 2019 10:49 am

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!
0

AISmebel 
 

Re: [Plugin] Rename by Layer v1.0.3

Postby nanolin » Mon Jan 23, 2023 5:43 pm

Hello . anyone can share me the latest version please , thank
0
User avatar
nanolin 
 

Re: [Plugin] Rename by Layer v1.0.3

Postby renderiza » Wed Jan 25, 2023 6:00 pm

nanolin wrote:Hello . anyone can share me the latest version please , thank


Hi,

Here is an RBZ of Rename by Layer
After installing please restart SketchUp.

i3d_renamer.rbz


This is a very old plugin so I modified the code a bit, but it still needs a mayor update.
1
User avatar
renderiza 
Premium Member
Premium Member
 

Re: [Plugin] Rename by Layer v1.0.3

Postby nanolin » Thu Feb 02, 2023 3:22 am

renderiza wrote:
nanolin wrote:Hello . anyone can share me the latest version please , thank


Hi,

Here is an RBZ of Rename by Layer
After installing please restart SketchUp.

i3d_renamer.rbz


This is a very old plugin so I modified the code a bit, but it still needs a mayor update.


Thanks , you saved my life
0
User avatar
nanolin 
 

SketchUcation One-Liner Adverts

by Ad Machine » 5 minutes ago



Ad Machine 
Robot
 

Previous


 

Return to Plugins

Who is online

Users browsing this forum: DUNGMT, Elijah_24, Google Bot and 13 guests