[brlcad-devel] John Ousterhout Featured Speaker at Tcl New & Proven User Conference in New Orleans (Tcl'2013)

2013-08-18 Thread Andreas Kupries
Founder of Tool Command Language to talk about Tcl Past, Present & Future Ann Arbor, MI -- August 16, 2013 -- The Tcl/Tk User Association, which is celebrating over 20 years of innovation using the Tool Command Language (Tcl), confirmed today that John Ousterhout will be a Featured Speaker at the

Re: [brlcad-devel] Bug: attr, comb_color???

2013-08-18 Thread Tom Browder
On Sun, Aug 18, 2013 at 3:33 PM, Clifford Yapp wrote: > On Sun, Aug 18, 2013 at 3:52 PM, Tom Browder > wrote: > > > > So, what is the user to do to truly affect the color: use both rgb and > color > > attributes? Or does it matter since BRL-CAD may be treating 'color' and > > 'rgb' as aliases f

Re: [brlcad-devel] Bug: attr, comb_color???

2013-08-18 Thread Clifford Yapp
On Sun, Aug 18, 2013 at 3:52 PM, Tom Browder wrote: > > So, what is the user to do to truly affect the color: use both rgb and color > attributes? Or does it matter since BRL-CAD may be treating 'color' and > 'rgb' as aliases for each other? Tom, The rgb/color thing is basically a consequence o

Re: [brlcad-devel] Bug: attr, comb_color???

2013-08-18 Thread Tom Browder
On Sun, Aug 18, 2013 at 2:52 PM, Tom Browder wrote: > I'm showing a user how to use scripts for mged to change region and > combination attributes and I ran across a situation I can't explain: > ... > Now run the comb_color again: > > mged> comb_color stool2 80 80 80 > mged> attr show stool2 >

[brlcad-devel] Bug: attr, comb_color???

2013-08-18 Thread Tom Browder
I'm showing a user how to use scripts for mged to change region and combination attributes and I ran across a situation I can't explain: Use the comb_color command to set RGB on a combination with no existing color: mged> attr show stool2 stool2 combination: mged> comb_color stool2 80 80 80 mged