- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone!
I'm very much stuck with this one so I was wondering if someone could give me a hand.
I have created two OSL nodes:
idOSL.OSLpath = (getdir #maxroot) + "/OSL/" + "GetMtlID.osl"
mapOSL.OSLpath = (getdir #maxroot) + "/OSL/" + "Float1ofN.osl"
I need to connect to the mapOSL(Float1ofN) index input, the index output of the idOSL(GetMtlID), but I can't find a way to access to the specific out since the GetMtlID has 2 outputs (color and index)
I really appreciate any help.
Thanks a lot
Solved! Go to Solution.