Hey guys,
I want to set the value of a keyframe for the "Start" parameter of the sketch material under the "Animate" tab with "Draw Speed" set to "Pixels". (Sketch[c4d.OUTLINEMAT_ANIMATE_START])
Unfortunately unlike any other parameter I have seen so far, this one takes a BaseTime object as input.
Because of this I cannot proceed as usual with the CKey.SetValue() method.
How would I go about this?