Revision: 68924
          http://sourceforge.net/p/brlcad/code/68924
Author:   brlcad
Date:     2016-09-28 13:56:27 +0000 (Wed, 28 Sep 2016)
Log Message:
-----------
need to upgrade d/dir shader strings if we're going to remove them

Modified Paths:
--------------
    brlcad/trunk/src/conv/dbupgrade.c

Modified: brlcad/trunk/src/conv/dbupgrade.c
===================================================================
--- brlcad/trunk/src/conv/dbupgrade.c   2016-09-28 13:54:52 UTC (rev 68923)
+++ brlcad/trunk/src/conv/dbupgrade.c   2016-09-28 13:56:27 UTC (rev 68924)
@@ -197,6 +197,7 @@
            comb = (struct rt_comb_internal *)intern.idb_ptr;
            RT_CK_COMB(comb);
 
+           /* TODO: update d/dir {} shader strings to target {} */
            /* bu_log("!!!shader is [%s]", bu_vls_addr(&comb->shader)); */
 
            /* Convert "plastic" to "phong" in the shader string */

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


------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to