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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Apr 3 13:21:48 PDT 2014


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/b70bfb9cb419/
Changeset:   b70bfb9cb419
Branch:      yt-3.0
User:        ngoldbaum
Date:        2014-04-03 21:31:35
Summary:     Adding volume rendering classes to yt.__init__ Closes #822.
Affected #:  2 files

diff -r bdcaef6e27701e00572cedff4ca7870776f3a211 -r b70bfb9cb41992b78a094d426f6a92c618888a19 yt/__init__.py
--- a/yt/__init__.py
+++ b/yt/__init__.py
@@ -145,7 +145,8 @@
     show_colormaps, ProfilePlot, PhasePlot
 
 from yt.visualization.volume_rendering.api import \
-    off_axis_projection
+    off_axis_projection, ColorTransferFunction, \
+    TransferFunctionHelper
 
 from yt.utilities.parallel_tools.parallel_analysis_interface import \
     parallel_objects, enable_parallelism

diff -r bdcaef6e27701e00572cedff4ca7870776f3a211 -r b70bfb9cb41992b78a094d426f6a92c618888a19 yt/visualization/volume_rendering/api.py
--- a/yt/visualization/volume_rendering/api.py
+++ b/yt/visualization/volume_rendering/api.py
@@ -23,3 +23,5 @@
 from camera import Camera, PerspectiveCamera, StereoPairCamera, \
     off_axis_projection, FisheyeCamera, MosaicFisheyeCamera, \
     HEALpixCamera, InteractiveCamera, ProjectionCamera
+
+from transfer_function_helper import TransferFunctionHelper


https://bitbucket.org/yt_analysis/yt/commits/ae9632bccb40/
Changeset:   ae9632bccb40
Branch:      yt-3.0
User:        samskillman
Date:        2014-04-03 22:21:42
Summary:     Merged in ngoldbaum/yt/yt-3.0 (pull request #790)

Adding volume rendering classes to yt.__init__ Closes #822.
Affected #:  2 files

diff -r 1724ae2cae8f5a43591ad73eae457cc7cb4b759b -r ae9632bccb40e04af7487d17d86f8e37ac143e11 yt/__init__.py
--- a/yt/__init__.py
+++ b/yt/__init__.py
@@ -145,7 +145,8 @@
     show_colormaps, ProfilePlot, PhasePlot
 
 from yt.visualization.volume_rendering.api import \
-    off_axis_projection
+    off_axis_projection, ColorTransferFunction, \
+    TransferFunctionHelper
 
 from yt.utilities.parallel_tools.parallel_analysis_interface import \
     parallel_objects, enable_parallelism

diff -r 1724ae2cae8f5a43591ad73eae457cc7cb4b759b -r ae9632bccb40e04af7487d17d86f8e37ac143e11 yt/visualization/volume_rendering/api.py
--- a/yt/visualization/volume_rendering/api.py
+++ b/yt/visualization/volume_rendering/api.py
@@ -23,3 +23,5 @@
 from camera import Camera, PerspectiveCamera, StereoPairCamera, \
     off_axis_projection, FisheyeCamera, MosaicFisheyeCamera, \
     HEALpixCamera, InteractiveCamera, ProjectionCamera
+
+from transfer_function_helper import TransferFunctionHelper

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