Archi-lab Material Import All from Project

I’m missing something. This nodes seems too easy to screw up, but here I am. The node “Material.ImportAllFromProject” throws an exception stating, the filepath to be opened doesn’t exist.

Please help.

What does the error say?

The error says "Traceback (most recent call last):
File “”, line 40, in
Exception: The filePath to be opened doesn’t exist.

Thanks for the help.

sorry , 2nd line should read
File "<string>", line 40, in module

What’s your file path? Do you have spaces in that file path? Did those spaces get replaced with “%20”?

You’re exactly right. My spaces in the file path were replaced with %20.

Just clean it up with String.Replace like this:

1 Like