[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [3507] trunk/py/scripts/tools/bi_farm: move lastframe html into the slideshow dir

Campbell Barton ideasman42 at gmail.com
Tue Jun 19 14:53:12 CEST 2012


Revision: 3507
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=3507
Author:   campbellbarton
Date:     2012-06-19 12:53:05 +0000 (Tue, 19 Jun 2012)
Log Message:
-----------
move lastframe html into the slideshow dir

Modified Paths:
--------------
    trunk/py/scripts/tools/bi_farm/new_master.py

Added Paths:
-----------
    trunk/py/scripts/tools/bi_farm/slideshow/lastframe.html

Removed Paths:
-------------
    trunk/py/scripts/tools/bi_farm/lastframe.html

Deleted: trunk/py/scripts/tools/bi_farm/lastframe.html
===================================================================
--- trunk/py/scripts/tools/bi_farm/lastframe.html	2012-06-19 11:58:54 UTC (rev 3506)
+++ trunk/py/scripts/tools/bi_farm/lastframe.html	2012-06-19 12:53:05 UTC (rev 3507)
@@ -1,13 +0,0 @@
-<!-- simple html to display the last frame on the farm -->
-<html>
-    <head>
-      <meta http-equiv="refresh" content="10" />
-    </head>
-    <body style="background: black; padding: 0; margin: 0;">
-        <table width="100%" height="100%">
-          <tr>
-            <td><img src="preview_big.png" style="width: 100%" /></td>
-          </tr>
-         </tr>
-    </body>
-</html>

Modified: trunk/py/scripts/tools/bi_farm/new_master.py
===================================================================
--- trunk/py/scripts/tools/bi_farm/new_master.py	2012-06-19 11:58:54 UTC (rev 3506)
+++ trunk/py/scripts/tools/bi_farm/new_master.py	2012-06-19 12:53:05 UTC (rev 3507)
@@ -352,7 +352,7 @@
 
     frame_list = " ".join([str(f) for f in frames])
 
-    remote_command(ip, os.path.join(FARM_DIR, "new_node_update_frames.sh") + " " + filename + " " + job.processor + " " + output_filename + " \"" + job.quality + "\" " + frame_list)
+    remote_command(ip, os.path.join(FARM_DIR, "new_node_update_frames.sh") + " " + filename + " " + job.processor    + " " + output_filename + " \"" + job.quality + "\" " + frame_list)
 
 
 def generate_avi():

Copied: trunk/py/scripts/tools/bi_farm/slideshow/lastframe.html (from rev 3505, trunk/py/scripts/tools/bi_farm/lastframe.html)
===================================================================
--- trunk/py/scripts/tools/bi_farm/slideshow/lastframe.html	                        (rev 0)
+++ trunk/py/scripts/tools/bi_farm/slideshow/lastframe.html	2012-06-19 12:53:05 UTC (rev 3507)
@@ -0,0 +1,13 @@
+<!-- simple html to display the last frame on the farm -->
+<html>
+    <head>
+      <meta http-equiv="refresh" content="10" />
+    </head>
+    <body style="background: black; padding: 0; margin: 0;">
+        <table width="100%" height="100%">
+          <tr>
+            <td><img src="preview_big.png" style="width: 100%" /></td>
+          </tr>
+         </tr>
+    </body>
+</html>



More information about the Bf-extensions-cvs mailing list