summaryrefslogtreecommitdiff
path: root/Pb/Landscape
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-09-14 19:21:05 -0700
committeryo mama <pepper@scannerjammer.com>2015-09-14 19:21:05 -0700
commit6d2fdbf95e222d15a123307c4836baa7080f009f (patch)
tree37ebd972865bcbb068b0fafeb9ee9f36b569d01b /Pb/Landscape
parent477a2c7d1c1bb3eeef406bd1ff52a746277f6cef (diff)
impattern working
Diffstat (limited to 'Pb/Landscape')
-rwxr-xr-xPb/Landscape/__init__.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/Pb/Landscape/__init__.py b/Pb/Landscape/__init__.py
index e285fb5..34e5c88 100755
--- a/Pb/Landscape/__init__.py
+++ b/Pb/Landscape/__init__.py
@@ -12,13 +12,6 @@ class PbLandscape(Pb):
texture=None,
name=None,
):
- self._required_keys = [
- "heightmap",
- "imgdata",
- "texture",
- "name",
- ]
-
def _saveImgData(self, imgdata, filename):
try:
parts = imgdata.split(';')