Skip to content

Commit a30aee1

Browse files
committed
Remove alternate path property using WFTextureFinder
1 parent fb6ea31 commit a30aee1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pywavefront/texture.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@ def find(self, path=None):
8282

8383
return str(first)
8484

85-
# @property
86-
# def path(self):
87-
# if hasattr(pywavefront, 'WFTextureFinder'):
88-
# return pywavefront.WFTextureFinder(self._path)
89-
# return self.Find()
90-
9185
@property
9286
def file_name(self):
9387
"""str: Obtains the file name of the texture.

0 commit comments

Comments
 (0)