본문 바로가기

Code/cinema4d & 3dsmax

[c4dpython] Tag

 

Tag

태그 가져오는 코드 

 

        tags = object.GetTags()

 

특정 태그만 가져오는 건 아래처럼 하면 됩니다.

 

    doc = c4d.documents.GetActiveDocument()
    op = doc.GetActiveObject()
    wt = op.GetTag(c4d.Tvertexmap)