dyei nightmare Posted March 25, 2018 Share Posted March 25, 2018 whassup? how are you, well i have this question, how do you randomize shift and stretch in a colection of channels??? i have an stretch and shift in a foreach, but i cant get what i want to achieve is something like this: here is the file where i want to aproach that: -----------------> question.hip Quote Link to comment Share on other sites More sharing options...
Sepu Posted March 25, 2018 Share Posted March 25, 2018 you can use $C to randomize channels with the different function that you have in Houdini, rand, or use fit for example fit01(rand($C + 1325.11), 1, 10) Also have a look at Matt site http://www.tokeru.com/cgwiki/index.php?title=HoudiniChops 1 Quote Link to comment Share on other sites More sharing options...
dyei nightmare Posted March 25, 2018 Author Share Posted March 25, 2018 53 minutes ago, Sepu said: you can use $C to randomize channels with the different function that you have in Houdini, rand, or use fit for example fit01(rand($C + 1325.11), 1, 10) Also have a look at Matt site http://www.tokeru.com/cgwiki/index.php?title=HoudiniChops thanks a lot also i found a way to do it with noise Quote Link to comment Share on other sites More sharing options...
dyei nightmare Posted March 25, 2018 Author Share Posted March 25, 2018 (edited) interesting, your solution works without the need of iterate in foreach Edited March 25, 2018 by dyei nightmare Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.