diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-09-14 19:21:05 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-09-14 19:21:05 -0700 |
| commit | 6d2fdbf95e222d15a123307c4836baa7080f009f (patch) | |
| tree | 37ebd972865bcbb068b0fafeb9ee9f36b569d01b /Pb/Landscape | |
| parent | 477a2c7d1c1bb3eeef406bd1ff52a746277f6cef (diff) | |
impattern working
Diffstat (limited to 'Pb/Landscape')
| -rwxr-xr-x | Pb/Landscape/__init__.py | 7 |
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(';') |
