path -> filepath

Someone must have missed that when updating the operator properties.
This commit is contained in:
Martin Poirier 2010-07-15 22:37:07 +00:00
parent 615db01b01
commit ccbd4f3a0f

@ -144,4 +144,4 @@ if __name__ == "__main__":
process(args)
bpy.ops.wm.save_as_mainfile(path=new_path, check_existing=False)
bpy.ops.wm.save_as_mainfile(filepath=new_path, check_existing=False)