Revision: 58997
          http://sourceforge.net/p/brlcad/code/58997
Author:   bob1961
Date:     2013-12-18 20:07:40 +0000 (Wed, 18 Dec 2013)
Log Message:
-----------
Updating cadwidgets::rtimage to reflect a change to the bw-pix command's syntax 
change. This fixes part of the breakage seen in rtwizard (i.e., the ghost 
intensity was not getting applied to the image).

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/lib/RtImage.tcl

Modified: brlcad/trunk/src/tclscripts/lib/RtImage.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/lib/RtImage.tcl 2013-12-18 19:22:16 UTC (rev 
58996)
+++ brlcad/trunk/src/tclscripts/lib/RtImage.tcl 2013-12-18 20:07:40 UTC (rev 
58997)
@@ -215,7 +215,7 @@
        #
        catch {exec [file join $binpath pix-bw] $tgi > $tbw}
        catch {exec [file join $binpath bwmod] -a 4 -d259 -r$_gamma -m255 $tbw 
> $tmod}
-       catch {exec [file join $binpath bw-pix] $tmod $tbwpix}
+       catch {exec [file join $binpath bw-pix] $tmod > $tbwpix}
 
        set bgl "=[lindex $_bgcolor 0]/[lindex $_bgcolor 1]/[lindex $_bgcolor 
2]"
        catch {exec [file join $binpath pixmatte] -e $tfci $bgl $tbwpix $tfci > 
$tmi}

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to