New script: Munsell colors maker
-
Hi,
The Munsell Maker is ready for download here:
http://www.sketchucation.com/forums/scf/viewtopic.php?f=153&t=1526You can cretate SU materials (colors) based on the Munsell naming convention, build colors libraries, and more.
Regards,
-
Didier
Thanks for the new script... unfortunately it doesn't work straight away - IF the user's current directory isn't the Plugins folder !
You need to add some code to each def's file reading part like this:
file=File.dirname(Sketchup.find_support_file("Munsell.rb","Plugins/"))+"/" in_file=File.open(file+"Munsell_hexa.txt","r")
This then makes the thing work as intended...
You could also add a 'help' menu item like:def munsell_help help="file;///"+Sketchup.find_support_file("Munsell Maker User Guide.pdf","Plugins/") UI.messagebox("***ERROR***\n\n.../Plugins/Munsell Maker User Guide.pdf\n\nNOT found.") if not UI.openURL(help) end#def help ###... main_menu.add_separator main_menu.add_item("Help..."){munsell_help} ###...
-
Coooool,
Many thanx TIG.UPDATED 09.13.07. Same download link.
-
Thank you Didier.
I must at least one of your scripts daily. Clearly you have increased the value of Sketchup enormously. Your generosity is much appreciated.
[digby dart]
-
Bug fixed indeed! That's cool Didier. Thank you.
Advertisement