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
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
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
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
>
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