Very nice tutorial, extremely useful fur us beginners.
@timjdesign5 жыл бұрын
Glad you liked it!
@3dforever7173 жыл бұрын
Thanks for your explanation about these 3 ways to create a random scale ! 👍
@FaddyVFX3 жыл бұрын
Very clear and easy to follow, impressive demonstration and well explained example. I learned from your channel and subscribed too for more videos. Thanks
@asklapios3 жыл бұрын
thank you so much
@DarionDAnjou4 жыл бұрын
thanks for the tutorial. any chance to paste the attribute wrangle code in the description? KZbin compression makes it impossible to see what code you've typed in there.
float rand = rand(@ptnum * chf("seed")); rand = fit01(rand, chf("min"), chf("max")); f@pscale = rand; that's what i could figure out as the code for the rand_vex attribute wrangle, and it seems to be working! just be sure to then click the little +plus sign button to the right of the code to add those parameter sliders and up the max in order to see anything - otherwise viewport is blank because it's calculating pscale with min as 0 and max as 0. hope that helps someone else!
@roachdoggjr7222 жыл бұрын
How would you apply this to scale of only a certain axis? Pscale y?
@MrSiasman3 жыл бұрын
Thanks:)
@ripplebible22274 жыл бұрын
Thank u man.
@alexthefong3 жыл бұрын
Is there a way to randomize the rotation on a certain axis? Example the z, y, x axis? instead of it kind of being truly random?
@timjdesign3 жыл бұрын
Sure, quaterion rotations. There are several tutorials out on youtube etc.
@3rdDim3nsn3D3 жыл бұрын
Thx for this but can you answer this? I scatter points on a grid. I want to randomize the rotation. How can i achieve that? Thx man
@timjdesign3 жыл бұрын
Sure, you can use for an example an attribute randomize noise with attribute "N" and inside sphere. With kind regards Tim J
@3rdDim3nsn3D3 жыл бұрын
@@timjdesign thx! I will try that and hope i get how it should work 😆
@thevonmunchies92132 жыл бұрын
Thank you! Any idea how I can random rotate on just one axiz? (BEGINNER)