Skip to content
Snippets Groups Projects
Commit 2c9ecd50 authored by tee1g21's avatar tee1g21
Browse files

Updated file type

parent 982dfe05
No related branches found
No related tags found
1 merge request!54.2.2 depth chbox
......@@ -45,7 +45,7 @@ def depthmap_creation():
if uploadDepthCheck.get() == 1: # if manually upload checked
check.set(0) # disable auto generation of depth map
upload_depth_path = tkinter.filedialog.askopenfilename(title="Select a depth map", filetypes=[("All files", "*.*")]) #dialog box to upload dpeth map
upload_depth_path = tkinter.filedialog.askopenfilename(title="Select a depth map", filetypes=[("PNG files", "*.png")]) #dialog box to upload depth map
if upload_depth_path:
print(f"Uploaded depth map: {upload_depth_path}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment