texturepath setting now works
This commit is contained in:
@@ -93,6 +93,7 @@ def validateTexturePath(path, **kwargs):
|
|||||||
# Expand user dir in directories strings
|
# Expand user dir in directories strings
|
||||||
path = os.path.expanduser(path)
|
path = os.path.expanduser(path)
|
||||||
# TODO assert this path exists?
|
# TODO assert this path exists?
|
||||||
|
return path
|
||||||
|
|
||||||
|
|
||||||
def validateBool(b, **kwargs):
|
def validateBool(b, **kwargs):
|
||||||
|
|||||||
Reference in New Issue
Block a user