Page 1 of 1

Is it possible to change ImageTexture image using Xpresso?

Posted: Tue Jun 27, 2023 12:15 am
by abraminmotion
I'm a bit of an xpresso novice. I have a project where I need to have a ton of different images used as opacity maps for several different materials. I want to use xpresso to reference the folder with the image sequence and randomly assign a texture to the opacity of the material. Is this possible with xpresso? I was thinking using a linklist node, but i can't seem to get the string right.

Re: Is it possible to change ImageTexture image using Xpresso?

Posted: Tue Jun 27, 2023 6:42 am
by bepeg4d
Hi,
since you are dealing with an image sequence, another solution could be to use xpresso for generating the desired file name string, like "PATH+RANDOM_NUMBER+File extension", I guess :roll:

ciao,
Beppe

Re: Is it possible to change ImageTexture image using Xpresso?

Posted: Tue Jun 27, 2023 8:04 pm
by abraminmotion
Thanks!!!