|
I'd say from the looks itself, the curves are quite o.k.
I followed Ola Madsens tut
http://caffeineabuse.blogspot.de/2011/08/frame-number-as-3d-text.html
and using a scripted operator to get the current frame number works like charm.
oCurrFrame = In_UpdateContext.CurrentFrame Out.Value.Parameters("text").Value =oCurrFrame
Though if I try to alter the code into something like this,
oCurrFrame = In_UpdateContext.this_parent.CustomPSet Out.Value.Parameters("text").Value =oCurrFrame
I run into a "runtime error during its evaluation and will no longer be evaluated". In this case the text is parented to a null with the custom property.
I don't know anything about scripting, so I don't know how to script this correctly or whether it's actually possible.
Thanks for the tips already!
|