Bow Tie Kreative VIDEO Grammar

Production rules · Lighting

LGT-013

Hard rule priority 78 domain: lighting vfx

Rationale

Uneven backing increases keying and spill failures.

IF — conditions (all must hold)

  • lighting.chroma_background_uneven eq true

THEN — actions

  • add_flag "CHROMA_UNEVEN"
  • append requirements "even_screen_and_separate_subject"

This is a hard rule: when it matches it participates in blocking — the pipeline may not proceed until the condition is repaired or a human accepts the risk.

Full record

rules/production_rules.json
{
  "id": "LGT-013",
  "domain": "lighting",
  "priority": 78,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "lighting.chroma_background_uneven",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "add_flag",
      "value": "CHROMA_UNEVEN"
    },
    {
      "op": "append",
      "path": "requirements",
      "value": "even_screen_and_separate_subject"
    }
  ],
  "rationale": "Uneven backing increases keying and spill failures.",
  "tags": [
    "vfx"
  ]
}

This rule as JSON → · Evaluate a context →