Revision: 50568
          http://brlcad.svn.sourceforge.net/brlcad/?rev=50568&view=rev
Author:   bob1961
Date:     2012-05-16 13:08:44 +0000 (Wed, 16 May 2012)
Log Message:
-----------
Minor mod to cadwidgets::get::make_image_local (i.e. need to call perspective 
with a view).

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/lib/Ged.tcl

Modified: brlcad/trunk/src/tclscripts/lib/Ged.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/lib/Ged.tcl     2012-05-16 11:55:21 UTC (rev 
50567)
+++ brlcad/trunk/src/tclscripts/lib/Ged.tcl     2012-05-16 13:08:44 UTC (rev 
50568)
@@ -1626,7 +1626,7 @@
     set viewsize [lindex [lindex $vdata 0] 1]
     set orientation [lrange [lindex $vdata 1] 1 end]
     set eye_pt [lrange [lindex $vdata 2] 1 end]
-    set perspective [$mGed perspective]
+    set perspective [$mGed perspective $itk_component($itk_option(-pane))]
 
     set port [listen]
     if {$port < 0} {
@@ -1651,7 +1651,7 @@
 
     if {$kill_cmd != ""} {
        # Give it time to copy the image from the inmem framebuffer
-#      after 3000 exec $kill_cmd $fbs_pid
+       after 3000 exec $kill_cmd $fbs_pid
     }
 
     return

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