Crauzer / lol2gltf

Convert between League of Legends mesh formats and the glTF runtime format
GNU General Public License v3.0
136 stars 20 forks source link

Make animation naming better? #35

Open aymen157 opened 1 year ago

aymen157 commented 1 year ago

for eg adding the animation files teemo_skin18_attack1.anm, makes the animation name within the model the same as the file name aka "teemo_skin18_attack1.anm" kind of annoying. could this be fixed? for eg only name it from "teemo_skin18_attack1.anm" to ---> "attack1" . pretty simple string.Replace()