Global variable to local?

Found a downside of this method - it’s just referring to the variables by their names, so when variables will be recreated as locals they will lose all their metadata (e.g. description, default value, value ranges, etc). Which is probably okay in the most cases since local variable by definition won’t be exposed to the UI and most of this metadata won’t be needed.