This commit is contained in:
2024-10-21 01:01:15 +08:00
parent c2849ce9bb
commit 022fffa7c2
2 changed files with 1 additions and 2 deletions

View File

@@ -218,8 +218,6 @@ class DataGenerator:
file_path = os.path.join(depth_dir, depth_file)
new_file_path = os.path.join(depth_dir, f"{name}.png")
os.rename(file_path,new_file_path)
BlenderUtils.save_blend(scene_dir)
exit(0)
return True