Revision: 41546
http://brlcad.svn.sourceforge.net/brlcad/?rev=41546&view=rev
Author: indianlarry
Date: 2010-12-07 21:01:10 +0000 (Tue, 07 Dec 2010)
Log Message:
-----------
Added path separator to sketch paths, also forced single command evaluation
Modified Paths:
--------------
brlcad/trunk/src/tclscripts/mged/anim.tcl
Modified: brlcad/trunk/src/tclscripts/mged/anim.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/anim.tcl 2010-12-07 20:57:35 UTC (rev
41545)
+++ brlcad/trunk/src/tclscripts/mged/anim.tcl 2010-12-07 21:01:10 UTC (rev
41546)
@@ -56,8 +56,8 @@
uplevel #0 set mged_sketch_temp1 "./_mged_sketch_temp1_"
uplevel #0 set mged_sketch_temp2 "./_mged_sketch_temp2_"
- uplevel #0 {set mged_sketch_anim_path [bu_brlcad_root "bin"]}
- uplevel #0 {set mged_sketch_tab_path [bu_brlcad_root "bin"]}
+ uplevel #0 {set mged_sketch_anim_path [bu_brlcad_root "bin/"]}
+ uplevel #0 {set mged_sketch_tab_path [bu_brlcad_root "bin/"]}
#variable shared between draw and table
uplevel #0 set mged_sketch_fps "30"
@@ -1363,12 +1363,13 @@
[expr $i + $mged_sketch_cmdlen($cmd) - 1] ]
set str [concat $str $cmd $cargs]
incr i $mged_sketch_cmdlen($cmd)
+ eval view $str
+ set str ""
}
if { $i != $len } {
puts "sketch_vupdate: expected $i columns, got $len"
return
}
- eval view $str
}
#highlight the current line
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits