We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98385f9 commit c7d174aCopy full SHA for c7d174a
git_sim/__main__.py
@@ -265,6 +265,9 @@ def main():
265
os.path.join(config.media_dir, "images"), image_file_name
266
)
267
cv2.imwrite(image_file_path, image)
268
+ print("Output image location:", image_file_path)
269
+ else:
270
+ print("Output video location:", scene.renderer.file_writer.movie_file_path)
271
272
if not args.disable_auto_open:
273
try:
0 commit comments