[Plugin]Unique colors for layers
-
I want to present my first plugin. I am not developer. I never writen plugins before. Maybe some part of my code look clumsy. I am open for any advice for code optimization.
It part of tool to convert SketchUp model to 2d-dwg to AutoCAD with layers.

Description
Ruby plugin for SketchUp 2014 to make all unique colors of layers in each 3D model. This plugin can help you to organize with layers more efficiently. Especially, when you need to export CAD SketchUp model. It works with all layers, except "Layer0" that the colors of other layers can be modified.
Plugin features :
- Analysis of the model for the presence of colors of layers
- Randomize colors of all or non-unique layers
- Create new layers with unique colors.
Souce code on GITHUB https://github.com/yorik1984/Unique-Colors-For-Layers
- Analysis of the model for the presence of colors of layers
-
Maybe somebody will still see this one and will answer.!
This plugin is unique (at least i didn't find another one), the only issue is that in SU23-26 the icons are not referenced in the toolbar.
Maybe there is a quick fix for this one...!
Thanks.! -
My old https://sketchucation.com/pluginstore?pln=TIG_LayersFromList and https://sketchucation.com/pluginstore?pln=TIG_LayersToList
Let you import / export layers from / to a text file in the form NAME:R,G,B per line.
So you could edit [or make] the file with customized RGB values and names as desired...
Advertisement