상세 컨텐츠

본문 제목

MFnAttribute

Maya API/Maya_API

by hwano 2013. 12. 18. 04:37

본문

 

 

 

 

By default, attributes are:

  • Readable.
  • Writable.
  • Connectable.
  • Storable.   //파일을 저장할때 어트리뷰트 값을 저장한다.  false면 매번 열때마다 디폴트값
  • Cached.
  • Not arrays.
  • Have indices that matter.
  • Do not use an array builder.
  • Not keyable.
  • Not hidden.
  • Not used as colors.
  • Not indeterminant.
  • Set to disconnect behavior kNothing.

 

관련글 더보기