mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Add check for platform mesh & texture
It simply checks if the file exists
This commit is contained in:
parent
c3b447cd89
commit
338f9c0052
8 changed files with 11 additions and 7 deletions
|
@ -41,6 +41,7 @@ def collectAllSettingIds():
|
|||
definition_container.deserialize(data.read())
|
||||
return definition_container.getAllKeys()
|
||||
|
||||
|
||||
def collectAllVariants():
|
||||
result = []
|
||||
for root, directories, filenames in os.walk(os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "resources", "variants"))):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue