def BT_SetUnits(): if cmds.currentUnit(q = True, linear = True) != "cm": cmds.currentUnit(linear = "cm") return True return False