You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You create a project from a directory that does not exist
there's no validation, it lets you do this
You try to create a 'job setting' (script) but you cannot.
You cannot create a new job setting because you cannot choose an appropriate file to render because the project directory was invalid when you created it. The file list is populated by /scenes//[.ma|.mb].
As a user it's not apparent what's gone wrong, because it went wrong on the previous step, not this one.
It's not apparent that you can't create a new job setting (script) because you're project is bad, so let's put a check in place to ensure only valid projects get created. Valid by this standard being that it has 1 or more scene files in it's scene subdirectory.
The text was updated successfully, but these errors were encountered:
I made a couple commits to this so at least when a user does get into this situation they should be aware of it. One bit is it won't submit if the file to render doesn't actually exist.
johrstrom
changed the title
Validate project creation
Validate script creation
Jul 26, 2021
We've noticed this case where
You cannot create a new job setting because you cannot choose an appropriate file to render because the project directory was invalid when you created it. The file list is populated by /scenes//[.ma|.mb].
As a user it's not apparent what's gone wrong, because it went wrong on the previous step, not this one.
It's not apparent that you can't create a new job setting (script) because you're project is bad, so let's put a check in place to ensure only valid projects get created. Valid by this standard being that it has 1 or more scene files in it's scene subdirectory.
The text was updated successfully, but these errors were encountered: