I'm going through the Lops Tutorial #4 and I'b a ‘bit’ stuck on the light pruning step.
The tutorial suggests using the the expression ‘/lights/Layout/*’, But I can't get this to work.
I tried multiple variations which do work:
- { usd_istype(0, @primpath, “Light”) } #hardcore!
- /lights/Layout/Fill /lights/Layout/Sun #verbose!
Can anyone suggest what I am doing incorrectly?
Cheers