[brlcad-commits] SF.net SVN: brlcad:[33331] brlcad/trunk/src/librt/tcl.c

2008-12-09 Thread bob1961
Revision: 1
  http://brlcad.svn.sourceforge.net/brlcad/?rev=1view=rev
Author:   bob1961
Date: 2008-12-09 18:41:19 + (Tue, 09 Dec 2008)

Log Message:
---
Modified the rt_comb_get function (i.e. added braces around rgb and shader 
values when getting all attributes).

Modified Paths:
--
brlcad/trunk/src/librt/tcl.c

Modified: brlcad/trunk/src/librt/tcl.c
===
--- brlcad/trunk/src/librt/tcl.c2008-12-09 18:02:00 UTC (rev 0)
+++ brlcad/trunk/src/librt/tcl.c2008-12-09 18:41:19 UTC (rev 1)
@@ -950,11 +950,11 @@
}
 
if (comb-rgb_valid) {
-   bu_vls_printf(log, rgb %d %d %d , V3ARGS(comb-rgb));
+   bu_vls_printf(log, rgb {%d %d %d} , V3ARGS(comb-rgb));
}
 
if (bu_vls_strlen(comb-shader)  0) {
-   bu_vls_printf(log, shader %s , bu_vls_addr(comb-shader));
+   bu_vls_printf(log, shader {%s} , bu_vls_addr(comb-shader));
}
 
if (bu_vls_strlen(comb-material)  0) {


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

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits


[brlcad-commits] SF.net SVN: brlcad:[33333] brlcad/trunk/src/libwdb/dsp.c

2008-12-09 Thread erikgreenwald
Revision: 3
  http://brlcad.svn.sourceforge.net/brlcad/?rev=3view=rev
Author:   erikgreenwald
Date: 2008-12-09 19:40:27 + (Tue, 09 Dec 2008)

Log Message:
---
gut it, the VCS will tell the tragic tale

Modified Paths:
--
brlcad/trunk/src/libwdb/dsp.c

Modified: brlcad/trunk/src/libwdb/dsp.c
===
--- brlcad/trunk/src/libwdb/dsp.c   2008-12-09 19:07:51 UTC (rev 2)
+++ brlcad/trunk/src/libwdb/dsp.c   2008-12-09 19:40:27 UTC (rev 3)
@@ -44,10 +44,8 @@
 
 BU_GETSTRUCT( dsp, rt_dsp_internal );
 dsp-magic = RT_DSP_INTERNAL_MAGIC;
+
 bu_vls_init( dsp-dsp_name );
-/* why would this be a URI?
-bu_vls_strcpy( dsp-dsp_name, file:);
-*/
 bu_vls_strcat( dsp-dsp_name, file);
 
 dsp-dsp_xcnt = xdim;


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

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits