5 minutes challenge :)

 From:  Frenchy Pilou (PILOU)
4293.1 
for the fun i have made a little speed French Challenge :)
Sorry text is in French but it's very easy
1 minutes modeling + colors in Moi
Random color : a very cool script by Michael
script: /* Assign random styles to solids */ var styles = moi.geometryDatabase.getObjectStyles(); var breps = moi.geometryDatabase.getObjects().getBReps(); for ( var i = 0; i < breps.length; ++i ) { var brep = breps.item(i); var style_index = Math.floor(Math.random() * styles.length); brep.styleIndex = style_index; }

Sphere 3D Reduce x,y , Sweep, with reduce extremities, Array curve on a path, Random colors, 2 copy and 3 rotations, That all :)


Snapshot of Moi's screen above and follow so all modeling and colors in one minute!


Then 2D Prog 4 minutes

EDITED: 22 May 2011 by PILOU