Just so you know, the enum : Autodesk.Max.IReshading.ReshadeRequirements contains wrongly spelled content (basically, the first letter is gone :) )
One = 0 (None)EedPreshade = 1, (NeedPreshade)EedReshade = 2, (NeedReshade) ---Psaii
One = 0 (None)EedPreshade = 1, (NeedPreshade)EedReshade = 2, (NeedReshade)
---Psaii
Ah, thanks. I'll keep that in mind :) My translator removes common prefixes from enums, in this case it thinks its PR_N, where it should be just PR_. This works in 99% of the cases but not this one I guess :)
Marsel Khadiyev (Software Developer, EPHERE Inc.)