[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
ただいまコメントを受けつけておりません。
import pymel.core as pm
select_node = pm.selected()[0]
skinCluster_node = select_node.inMesh.inputs()[0]
bind_node = skinCluster_node.matrix.inputs()
for n in bind_node:
print n
import pymel.core as pm
import pymel.core as pm
select_node = pm.selected()[0]
skinCluster_node = select_node.inMesh.inputs()[0]
bind_node = skinCluster_node.matrix.inputs()
for i in range(len(bind_node)):
print bind_node[i]
print pm.getAttr(skinCluster_node.bindPreMatrix[i])