Material Names and Accessibility #406
c-heat16
started this conversation in
Development Discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to upload some experimental data where one of the products is 'Vinyl Benzoate'. It appears that a material with that name already exists, but it private. Trying to retrieve the material with the following code gives the following error:
Code:
Error:
Replacing
material = make_fetch_node(...)
withGives an error of:
So, is there a suggested way of adding a material with this name to the project? Adding a random suffix to the material name seems like it should work, but that seems like it would get very messy real quick - if N private projects want to use a 'Vinyl Benzoate' material, N such materials would need to be created all with different names. While that would work, the 'Graph Preview' might not look very professional?
Beta Was this translation helpful? Give feedback.
All reactions