def led_obs(): for l in leds(): yield ob(l)
def update(ctx): clear() c = ob('Cube') voxelize(c) # XXX: expensive, try caching somehow