[yt-svn] commit/yt: MatthewTurk: Fixing URL in OBJ export

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Jan 5 09:18:44 PST 2017


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/b0b136647960/
Changeset:   b0b136647960
Branch:      yt
User:        MatthewTurk
Date:        2017-01-05 17:15:48+00:00
Summary:     Fixing URL in OBJ export
Affected #:  1 file

diff -r 09f0ef297d7068078a021fc8290d9e3519baf82d -r b0b136647960a492e5a0f4180c8e4d77c3d2f0f1 yt/data_objects/construction_data_containers.py
--- a/yt/data_objects/construction_data_containers.py
+++ b/yt/data_objects/construction_data_containers.py
@@ -1442,10 +1442,10 @@
         vtype = [("x","float"),("y","float"), ("z","float")]
         if plot_index == 0:
             fobj.write("# yt OBJ file\n")
-            fobj.write("# www.yt-project.com\n")
+            fobj.write("# www.yt-project.org\n")
             fobj.write("mtllib " + filename + '.mtl\n\n')  # use this material file for the faces
             fmtl.write("# yt MLT file\n")
-            fmtl.write("# www.yt-project.com\n\n")
+            fmtl.write("# www.yt-project.org\n\n")
         #(0) formulate vertices
         nv = self.vertices.shape[1] # number of groups of vertices
         f = np.empty(nv//self.vertices.shape[0], dtype=ftype) # store sets of face colors

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