[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1221] trunk/py/scripts/addons/ render_renderfarmfi.py: Added automatic external data packing to avoid problems where the user submits a session without textures

Jesse Kaukonen jesse.kaukonen at gmail.com
Fri Dec 3 11:56:45 CET 2010


Revision: 1221
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=1221
Author:   gekko
Date:     2010-12-03 11:56:44 +0100 (Fri, 03 Dec 2010)

Log Message:
-----------
Added automatic external data packing to avoid problems where the user submits a session without textures

Modified Paths:
--------------
    trunk/py/scripts/addons/render_renderfarmfi.py

Modified: trunk/py/scripts/addons/render_renderfarmfi.py
===================================================================
--- trunk/py/scripts/addons/render_renderfarmfi.py	2010-12-03 10:01:53 UTC (rev 1220)
+++ trunk/py/scripts/addons/render_renderfarmfi.py	2010-12-03 10:56:44 UTC (rev 1221)
@@ -802,6 +802,7 @@
         
         rd = sce.render
         
+        bpy.ops.file.pack_all()
         print("=============================================")
         rd.threads_mode = 'FIXED'
         rd.threads = 1




More information about the Bf-extensions-cvs mailing list