ABSTRACT

Drivers are functions or scripts which use properties to affect other properties. This control is particularly applicable when animating. Drivers are used to control the animation of one property based on the value of another. Drivers are not limited to simple animated movements. In simple terms Drivers are functions which affect the attributes or properties of an object. There is an alternative method for activating drivers. Blender constantly re-evaluates the driver and produces random values for the properties values. Material properties can be randomized using Python Script just as people did with the rotation and scale properties. The values between the maximum and minimum produce the spectrum of visible color between white and black. To randomize material within the spectrum, all that is required is to use the expression randf(0.000, 1.000). In the 3D window people only have a single Cube in the Scene.