summaryrefslogtreecommitdiffstats
path: root/tools/MayaTools/Maya4.0/scripts/srr2rules.txt
blob: 814be8f5d159be9a4fdb821ec58a8bfafdb51bfc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
rule
{
    severity 9
    if type tlMeshChunk
    
    rule
    {
        scope children
        label "Mesh using lambert!"
        if type tlPrimGroupChunk
        require Shader != "lambert[0-9]+"
    }
}