[Plugin] Layers Panel 1.2.1
-
Ok Glenn, I found the issue. You simply have too many layers. It's related to the max length a url can pass between the dialog and SU. I forgot about this... I'll need to rewrite some code.
-
Thats it- it was an old layer. The reason i was changing it was to give it a capital letter, I started out with non-capitalised layer names......
-
@jiminy-billy-bob said:
Ok Glenn, I found the issue. You simply have too many layers. It's related to the max length a url can pass between the dialog and SU. I forgot about this... I'll need to rewrite some code.
does that mean theres a limit on layers?
c -
For now, yes. I had this planned, but completely forgot about it. So I don't know the current limit. But in next version, it should be fixed.
-
no problem! that's what beta-testing is all about
-
@jiminy-billy-bob said:
You simply have too many layers.
that's the short list once you start to use ACAD standard architecture layer sets it gets "big"
-
@bimbalas said:
On renamaming layers or groups directly on Layers Panel with letters from non ASCII character set (e.g. ąžįėš) this letters was changed to unicode codes.
I just tested, and it works for me when I rename a layer to "ąžįėš". Which versions of Sketchup, windows, and internet explorer are you using ?
-
New version 0.3.2 beta !
Changelog :
- Fix bugsplat when deleteing/purging layers with Outliner opened
- New naming conventions (For the Extension Warehouse)
Download in the plugin store !
At startup, you should get once "Error Loading File layers_panel.rb no such file to load -- layers_panel.rb". This is normal, it's just the plugin deleting the old files.
-
this is with release 0.3.2
same naming issue with names not changing in the LayersPanel - they are changing in the Layers Window thoughI updated the plugin this morning. The layers were made yesterday. I closed down SU. restarted SU. captured film so its not happening with the layers or folders before the plugin was installed, as all were made yesterday
CEDIT: in the time its taken me to write the above the layer has now changed to 'hello' in LayersPanel. just so you know...
-
@jiminy-billy-bob said:
- Fix bugsplat when deleteing/purging layers with Outliner opened
Doh! I was just about to look at this.
Can you PM me the old version that crashed? I'd like to have a look at it.
(Also, what did you do to avoid the crash?) -
Is it just the Win32 API dependency that makes this Windows only?
-
And I just downloaded 0.32 from the Plugin Store but it alerts me about a new version...
-
hello again,
Still can't update layer using a shortcut key with LayersPanel open.
works fine when i close LayersPanel.
c -
@cmeed said:
this is with release 0.3.2
same naming issue with names not changing in the LayersPanel - they are changing in the Layers Window thoughI updated the plugin this morning. The layers were made yesterday. I closed down SU. restarted SU. captured film so its not happening with the layers or folders before the plugin was installed, as all were made yesterday
CEDIT: in the time its taken me to write the above the layer has now changed to 'hello' in LayersPanel. just so you know...
This is really weird. How about renaming a layer, then close the dialog and open it again ? Is the name updated ?
@cmeed said:
hello again,
Still can't update layer using a shortcut key with LayersPanel open.
works fine when i close LayersPanel.
cIs the dialog focused when you're trying to do that ?
Has anyone else the same issue with shortcuts ? It works fine for me, when the dialog is not focused.@tt_su said:
Is it just the Win32 API dependency that makes this Windows only?
Nope. A lot of things need rewriting. Pumping, etc...
BTW, I think I read somewhere that you work on mac ? Would you be ok with helping me testing on osx ?@tt_su said:
And I just downloaded 0.32 from the Plugin Store but it alerts me about a new version...
Yeah, sorry about that, it was a serverside issue. It should be fixed now.
-
Regarding pumping messages, I have a system working quite well in SKUI. https://github.com/thomthom/SKUI
I guess the bridge itself could be an interesting mini-framework to extract from that project. A Ruby class that subclass the UI::WebDialog class, cleaning up some of the cross compatibility issues on the Ruby side, then a JS script, or HTML builderplate that implement the communication with Ruby. That will enable JS to Ruby communication on OSX that doesn't drop messages - and Ruby and JS objects are converted seamlessly. You can even call JS functions from Ruby and get their return value.
-
Whow, sounds great. I'll take a look at that when I have time. Thanks a lot
-
Do you use GitHub / BitBucket?
-
Nope, but I guess I can start.
-
@jiminy-billy-bob said:
@xkalvisx said:
We would like to keep the size of the panel as it was before it was shut down.
Sorry, but that's a limitation of the API. Sketchup saves the dialog's size/position between sessions, but not during a session... Dumb, I know, but there's not much I can do.
Actually, there is a workaround. It's done and will be in next version.
(And I fixed the too-many-layers issue) -
JBB; Very nice job........
The way SU does Layers have been a big bitch of mine since day 1. I use layers a lot as akin to a work breakdown structure. ALL of my layers are numbered with a name
(ie: 01.00 Main Assembly) then major parts are sub tiered (nested) with the name indented
(ie: 01.10______Sub Assy XX) and so on. (Note: Underscore here, spaces in SU)
Because SU layers cannot indent/nest, this drives me into some weird naming conventions. And some models are long on layers, usually in the 50+ range.So when I saw you did indenting/nesting, I loaded the Ruby in a flash. I realize it is in an early developmental stage, so these are not critiques, but first use observations.
I have used this Ruby for a total of 3 minutes prior to this note, so I am NOT familiar with all its' nuances.
1) When I first loaded a model with 42 layers, SU's layers panel took about 3/4 screen height, and did not need a vertical scroll bar.
Your panel was longer due to your using a higher row height, and it had a vertical scroll bar. That is not a problem.
The problem was the vertical scroll bar does not work (greyed out), nor does mouse wheel scrolling, so I cannot see the last 7 layers in the list.2) Since ALL my layers are numbered, in SU they sort properly, either ascending or descending when I click on the header.
They were in seemingly random order in your layer panel, neither numeric nor alphabetic. I had to move them into the numeric order I wanted.
The layer sort order should initially match the SU Layer sort order.3) I simulate indenting/nesting by variable spacing the name of the layer after the number.
You delete multiple spaces in the name.4) I noticed that to create a nest of layers, you have to define a new group, then move the layers to be nested under that new group, and rename the group layer.
In my case, this creates a redundant top level layer, and since I have a bunch of components inside that layer, it can't be eliminated.
You should consider the ability to elevate any existing layer to a group header status.5) I also noticed that when you create a new group, it cannot be renamed until some other layer is nested under it. And, if some other group or layer is highlighted, the new group is placed under it, not at the end of all the layers. Disconcerting if that highlighted group is collapsed. The new group effectively disappears.
More later as I play with it more, but it is a very useful plug-in for me.
Advertisement