how to make group of random selected polygons?

   2741   2   0
User Avatar
Member
288 posts
Joined: July 2005
Offline
I want to random select the polygons, and make them into a group, anyone could give a smart way?
^_^
User Avatar
Member
401 posts
Joined:
Offline
groupSOP set to expression:
rand($PR) > 0.3

maybe seed and a threshold added thorugh parameter interface:
rand($PR * ch(“seed”)) > ch(“tresh”)

something like this?
this is not a science fair.
User Avatar
Member
288 posts
Joined: July 2005
Offline
thank you for your suggestion
^_^
  • Quick Links