Production rules · Lighting
LGT-011
Soft rule priority 49 domain: lighting skin
Rationale
Specular shape is part of material rendering and identity.
IF — conditions (all must hold)
- lighting.skin_specular_uncontrolled eq true
THEN — actions
- propose "reshape_source_diffusion_makeup_or_angle"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "LGT-011",
"domain": "lighting",
"priority": 49,
"hard": false,
"logic": "all",
"when": [
{
"path": "lighting.skin_specular_uncontrolled",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "propose",
"value": "reshape_source_diffusion_makeup_or_angle"
}
],
"rationale": "Specular shape is part of material rendering and identity.",
"tags": [
"skin"
]
}