[Durian-svn] [2612] Only updating the status, and disabled the image removal for security!

dolf institute at blender.org
Thu Apr 29 10:30:28 CEST 2010


Revision: 2612
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=2612
Author:   dolf
Date:     2010-04-29 10:30:28 +0200 (Thu, 29 Apr 2010)
Log Message:
-----------
Only updating the status, and disabled the image removal for security!

Modified Paths:
--------------
    pro/scripts/utilities/findLibError.py
    pro/scripts/utilities/findPathError.py

Modified: pro/scripts/utilities/findLibError.py
===================================================================
--- pro/scripts/utilities/findLibError.py	2010-04-29 08:25:39 UTC (rev 2611)
+++ pro/scripts/utilities/findLibError.py	2010-04-29 08:30:28 UTC (rev 2612)
@@ -44,9 +44,10 @@
 # 04.1 needs checking... going to props_city, env_city first
 
 # MOVING TO SCENES!
+# 01_snowbandits, 09.1_sinkingin, 02_shaman (needs help from soenke), 07.2_intothecave, 08.2_thebigfight
 
 
-search = '/media/data/durian/pro/env_city'
+search = '/media/data/durian/pro/scenes/07.2_intothecave'
 
 # blender_bin = '/render/blender_$(whoami)/blender/blender'
 blender_cmd = 'LD_LIBRARY_PATH=/shared/software/exr/lib  /media/data/blender_guest/blender/blender' 

Modified: pro/scripts/utilities/findPathError.py
===================================================================
--- pro/scripts/utilities/findPathError.py	2010-04-29 08:25:39 UTC (rev 2611)
+++ pro/scripts/utilities/findPathError.py	2010-04-29 08:30:28 UTC (rev 2612)
@@ -219,9 +219,9 @@
     report_modifiers()
     
     # optional, take care!
-    change |= make_relative()
+    #change |= make_relative()
     #change |= clear_images(rem_missing = True)
-    change |= merge_duplicates()
+    #change |= merge_duplicates()
     
     print("Changing??? ", change)
     if change:



More information about the Durian-svn mailing list