Revision: 55306
          http://sourceforge.net/p/brlcad/code/55306
Author:   bob1961
Date:     2013-05-03 17:40:53 +0000 (Fri, 03 May 2013)
Log Message:
-----------
Remove debug strings and fixed a typo in MetaballEditFrame::moveElement.

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/archer/MetaballEditFrame.tcl

Modified: brlcad/trunk/src/tclscripts/archer/MetaballEditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/MetaballEditFrame.tcl    2013-05-03 
17:20:46 UTC (rev 55305)
+++ brlcad/trunk/src/tclscripts/archer/MetaballEditFrame.tcl    2013-05-03 
17:40:53 UTC (rev 55306)
@@ -205,7 +205,6 @@
 
 
 ::itcl::body MetaballEditFrame::moveElement {_dm _obj _vx _vy _ocenter} {
-.archer0 putString "MetaballEditFrame::moveElement: enter"
     set mb_i [expr {$mCurrentPoint - 1}]
     set pdata [lindex [$itk_option(-mged) get 
$itk_option(-geometryObjectPath)] 3]
     set pt [lrange [lindex $pdata $mb_i] 0 2]
@@ -213,8 +212,7 @@
     set vpt [$itk_option(-mged) pane_m2v_point $_dm $pt]
     set vz [lindex $vpt 2]
     set mpt [$itk_option(-mged) pane_v2m_point $_dm [list $_vx $_vy $vz]]
-.archer0 putString "MetaballEditFrame::moveElement: pt_i - $pt_i"
-    $itk_option(-mged) move_metaballpt $_obj $pt_i $mpt
+    $itk_option(-mged) move_metaballpt $_obj $mb_i $mpt
 }
 
 

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


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to