Revision: 41298
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41298&view=rev
Author:   brlcad
Date:     2010-11-09 13:53:12 +0000 (Tue, 09 Nov 2010)

Log Message:
-----------
massive deprecation of various mged commands that are being consolidated into a 
more consistent interface with fewer commands.  NO FUNCTIONALITY IS BEING 
REMOVED, they are being merged in with other existing commands as options or 
subcommands so common functionality is grouped together.  this should eliminate 
approximate 40 top-level commands.  included are the following:  ?lib ?devel 
dbconcat dbupgrade dbfind dbupgrade debugbu debugdir debuglib debugmem debugnmg 
comb_std comb_color combmem killall killtree killrefs rotobj arot mrot orot 
vrot oscale pscale otranslate ptranslate nmg_collapse nmg_fix_normals 
nmg_simplify bot_condense bot_decimate bot_face_fuse bot_vertex_fuse 
bot_face_sort bot_smooth erase_all query_ray xpush

Modified Paths:
--------------
    brlcad/trunk/doc/deprecation.txt

Modified: brlcad/trunk/doc/deprecation.txt
===================================================================
--- brlcad/trunk/doc/deprecation.txt    2010-11-09 12:25:44 UTC (rev 41297)
+++ brlcad/trunk/doc/deprecation.txt    2010-11-09 13:53:12 UTC (rev 41298)
@@ -45,6 +45,33 @@
 * DEPRECATED *
 **************
 
+7.18
+----
+mged
+        ?(*) -> ? -(*)
+        dbconcat -> db concat
+        dbupgrade -> db upgrade
+        dbversion -> db version
+        dbfind -> search
+        debug* -> debug
+        comb_std -> comb
+        comb_color -> comb
+        combmem -> comb
+        kill(*) -> kill
+        rotobj -> rot
+        ([amov])rot -> rot -([amov])
+        ([op])scale -> sca -([op])
+        ([op])translate -> tra -([op])
+        nmg_(*) -> nmg (*)
+        bot_(*) -> bot (*)
+        ls -oA -> ls -O
+        draw -oA -> draw -O
+        erase -oA -> erase -O
+        erase_all -> erase -r
+        move_all -> move -r
+        query_ray -> nirt
+        xpush -> push -x
+
 7.16
 ----
 struct bu_structparse 'i' format


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

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to