Hello,
I tried getting a sculpting tag via
tag = op.GetTag(c4d.Tsculpt)
Unfortunately, this returns a BaseTag and I'm not able to cast it to a SculptTag
in order to use GetSculptObject()
from it.
Is there something wrong here with the documentation/API or does my lacking python knowledge let me oversee something?
Thanks,
Robert