суббота, 4 августа 2012 г.

код арматуры






Dev:2.5/Py/Scripts/Cookbook/Code snippets/Armatures - BlenderWiki

Dev:2.5/Py/Scripts/Cookbook/Code snippets/Armatures

This program creates an armature.

#---------------------------------------------------



from mathutils import Vector, Matrix

def createRig name, origin, boneTable :

bpy. ops . object . mode_set mode= EDIT

for bname, pname, vector in boneTable:

bone = amt. edit_bones . new bname

source




Комментариев нет:

Отправить комментарий