[Durian-svn] [5974] update to find path error

campbell institute at blender.org
Tue Jun 29 16:39:58 CEST 2010


Revision: 5974
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=5974
Author:   campbell
Date:     2010-06-29 16:39:57 +0200 (Tue, 29 Jun 2010)
Log Message:
-----------
update to find path error

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

Modified: pro/scripts/utilities/findPathError.py
===================================================================
--- pro/scripts/utilities/findPathError.py	2010-06-29 14:38:06 UTC (rev 5973)
+++ pro/scripts/utilities/findPathError.py	2010-06-29 14:39:57 UTC (rev 5974)
@@ -148,7 +148,7 @@
         name = obj.name
         for mod in obj.modifiers:
             if mod.type == 'MULTIRES':
-                if mod.external:
+                if mod.external and obj.data.library is None:
                     filepath = mod.filepath
                     filepath_abs = filepath
                     if not filepath.startswith('//'):
@@ -359,13 +359,12 @@
 
 if __name__ == "__main__":
     change = 0
-    '''
     report_images()
     report_modifiers()
     # report_drivers() # very verbose!
     report_zombie_objects()
     report_character_locations()
-    '''
+
     
     # optional, take care!
     #change |= make_relative()
@@ -373,7 +372,7 @@
     #change |= merge_duplicates()
     #change |= clear_actions()
     #change |= clear_durian_links()
-    change |= clear_unused_groups()
+    #change |= clear_unused_groups()
 
     print("Changing??? ", change)
     if change:



More information about the Durian-svn mailing list