Hello this is my first post. I am a student trying to figure out how to script this animation. It's not too complex so hopefully someone out there will no how to get it to work.
Here is what I am trying to do:
Basically, I want to be able to automate a process of extruding, dividing the new extrusion, extruding the divisions, then repeating this process to infinity.
For instance, I have a cube. I run this script and it extrudes a face or faces (random or specified) a predefined or random distance (within certain constraints). It then randomly selects or is user specified a number of faces on the extrusion. The selected faces are then divided into a random (constrained) or specified number of faces. It would be nice to be able to apply fractal number line like a mandelbrot set to this particular variable in order to produce a fractal result over a specified number of repetitions. After the faces are divided by whatever method, random, specified, or fractal number line, then the script selects randomly or a specified number of the newly divided faces and extrudes those selected faces. The script then reruns exactly the same on the new extrusions. The process is fractal however if a fractal number line is employed or a random number is employed in the selectionof variable numbers then the fractal will evolve as it repeats.
Thank you for your help in advance.
Sincerely,
-Shawn