A while back I wrote a script with the blender API to turn the Lucy model from the Stanford scanning repository (http://graphics.stanford.edu/data/3Dscanrep/) into legos using lego plates instead of full size bricks. This gave me 3 times the detail from full height bricks. Did a generation 4 feet tall and made a render. Also did a 2 feet tall version that I actually built.
eesaari1 Such a simple and elegant approach!
welltheresyerproblem Not sure, I'm not familiar with that. What I did was look at one vertical slice at a time, and starting at upper left, looked for the biggest piece that would fit.I rotated every other slice by 90 degrees to cut down on same size pieces stacking on top of each other.
That's pretty cool. How does your script decide what size block goes where? Is it some variation of marching cubes?