Hi,
I am trying to record realtime PSR (Position, Scale, Rotation) data of an object using Cappucino and BaseObject::SetMg().
When I start recording by clicking "Start Realtime" in Cappucino and then move (transform) an object with my mouse, realtime keyframes are saved. The result is following:
You can see the recorded blue path of the moved object.
But when I start recording realtime in Cappucino and then move (transform) an object using BaseObject::SetMg() (called on the object) through my plugin code, the realtime keyframes aren't recorded (no blue path on the screen), even though the selected object (selected by clicking on it) moves as I want due to usage of BaseObject::SetMg().
I suspect that some additional object property has to be set to allow Cappucino detect that it has moved and record realtime PSR change by BaseObject::SetMg(), but I couldn't find anything that would help me.
I would appreciate if you could help me finding a solution to this problem.
Thank you for your attention.