[Durian-svn] [6038] change defaults for path fixing script

campbell institute at blender.org
Wed Jun 30 12:24:18 CEST 2010


Revision: 6038
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=6038
Author:   campbell
Date:     2010-06-30 12:24:18 +0200 (Wed, 30 Jun 2010)
Log Message:
-----------
change defaults for path fixing script	

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

Modified: pro/scripts/utilities/findPathError.py
===================================================================
--- pro/scripts/utilities/findPathError.py	2010-06-30 10:23:55 UTC (rev 6037)
+++ pro/scripts/utilities/findPathError.py	2010-06-30 10:24:18 UTC (rev 6038)
@@ -363,20 +363,20 @@
     report_modifiers()
     # report_drivers() # very verbose!
     report_zombie_objects()
-    report_character_locations()
+    # report_character_locations()
 
     
     # optional, take care!
     #change |= make_relative()
     #change |= clear_images(rem_missing = True)
-    #change |= merge_duplicates()
+    change |= merge_duplicates()
     #change |= clear_actions()
     #change |= clear_durian_links()
     #change |= clear_unused_groups()
 
     print("Changing??? ", change)
     if change:
-        bpy.ops.wm.save_mainfile(check_existing=False, path=bpy.data.filepath)
+        bpy.ops.wm.save_mainfile(check_existing=False, filepath=bpy.data.filepath)
         
     # incase running in GUI mode
     import sys



More information about the Durian-svn mailing list