mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
hound
This commit is contained in:
parent
aeaee28539
commit
34bb371b81
1 changed files with 2 additions and 1 deletions
|
|
@ -618,7 +618,8 @@ def prompt_new_file_with_mesh(mesh_filepath):
|
|||
if not mesh_filename_label.text():
|
||||
dialog.close()
|
||||
substance_painter.logging.warning(
|
||||
f"Failed to set mesh path with the prompt dialog: {mesh_filepath}\n\n"
|
||||
"Failed to set mesh path with the prompt dialog:"
|
||||
f"{mesh_filepath}\n\n"
|
||||
"Creating new project directly with the mesh path instead.")
|
||||
else:
|
||||
dialog.done(dialog.Accepted)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue