over 2 years ago by Michael
I can’t seem to get the Geometry Pipeline node to read the sublayers. When I promote a layer it works fine but will not read the layer when it is nested in another layer. what am I missing?
Arie Willem de Jongh over 2 years ago
Hi Michael,
Great question! Assume you have a file with in the Default parent layer, 3 sublayers. The way to reference them is as follows:
Default
Default::SubLayer1
Default::SubLayer1::SubLayer2
With a double colon separating them.
You can use some wildcards in this manner:
Default (the first layer only)
Default* (all layers)
Default::* (sublayers only)
Good luck and all the best,
Arie