mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
added naming convention validator
This commit is contained in:
parent
92be4387ae
commit
9dfc7f97e8
2 changed files with 1 additions and 4 deletions
|
|
@ -1,4 +0,0 @@
|
|||
:: Set paths to ensure plugins have access to the inhouse tools
|
||||
|
||||
set PYTHONPATH=%PYTHONPATH%;P:\pipeline\dev\git\cb;
|
||||
set PYTHONPATH=%PYTHONPATH%;P:\pipeline\dev\git\cbra;
|
||||
|
|
@ -7,6 +7,7 @@ import colorbleed.api
|
|||
class ValidateNamingConvention(pyblish.api.InstancePlugin):
|
||||
|
||||
label = ""
|
||||
families = ["colorbleed.model"]
|
||||
host = ["maya"]
|
||||
actions = [colorbleed.api.SelectInvalidAction]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue