Its maybe not a very common thing to do, but I sometimes end up refactoring some thing on my avatar and need to convert some parameter from a float to int, or the other way around, (e.g. to use it in blendtrees).
Currently I go in the file and find the parameter there using n++ and change the type enum number manually. I think this would be in the scope of this, if i encounter it more I might PR it myself too.
Its maybe not a very common thing to do, but I sometimes end up refactoring some thing on my avatar and need to convert some parameter from a float to int, or the other way around, (e.g. to use it in blendtrees). Currently I go in the file and find the parameter there using n++ and change the type enum number manually. I think this would be in the scope of this, if i encounter it more I might PR it myself too.