Revision: 51777
          http://brlcad.svn.sourceforge.net/brlcad/?rev=51777&view=rev
Author:   anrgmrty
Date:     2012-08-07 14:13:09 +0000 (Tue, 07 Aug 2012)
Log Message:
-----------
changes for enabling autocomplete

Modified Paths:
--------------
    brlcad/trunk/src/libtclcad/tclcad_obj.c
    brlcad/trunk/src/tclscripts/mged/help.tcl

Modified: brlcad/trunk/src/libtclcad/tclcad_obj.c
===================================================================
--- brlcad/trunk/src/libtclcad/tclcad_obj.c     2012-08-07 13:19:20 UTC (rev 
51776)
+++ brlcad/trunk/src/libtclcad/tclcad_obj.c     2012-08-07 14:13:09 UTC (rev 
51777)
@@ -904,6 +904,7 @@
     {"exists", (char *)0, TO_UNLIMITED, to_pass_through_func, ged_exists},
     {"faceplate",      "center_dot|prim_labels|view_params|view_scale 
color|draw [val(s)]", TO_UNLIMITED, to_faceplate, GED_FUNC_PTR_NULL},
     {"facetize",       (char *)0, TO_UNLIMITED, to_pass_through_func, 
ged_facetize},
+    {"voxelize",       (char *)0, TO_UNLIMITED, to_pass_through_func, 
ged_voxelize},
     {"fb2pix",         "[-h -i -c] [-s squaresize] [-w width] [-n height] 
[file.pix]", TO_UNLIMITED, to_view_func, ged_fb2pix},
     {"find_pipept",    "pipe x y z", 6, to_view_func, 
ged_find_pipept_nearest_pt},
     {"fontsize",       "[fontsize]", 3, to_fontsize, GED_FUNC_PTR_NULL},

Modified: brlcad/trunk/src/tclscripts/mged/help.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/help.tcl   2012-08-07 13:19:20 UTC (rev 
51776)
+++ brlcad/trunk/src/tclscripts/mged/help.tcl   2012-08-07 14:13:09 UTC (rev 
51777)
@@ -168,6 +168,7 @@
 set mged_help_data(e_muves)    {{MUVES_component_1 MUVES_component2 ...}       
{DEPRECATED: display listed MUVES components/systems}}
 set mged_help_data(facedef)    {{####} {define new face for an arb}}
 set mged_help_data(facetize)   {{[-mntT] [-P#] new_obj old_obj(s)}     
{convert objects to faceted BOT objects (or NMG for -n option, with -m for 
marching cubes) at current tol}}
+set mged_help_data(voxelize)   {{} {}}
 set mged_help_data(form)       $helplib_data(wdb_form)
 set mged_help_data(fracture)   {{NMGsolid [prefix]}    {fracture an NMG solid 
into many NMG solids, each containing one face}}
 set mged_help_data(g)          $helplib_data(wdb_group)

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to