Revision: 55257
          http://sourceforge.net/p/brlcad/code/55257
Author:   bob1961
Date:     2013-04-26 13:02:16 +0000 (Fri, 26 Apr 2013)
Log Message:
-----------
Update MGED's pattern tool by fixing pattern_cyl so that it accomodates the 
advertised -lr option.

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/mged/pattern.tcl

Modified: brlcad/trunk/src/tclscripts/mged/pattern.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/pattern.tcl        2013-04-26 12:41:53 UTC 
(rev 55256)
+++ brlcad/trunk/src/tclscripts/mged/pattern.tcl        2013-04-26 13:02:16 UTC 
(rev 55257)
@@ -1108,6 +1108,11 @@
                set list_h [lindex $args $index]
                incr index
            }
+           "-lr" {
+               incr index
+               set list_r [lindex $args $index]
+               incr index
+           }
            "-sr" {
                incr index
                set start_r [lindex $args $index]

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


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to