CGらぼ

広く浅くCGを勉強していきます。

maya Pythonを使ってフェイスを選択する

import maya.cmds as mc;

mc.select('オブジェクト名.f[フェイス番号]');