0

I'm trying to randomize the x scale of an object and for some reason this setup doesn't work (Blender 3.0 released version).

screen capture

Martynas Žiemys
  • 24,274
  • 2
  • 34
  • 77
chippwalters
  • 600
  • 3
  • 15
  • 2
    Does this help? https://blender.stackexchange.com/questions/245008/randomizing-values-in-blender-3-0-geometry-nodes – John Eason Jan 01 '22 at 18:34
  • 1
    Are you trying to randomize the scale of the faces of a single object, or the scale of object instances? With GN this is important to specify as each will have very different answers to the question. Please try to make this a little clearer in your question with an edit. – Timaroberts Jan 01 '22 at 19:42

2 Answers2

2

Try adding value node. It worked for me.

enter image description here

healthyfat
  • 105
  • 8
0

Here is a workaround. apparently you need instances to use the random value node. I have no idea why. This will give you the same result.

enter image description here

Roel Deden
  • 789
  • 2
  • 17
  • 1
    Thanks! That works :-) Turns out the particle system uses the exact same instance, so there's still no variation. Thanks though, helped a lot! – chippwalters Jan 01 '22 at 21:37
  • @chippwalters If you want to use instances as workaround, please use the nodes Geometry to Instance and Translate Instances instead (cleaner solution). – quellenform Mar 07 '23 at 12:58