Skip to content

Commit

Permalink
Merge pull request #213 from BigRoy/chore/blender_validate_workfile_s…
Browse files Browse the repository at this point in the history
…aved_message

Blender: Improve Validate Workfile Saved message
  • Loading branch information
LiborBatek authored Mar 20, 2024
2 parents 1456989 + 19ba114 commit 27bf97c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ def process(self, context):
if not context.data["currentFile"]:
# File has not been saved at all and has no filename
raise PublishValidationError(
"Current file is empty. Save the file before continuing."
"Current workfile has not been saved yet.\n"
"Save the workfile before continuing."
)

# Do not validate workfile has unsaved changes if only instances
Expand Down

0 comments on commit 27bf97c

Please sign in to comment.