2004-04-24から1日間の記事一覧

SOFTIMAGE|XSI for Half-Life2 の出力する SMD ファイル、Half-Life1 と同じ形式だったのか... てっきり HL2 用の拡張されてるヤツだと思い込んでた。いや、拡張されてて気づいてないだけかも知れないけど。しかし、あまりにも操作しづらくて使いたくはない…

import Blender from Blender import Armature def boneFunc(bones): print bones for bone in bones: if bone.getChildren(): print "find children" boneFunc(bone.getChildren()) print "Bone: %s" % bone.getName() armatures = Armature.Get() for a in…