byu-animation / dccpipe

Open DCC Pipeline management tools
Apache License 2.0
10 stars 4 forks source link

Add error checking in Creator #53

Closed mswindler closed 5 years ago

mswindler commented 5 years ago

i.e. asset names shouldn't begin with a number or symbol.

mswindler commented 5 years ago

We already have error checking for if an asset already exists in the pipeline, but this error checking could be more robust.

Not sure what other error checking we should add at the moment.

mswindler commented 5 years ago

Also: Don't allow underscores

mswindler commented 5 years ago

regexr.com

mswindler commented 5 years ago

Fixed by Rory