Monday, February 22, 2016

Speed Scripting: Cube... Clouds.

I was thinking "I really need to get started using Blender again, it's been a week or so."

And I had an idea I wanted to pop out, and a few minutes of time.

So I made it; here it is!

The Random Cube Cloud Generator

It makes cloud-ish clusters like this:



What it does is basically create random cube clusters in random locations within a certain area.



You can determine how many clusters, the size of the clusters, how many cubes per cluster, the size of the cubes, and the size of the area in which the clusters spawn.

It could be modified to make clouds, weird terrain, or... something. I'll probably play with it and post about it later.

To use:

 

1. Copy/Paste all the text from the file to your blender python interpreter.

2. The following is how to use the script:

cubouds(quantity, range, cluster size, quantity of cluster cubes, cube size)

So an example you could copy/paste is this:

cubouds(15,20,5,7,.5)    #Just play with these parameters.


Here's a download link:



Stay tuned for more awesomeness!!!