2008-03-08から1日間の記事一覧

Shade Script

# 線形状を閉じてスムーズにする。これを兄弟の線形状について繰り返す。 xs = xshade.scene() b = True while b: xs.active_shape().closed = 1 xs.smooth() b = xs.select_brother(1)