[Plugin] ChrisP_ColorEdge
-
Yes,
I don´t understand the tool neither. Use it for lines, enough for me. Sorry.
I have to investigate though I have the feeling that it is not tunned yet or updated. -
Hi,
This tool allows to colorize the edges on a same plane by a mixture of two basic colors depending on the angle and possibly a second plane and a third color -
-
hello i would like tranlate this plugin to german but how ?
And it is Possible to have a different line width.
Thanks for the great work
best-off@gmx.net -
Good evening,
for the width lines it's not possible.
I will soon publish a new version, including a Spanish version translated by Diego Rodriguez. The new version adds faces to the lines drawn.
Can work on inner edges are groups and components.
It is possible to include a German version. Here are the lines to translate$aa_01 = "Length " $aa_02 = "TAB to modify parameters " $aa_03 = "Select the end of the edge == TAB to modify colors " $aa_04 = "Color on axis X " $aa_05 = "Color on axis Y " $aa_06 = "Color on axis Z " $aa_07 = "Color 45 degree " $aa_08 = "Color other axix " $aa_09 = "Color single " $aa_10 = "Color " $aa_11 = "Select the start of the edge == TAB to modify colors " $aa_12 = "No color " $aa_13 = "No RGB" $aa_14 = "RGB " $aa_15 = "TAB to modify colors " $aa_16 = "By Layer " $aa_17 = "No selection, do you want apply\nthe operation to all entities? " $aa_18 = "Stippling " $aa_19 = "% or cm " $aa_20 = "Adapt length " $aa_21 = "Color 1 " $aa_22 = "Color 2 " $aa_23 = "There are several instances\nDo make unique instance?\nOtherwise the definition will be modified... " $aa_24 = "Angle length " $aa_25 = "Angle color " $aa_26 = "Edge color " $aa_27 = "ColorEdge " $aa_28 = "Draw Color Edge " $aa_29 = "Draw edge by color by vector " $aa_30 = "Edge single color on select " $aa_31 = "Edge color by axis on select " $aa_32 = "Modify select in dotted line " $aa_33 = "Color Edge by click " $aa_34 = "Dotted line by click " $aa_35 = "Colored angle by click " $aa_36 = "Colors blend " $aa_37 = "Color select " $aa_38 = "Colored angle " $aa_39 = "Dotted line" $aa_40 = "By default" $aa_41 = "Active layer" $aa_42 = "All" $aa_43 = "Delete" $aa_44 = "Color layer" $aa_45 = "Keep" $aa_46 = "Whithout" $aa_47 = "Invisible" $aa_48 = "Yes" $aa_49 = "No" $aa_50 = "Selection of colors to use" $aa_51 = "Valid and save" $aa_52 = "Valid" $aa_53 = "Uncheck all" $aa_54 = "Chech all" $aa_55 = "Cancel" $aa_56 = "Color choice " $aa_57 = "Add face " $aa_58 = "Inputbox setup " $aa_59 = "Inputbox setup..........................................You must before colors selected " $aa_60 = "Language choice " $aa_61 = "List chosen colors " $aa_62 = "Parameters " $aa_63 = "Yes|No"
ChrisP
-
thanks i will check it out.
-
I am late to this party, as well, but so glad to be here.
Thank you so much, Christophe, for your generosity and delicious plugin.
-
I wish:
- it worked on groups as groups
- settings were remembered
- setting units respected those active in SU
- it worked on circles, arcs
Please see the image, which I hope explains my comments better.
In this case I'm really just looking for a consistent appearance for the perimeter edges.
-
Hi Chris, would you help me please? I colored some edges on my model, but now i want it all to go back to default.. How do i do it? Thanks
-
Very usefull, thanks for this plugin.
It seems there is a problem when we don't select any edge. It asks if we want to apply the color to all entities but it that case, I got nothing !?!
It would be nice if it would keep the last selected color instead of having to choose it in the list.Regards,
Alain -
hello everyone,
sorry am new to this , but I have added the ruby of this plugin to my sketchup plugins file, but i still dont get the menu .. what is the problem? and how can i show the menu? -
It's not on Menu Plugins!!!
It is only under Menu ...VIEW __TOOLBARS ^`...Color Edge -
This feature does not work on sketchup8.0--2013
-
I know this is a very old post but I am wondering if anyone knows if this plugin will work in Sketchup Make 2015? I downloaded the plugin but it doesn't seem to add a toolbar in the toolbar list.
Thank so much
Stephanie
-
Thanks for the plugin!!
The Tab key to change the color doesn't work on mac, is it possible fix this issue on Mac?
In the Color List window don't appear the scrollbar. -
I haven't looked at the code at all [it is pretty old].
Get the latest version from the PluginStore...
http://sketchucation.com/pluginstore?pln=ChrisP_ColorEdge_EN
However, the know bug on using TAB on MACs [unlike PCs] is that a KeyDown event doesn't trigger, but a KeyUp does...
So for cross-platform it's always required that you use KeyUp - at least when testing for TAB presses.In the RB file's code you could try to edit the FOUR occurrences of
def onKey**Down**(key, repeat, flags, view)
to be
def onKey**Up**(key, repeat, flags, view)
That should then work on PC and MAC...
-
I installed the last version 0.2.3 and I changed onKeyDown >> onKeyUp but the Tab key doesn't work
-
You must change EVERY KeyDown to KeyUp...
??? -
I did it.
-
So I am now at a loss
Sorry, but I have several v2017 problems of my own to solve, let alone those of other authors who opt not to support older plugins...
Advertisement