KeyShot Forum

Other => Wish List => Topic started by: Chris B on March 14, 2017, 01:19:30 PM

Title: Automatic Random Texture Mapping Functionality
Post by: Chris B on March 14, 2017, 01:19:30 PM
Would like to be able to apply the same texture to multiple items, but automatically randomize the mapping for each one.
Without manually shifting it for each item.

Useful for organic items, such as this timber framing.  So many 2x4's that all have the same pine texture.
So we would see a different looking grain on each one.

Title: Re: Automatic Random Texture Mapping Functionality
Post by: TpwUK on March 17, 2017, 03:51:01 AM
This might help - I wrote it to work with parent OBJ parts in a model and you need to have your wooden textures named such as "pine #1" so the randomising element can be set to add textures from 1 to n. The script is pretty basic so if you're good with Python you shouldn't have any problems with editing it suit your needs.

Martin
Title: Re: Automatic Random Texture Mapping Functionality
Post by: Chris B on March 18, 2017, 05:57:27 PM
Thank you Martin  :)