Revision: 51131
          http://brlcad.svn.sourceforge.net/brlcad/?rev=51131&view=rev
Author:   bob1961
Date:     2012-06-14 14:43:22 +0000 (Thu, 14 Jun 2012)
Log Message:
-----------
Bumped the maxargs for the view command from 3 to 7.

Modified Paths:
--------------
    brlcad/trunk/src/libtclcad/tclcad_obj.c

Modified: brlcad/trunk/src/libtclcad/tclcad_obj.c
===================================================================
--- brlcad/trunk/src/libtclcad/tclcad_obj.c     2012-06-14 14:41:58 UTC (rev 
51130)
+++ brlcad/trunk/src/libtclcad/tclcad_obj.c     2012-06-14 14:43:22 UTC (rev 
51131)
@@ -1119,7 +1119,7 @@
     {"v2m_point",      "x y z", 5, to_view_func, ged_v2m_point},
     {"vdraw",  (char *)0, TO_UNLIMITED, to_pass_through_and_refresh_func, 
ged_vdraw},
     {"version",        (char *)0, TO_UNLIMITED, to_pass_through_func, 
ged_version},
-    {"view",   "quat|ypr|aet|center|eye|size [args]", 3, to_view_func_plus, 
ged_view_func},
+    {"view",   "quat|ypr|aet|center|eye|size [args]", 7, to_view_func_plus, 
ged_view_func},
     {"view_axes",      "vname [args]", TO_UNLIMITED, to_view_axes, 
GED_FUNC_PTR_NULL},
     {"view_callback",  "vname [args]", TO_UNLIMITED, to_view_callback, 
GED_FUNC_PTR_NULL},
     {"view_win_size",  "[s] | [x y]", 4, to_view_win_size, GED_FUNC_PTR_NULL},

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
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to