Re: Scripting: RGBToWireframeColor() in Python?

2012-04-24 Thread Bradley Gabe
>> >> ** ** >> >> ** ** >> >> *From:* softimage-boun...@listproc.autodesk.com [mailto: >> softimage-boun...@listproc.autodesk.com] *On Behalf Of *Bradley Gabe >> *Sent:* Monday, April 23, 2012 6:53 PM >> *To:* softimage@listproc.autodesk.com

Re: Scripting: RGBToWireframeColor() in Python?

2012-04-23 Thread Vladimir Jankijevic
gt; > ** ** > > ** ** > > *From:* softimage-boun...@listproc.autodesk.com [mailto: > softimage-boun...@listproc.autodesk.com] *On Behalf Of *Bradley Gabe > *Sent:* Monday, April 23, 2012 6:53 PM > *To:* softimage@listproc.autodesk.com > *Subject:* Scripting: RGBToWireframeColor() in P

RE: Scripting: RGBToWireframeColor() in Python?

2012-04-23 Thread Matt Lind
: Scripting: RGBToWireframeColor() in Python? I need to convert from RGB to wireframe color in a script, and I found the following sample function in the SI docs in jscript. Any chance someone has converted this to Python? function RGBToWireframeColor(dR,dG,dB) { // Convert RGB to wirecolor

Scripting: RGBToWireframeColor() in Python?

2012-04-23 Thread Bradley Gabe
I need to convert from RGB to wireframe color in a script, and I found the following sample function in the SI docs in jscript. Any chance someone has converted this to Python? function RGBToWireframeColor(dR,dG,dB) { // Convert RGB to wirecolor var wirecolR, wirecolG, wirecolB;