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.
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.
I want to replace certain material names in many files. I wanted to use the ‘Transfer Project Standards’ from a clean source file to the others, but it’s time-consuming. So, I wanted to make things easier by using Dynamo with BirdTools. I used the ‘Material.ImportAllFromProject’ node with the value set to ‘true.’
This replaces the material parameters in the Material Browser, but not on the objects themselves nor in the view/objet/ nowhere else. I don’t understand why? Am I using it a wrong way? Not the right node?