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)
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:
That’s great! Thank you @nathanletwory !!