On 12/05/2015 at 15:42, xxxxxxxx wrote:
Hello,
t try to kill a tag.
Not all tags of a selected type.
I' allready have found the Tag
for tag in taglist:
if sel_name != tag[c4d.TEXTURETAG_RESTRICTION]:
print "delete"
print tag[c4d.TEXTURETAG_RESTRICTION]
obj.KillTag(c4d.Ttexture)
But obj.KillTag(c4d.Ttexture) delets all Texture-Tags.
I only whant to delete the tag whitch does not match to the sel_name.
Does anybody has an Idea how to delete only one Tag?
Thanks