Beispiel #1
0
def convertTerrain(item):
    """This function converts the current space's terrain to the new format."""
    WorldEditor.convertCurrentTerrain()
    bd.enterChunkVizMode()
def convertTerrain( item ):
	"""This function converts the current space's terrain to the new format."""
	WorldEditor.convertCurrentTerrain()
	bd.enterChunkVizMode()