jblessing 0 Report post Posted June 3, 2013 I'm trying to get random UV offsets on the textures of clones of a mograph object. Basically I just want to offset the layered noise I have distressing these clones' texture. What am I missing here? Quote Share this post Link to post Share on other sites
Mylenium 0 Report post Posted June 4, 2013 Not sure what you are missing because you are not telling us anything about what you have tried so far.... Effectors do have a modify U and V parameter, y'know... Mylenium Quote Share this post Link to post Share on other sites
jblessing 0 Report post Posted June 4, 2013 I thought it would be something I was just simply overlooking. Maybe not?? The U/V Transforms on the effectors has nothing to do with textures (according to the manual, and I have yet to get them to effect anything). I've gotten by on this first version by just duplicating the same object and manually shifting around the UV texture offsets, but I thought I could somehow pipe the random effector into changing those on the clones. I can't seem to find a way of getting an effector to change those values (they all seem to only want to change PSR values). I'm thinking a COFFEE effector could do it now, but I don't know coffee well enough to make it happen. The clones are all animating, so I can't just do world coordinates on the noise texture. I've tried using Xpresso to link the u/v offsets to rotation, etc. but I think I'm missing something that happens when those objects are used inside a cloner object (it works great for a single object). My thought here is that I can setup a dummy cloner object with randomly rotated clones that can be referenced by my real cloner object to drive the offsets by those rotation values. Kind of like using the inheritance effector, but choosing how it routes the data. Quote Share this post Link to post Share on other sites
tezuka 0 Report post Posted June 4, 2013 Just make a copy of your object inside the Cloner. Set the first ones UV shift to 0% and the second one's to 100% for example. Then set the Cloner to Blend Mode and change the Modify Clone Parameter on your Random Effector to 100% for example. Now your UV's should shift in a random fashion. Quote Share this post Link to post Share on other sites
jblessing 0 Report post Posted June 4, 2013 Tezuka, you are a genius. That was it! I had messed with the Blend Mode stuff first, but didn't have the Modify Clone turned up. Quote Share this post Link to post Share on other sites