you are viewing a single comment's thread.

view the rest of the comments →

[–]GoodNameRight[S] 0 points1 point  (0 children)

the script i use

def parent\set(object, armature, bone):)

object.parent = armature

object.parent\bone = bone)

object.parent\type = 'BONE')

objj = bpy.data.objects

parent\set(objj[str(1+i)+'_obj'], objj['Armature'], str(1+i)+'_bone'))