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

Bitbucket commits-noreply at bitbucket.org
Sun May 6 15:32:03 PDT 2012


2 new commits in yt:


https://bitbucket.org/yt_analysis/yt/changeset/fedd5bda3c03/
changeset:   fedd5bda3c03
branch:      yt
user:        ngoldbaum
date:        2012-05-07 00:30:41
summary:     Forgot to uncomment this.
affected #:  1 file

diff -r d170cec3b7b10f5a2c07a02abd072bca1ef6764d -r fedd5bda3c03b43513f42b38c20b2b6fdce5b5eb yt/mods.py
--- a/yt/mods.py
+++ b/yt/mods.py
@@ -120,7 +120,7 @@
 
 from yt.visualization.volume_rendering.api import \
     ColorTransferFunction, PlanckTransferFunction, ProjectionTransferFunction, \
-    HomogenizedVolume, Camera, off_axis_projection#, MosaicFisheyeCamera
+    HomogenizedVolume, Camera, off_axis_projection, MosaicFisheyeCamera
 
 from yt.utilities.parallel_tools.parallel_analysis_interface import \
     parallel_objects



https://bitbucket.org/yt_analysis/yt/changeset/9ece5c1017fd/
changeset:   9ece5c1017fd
branch:      yt
user:        ngoldbaum
date:        2012-05-07 00:31:33
summary:     Forgot to uncomment this as well.
affected #:  1 file

diff -r fedd5bda3c03b43513f42b38c20b2b6fdce5b5eb -r 9ece5c1017fdb66c6da89c01aa2ce941ce1fc985 yt/visualization/volume_rendering/api.py
--- a/yt/visualization/volume_rendering/api.py
+++ b/yt/visualization/volume_rendering/api.py
@@ -39,7 +39,6 @@
                              import_partitioned_grids
 from image_handling import export_rgba, import_rgba, \
                            plot_channel, plot_rgb
-from camera import Camera, off_axis_projection
 
-#from camera import Camera, PerspectiveCamera, StereoPairCamera, \
-#    off_axis_projection, FisheyeCamera, MosaicFisheyeCamera
+from camera import Camera, PerspectiveCamera, StereoPairCamera, \
+    off_axis_projection, FisheyeCamera, MosaicFisheyeCamera

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