So, get a little question - how to create a two models of warglaves? For RightHand and for LeftHand? We can get from Legion only RH model. I need to rotate it for LeftHand - what I need to use? (I don't wanna break a animations..)
0:{ 32767 , 32767 , -1 , -32767 }1234:{ 32767 , 32767 , -1 , -32767 }
Or I missed something, or this doesn't working...
Quote from: "pallam"So, get a little question - how to create a two models of warglaves? For RightHand and for LeftHand? We can get from Legion only RH model. I need to rotate it for LeftHand - what I need to use? (I don't wanna break a animations..)-Open your model in PyModelEditor.-Create a new global sequence (I usually make a sequence of "1234")-Go to the base bone (bone0). Change the bone flag to "transformed".-Go to rotation and create a new linear animation with the global sequence you just created:Code: [Select]0:{ 32767 , 32767 , -1 , -32767 }1234:{ 32767 , 32767 , -1 , -32767 }(Similar to what I did in , but click on rotation instead of translation and put the rotation coords from above)This method will keep particles and animations untouched.