Revision: 44569
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44569&view=rev
Author:   starseeker
Date:     2011-05-05 19:23:33 +0000 (Thu, 05 May 2011)

Log Message:
-----------
Add rudimentry ability to specify model and object on isst command line.

Modified Paths:
--------------
    brlcad/trunk/src/adrt/isst

Modified: brlcad/trunk/src/adrt/isst
===================================================================
--- brlcad/trunk/src/adrt/isst  2011-05-05 18:33:52 UTC (rev 44568)
+++ brlcad/trunk/src/adrt/isst  2011-05-05 19:23:33 UTC (rev 44569)
@@ -228,6 +228,12 @@
 if { [info script] == $argv0 } {
     global az el oglwin
     ::isst::setup
+    if {$argc == 1} {
+       ::isst::geomlist [lindex $argv 0]
+    }
+    if {$argc == 2} {
+       load_g $oglwin [lindex $argv 0] [lindex $argv 1]
+    }
     # Do a couple operations to make sure 
     # the view is properly initialized on OSX
     update


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

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to