Hi
I have build a very simple, yet, for me, a very useful layermanager.
It displays a toolbar with some buttons to turn off/on some specific layers.
What I'm not able to, is to make this script more flesible. For example, the layer I use to keep my autocad files in I call 0x Dwg, but other users might call it something else like blueprint.
So my question, how do I make the script more flexible ?
Like having variables called:
dwg_layer (for dwg drawings)
icons_layer (for tress people cars and....)
thiese variables can then be modified local in the drawing, and saved inside the drawing.
Does anyone have any idea about to achieve this kind of fleksibility ?
Thanks
Jorgensen