[Yt-svn] commit/yt: 2 new changesets

Bitbucket commits-noreply at bitbucket.org
Fri Apr 15 15:30:36 PDT 2011


2 new changesets in yt:

http://bitbucket.org/yt_analysis/yt/changeset/769a81e5bd5c/
changeset:   r4144:769a81e5bd5c
branch:      yt
user:        samskillman
date:        2011-04-16 00:29:19
summary:     Update the camera so that the grids show up at the start.
affected #:  1 file (13 bytes)

--- a/yt/gui/reason/html/js/widget_gridviewer.js	Fri Apr 15 17:58:00 2011 -0400
+++ b/yt/gui/reason/html/js/widget_gridviewer.js	Fri Apr 15 16:29:19 2011 -0600
@@ -149,9 +149,9 @@
     
                     });
             camera.modelView.id();
-            draw()
-    
-                setInterval(draw, 100/60);
+	    camera.update()
+
+	    setInterval(draw, 100/60);
             //Draw the scene
             function draw() {
                 gl.clear(gl.COLOR_BUFFER_BIT | gl.DEPTH_BUFFER_BIT);


http://bitbucket.org/yt_analysis/yt/changeset/e14f9136d7eb/
changeset:   r4145:e14f9136d7eb
branch:      yt
user:        samskillman
date:        2011-04-16 00:29:46
summary:     Merging
affected #:  1 file (298 bytes)

--- a/doc/install_script.sh	Fri Apr 15 16:29:19 2011 -0600
+++ b/doc/install_script.sh	Fri Apr 15 16:29:46 2011 -0600
@@ -310,6 +310,7 @@
 get_enzotools Forthon-0.8.4.tar.gz
 get_enzotools ext-3.3.2.zip
 get_enzotools ext-slate-110328.zip
+get_enzotools PhiloGL-1.1.0.zip
 
 if [ $INST_BZLIB -eq 1 ]
 then
@@ -556,6 +557,15 @@
     touch ext-slate-110328/done
 fi
 
+# Now we open up PhiloGL
+if [ ! -e PhiloGL-1.1.0/done ]
+then
+    ( unzip -o PhiloGL-1.1.0.zip 2>&1 ) 1>> ${LOG_FILE} || do_exit
+    ( echo "Symlinking PhiloGL-1.1.0 as PhiloGL" 2>&1 ) 1>> ${LOG_FILE}
+    ln -sf PhiloGL-1.1.0 PhiloGL
+    touch PhiloGL-1.1.0/done
+fi
+
 if [ -e $HOME/.matplotlib/fontList.cache ] && \
    ( grep -q python2.6 $HOME/.matplotlib/fontList.cache )
 then

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list