Scripting
MEL scripts written and used to generate fractal shapes and animation functions.
Sierpinski Fractal
Modified Sierpinski fractal script - this makes use of looping arrays of vectors.
Download Produced for Adv Application Scripting courseRecursive Function
This code makes use of recursive functions (MEL procedures) in order to create a fractal form. This code was later translated from MEL to Python.
Download Produced for Adv Applicaton Scripting courseAnimated MEL Script
This MEL script made use of conditionals and for loops as well as connected and keyed attributes. Sphere animations based off of both sin and cosine waves as well as a noise function. 3D placed texture assigned outside of the script.
Download Produced for Adv Application Scripting course