Revision: 56532
http://sourceforge.net/p/brlcad/code/56532
Author: brlcad
Date: 2013-08-04 20:54:57 +0000 (Sun, 04 Aug 2013)
Log Message:
-----------
not implemented for v4 and probably never will be. remove the
regionid-based-coloring implication for v4.
Modified Paths:
--------------
brlcad/trunk/src/libwdb/mater.c
Modified: brlcad/trunk/src/libwdb/mater.c
===================================================================
--- brlcad/trunk/src/libwdb/mater.c 2013-08-04 20:50:33 UTC (rev 56531)
+++ brlcad/trunk/src/libwdb/mater.c 2013-08-04 20:54:57 UTC (rev 56532)
@@ -49,27 +49,7 @@
BU_ASSERT_LONG(mk_version, ==, 4);
- for (mp = rt_material_head(); mp != MATER_NULL; mp = mp->mt_forw) {
-#if 0
- union record record;
- record.md.md_id = ID_MATERIAL;
- record.md.md_flags = 0;
- record.md.md_low = mp->mt_low;
- record.md.md_hi = mp->mt_high;
- record.md.md_r = mp->mt_r;
- record.md.md_g = mp->mt_g;
- record.md.md_b = mp->mt_b;
-
- /* This record has no name field! */
-
-/* XXX examine mged/mater.c: color_putrec() */
-
- /* Write out the record */
- (void)fwrite((char *)&record, sizeof record, 1, ofpxx);
-#else
- bu_log("mk_write_color_table(): not implemented for v4 database
yet\n");
-#endif
- }
+ bu_log("mk_write_color_table(): not implemented for v4 database\n");
} else {
return db5_put_color_table(ofp->dbip);
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits