Update FilePath Texture Material

Hi everyone,
I attached a python definition as I am struggling to understand how to update the filepath of the textures loaded in a rhino material. Does anyone have any idea?
Thank you!

UpdateMaterialTexture.py (600 Bytes)

@andy can you help with this as it is related to materials?

Hi @mDrew ,

I wrote an example and explanation at https://jesterking.github.io/rhipy/change_texture_filepath.html. The generated Python code is at:

2 Likes

That’s great! Thank you @nathanletwory !!