[Durian-svn] [2273] Fixed the props folder...

dolf institute at blender.org
Wed Apr 21 16:32:10 CEST 2010


Revision: 2273
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=2273
Author:   dolf
Date:     2010-04-21 16:32:09 +0200 (Wed, 21 Apr 2010)
Log Message:
-----------
Fixed the props folder... clean now!

Modified Paths:
--------------
    pro/props/durian.blend
    pro/props/lumpycow_household_candle1.blend
    pro/props/peach.blend
    pro/props/rocks.blend
    pro/props/shaman_pipe.blend
    pro/props/skies.blend
    pro/scripts/utilities/findLibError.py
    pro/scripts/utilities/findPathError.py

Modified: pro/props/durian.blend
===================================================================
(Binary files differ)

Modified: pro/props/lumpycow_household_candle1.blend
===================================================================
(Binary files differ)

Modified: pro/props/peach.blend
===================================================================
(Binary files differ)

Modified: pro/props/rocks.blend
===================================================================
(Binary files differ)

Modified: pro/props/shaman_pipe.blend
===================================================================
(Binary files differ)

Modified: pro/props/skies.blend
===================================================================
(Binary files differ)

Modified: pro/scripts/utilities/findLibError.py
===================================================================
--- pro/scripts/utilities/findLibError.py	2010-04-21 14:27:00 UTC (rev 2272)
+++ pro/scripts/utilities/findLibError.py	2010-04-21 14:32:09 UTC (rev 2273)
@@ -39,11 +39,11 @@
 # CHARS, ENV_CAVE, ENV_CITY, ENV_QUEST, ENV_SNOW, MATTES, PROPS, PROPS_CITY, PROPS_SNOW
 
 # Checking images
-# PROPS_CITY, 
+# PROPS_CITY, PROPS_SNOW
 # 04.1 needs checking... going to props_city, env_city first
 
 
-search = '/media/data/durian/pro/props_snow'
+search = '/media/data/durian/pro/props'
 
 # 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-21 14:27:00 UTC (rev 2272)
+++ pro/scripts/utilities/findPathError.py	2010-04-21 14:32:09 UTC (rev 2273)
@@ -207,7 +207,7 @@
     change |= clear_images()
     change |= merge_duplicates()
     
-    print("Changing???", change)
+    print("Changing??? ", change)
     if change:
         bpy.ops.wm.save_mainfile(check_existing=False, path=bpy.data.filename)
     



More information about the Durian-svn mailing list