Revision: 56996
          http://sourceforge.net/p/brlcad/code/56996
Author:   brlcad
Date:     2013-08-20 17:05:53 +0000 (Tue, 20 Aug 2013)
Log Message:
-----------
group the attribute tasks together except for the binary-incompatible one

Modified Paths:
--------------
    brlcad/trunk/TODO

Modified: brlcad/trunk/TODO
===================================================================
--- brlcad/trunk/TODO   2013-08-20 16:38:31 UTC (rev 56995)
+++ brlcad/trunk/TODO   2013-08-20 17:05:53 UTC (rev 56996)
@@ -76,6 +76,20 @@
 THESE ARE UNSCHEDULED BACKLOG TASKS
 -----------------------------------
 
+* add support for user-specified sorting for the attr command (case,
+  case-insensitive, creation, value, etc.)
+
+* clean up default attributes to be consistent and upgrade old
+  attributes to their new names.  includes likes of region, region_id,
+  material_id, air, los, rgb, oshader, and inherit.  see
+  doc/docbook/system/man5/en/attributes.xml for more detailed listing.
+
+* implement namespacing for attributes as a means to group attributes
+  together.  this can predominantly be a naming convention, but
+  requires awareness in the attribute-searching routines to search
+  without the namespace unless one is specified, and to reserve :: in
+  attribute names unless they're quoted.
+
 * investigate integrating Blender's (OSL-based) Cycles engine:
   
http://code.blender.org/index.php/2013/08/cycles-render-engine-released-with-permissive-license/
 
@@ -385,9 +399,6 @@
   for function replacements are being respected (e.g., bu_strcmp()
   instead of strcmp()).
 
-* add support for user-specified sorting for the attr command (case,
-  case-insensitive, creation, value, etc.)
-
 * make sure 'preview' works, particularly the 'tree' subcommand.
 
 * make nreed's new bot cleanup interface update interactively without
@@ -417,11 +428,6 @@
   improving workflows, documentation, robustness, and new development
   areas.
 
-* clean up default attributes to be consistent and upgrade old
-  attributes to their new names.  includes likes of region, region_id,
-  material_id, air, los, rgb, oshader, and inherit.  see
-  doc/docbook/system/man5/en/attributes.xml for more detailed listing.
-
 * automatic anti-aliasing as a second render pass on the edges
   encountered (possibly using bilinear filtering scheme, improve upon
   rtedge's current simple filter)
@@ -1106,12 +1112,6 @@
   view (i.e., a grid of primary rays), and 3) rtgl point samples
   (which is a variant of 2 but potentially view independent).
 
-* implement namespacing for attributes as a means to group attributes
-  together.  this can predominantly be a naming convention, but
-  requires awareness in the attribute-searching routines to search
-  without the namespace unless one is specified, and to reserve :: in
-  attribute names unless they're quoted.
-
 * alias objects.  this is an object handle in a geometry database that
   refers to another geometry database object.  in effect, it
   encapsulates the idea of a symbolic reference for database objects.

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


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to