history
2012년 1월 29일 일요일
마야 파일 임포트 할때 파일에 있는 노드 리스트 얻기.
Maya python command (file)
returnNewNodes(rnn) (boolean,C)Used to control the return value in open, import, loadReference, and reference
operations. It will force file command to return a list of new nodes added to
the current scene.EX)
cmds.file ('file.mb',i=1,rnn=1)
라벨: mayapy
