kemayo / wow-appearancetooltip

World of Warcraft addon: fancy tooltip for previewing item appearances
6 stars 1 forks source link

Window only shows undressed player and never shows appearances #12

Closed Beet4 closed 2 years ago

Beet4 commented 2 years ago

I don't know if this happened on 10.0.2 or 10.0.0 or with the latest update of AppearanceTooltip but the addon no longer shows appearances. I'm on the latest update v36.

image

kemayo commented 2 years ago

Hm, yeah, looks like it's only working right now if you have the "zoom in" options enabled. (Which is fortunately the default.)

kemayo commented 2 years ago

Ah, and there's an error specifically affecting Forsaken that's stopping the camera from zooming in.

kemayo commented 2 years ago

Okay, something about 10.0.0 (or .2, not sure) changed slightly how DressUpModel widgets behave. They now sometimes need a momentary delay after setting them up before you can use their TryOn method -- presumably something about how I'm applying a specific camera view to the zoomed variant avoids this being an issue there.