removed legacy scripts
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
#!/usr/bin/env python3
|
||||
"""Compatibility wrapper: run heightmap export via geodata_to_unity."""
|
||||
from __future__ import annotations
|
||||
|
||||
import sys
|
||||
|
||||
from geodata_to_unity import main as geodata_main
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
sys.exit(geodata_main(["--export", "heightmap"]))
|
||||
@@ -1,11 +0,0 @@
|
||||
#!/usr/bin/env python3
|
||||
"""Compatibility wrapper: run orthophoto export via geodata_to_unity."""
|
||||
from __future__ import annotations
|
||||
|
||||
import sys
|
||||
|
||||
from geodata_to_unity import main as geodata_main
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
sys.exit(geodata_main(["--export", "textures"]))
|
||||
Reference in New Issue
Block a user