728x90
Tag
태그 가져오는 코드
tags = object.GetTags()
특정 태그만 가져오는 건 아래처럼 하면 됩니다.
doc = c4d.documents.GetActiveDocument()
op = doc.GetActiveObject()
wt = op.GetTag(c4d.Tvertexmap)
728x90
태그 가져오는 코드
tags = object.GetTags()
특정 태그만 가져오는 건 아래처럼 하면 됩니다.
doc = c4d.documents.GetActiveDocument()
op = doc.GetActiveObject()
wt = op.GetTag(c4d.Tvertexmap)