Skip to main content

All Questions

5 votes
1 answer
1k views

randomly distribute objects over a plane

I have a number of different objects (e.g. cube, cylinder, monkey, furniture, etc) which I would like to distribute randomly over a plane/surface (the floor in this case) without having any ...
ttsesm's user avatar
  • 409
1 vote
1 answer
660 views

Creating Millions Of Particles With Spheres

I have a scene where I need to put in millions of particles. I want to represent each particle with a primitive, for example, a meta-ball object. All the particles can share the same primitive. The ...
cqd123123's user avatar
0 votes
1 answer
1k views

Blender 2.8 How do I set object/collection active and apply my script for each of collection's objects in via python?

I have a collection of leaves in my scene which calls Lines: Here's a little snippet that creates another leaf from leaf and randomize it: ...
cxnt 's user avatar
  • 397