Sonaza / DressUp

Dressing room expansion for World of Warcraft
MIT License
4 stars 6 forks source link

DressUpModel Animation #15

Open Meivyn opened 4 years ago

Meivyn commented 4 years ago

It's a bit annoying when the model is moving when you're trying to get that exact look you want. It should stay idle, just like in the original DressUp frame.

Basically, in your DressUpFrame_Show, you should add this:

DressUpModel:SetAnimation(0, 0); -- SetAnimation(0) is the default, should be its 0 variant