Carnwel opened this issue on Jul 29, 2014 ยท 21 posts
FightingWolf posted Sat, 23 November 2019 at 2:03 PM
Snarlygribbly posted at 1:54PM Sat, 23 November 2019 - #4370989
Without knowing the exact order in which you're doing things it's hard to be definite about what's going on, so treat this comment with caution.
Anyway, one of the things EZSkin does is call the Poser API method 'ResolvePendingTextures', which forces Poser to make sure it has the full path to all textures (it often doesn't). Depending upon what order you are doing things, what textures are being used and what might be in the Poser cache, it could be that this call is making things work where they weren't working before. Or it might have nothing to do with the problem :)
That sounds reasonable. Here are the steps I take
Whatever it is, I'm glad I've found a consistent way to get it to work now. It was driving me crazy and I'm one of those people who can't let a problem go until I find an acceptable solution or work around.