Skip to main content
Inspiring
October 24, 2017
Question

Adding a keyframe using Sweetie

  • October 24, 2017
  • 1 reply
  • 387 views

Hi. I'm using sweetie sample and the duck suite. In the quack function I tried adding a keyframe but it's giving me the same error as if I tried adding a keyframe from the skeleton render function "modifying a locked project". Is there a way to know which functions can and cannot create keyframes (which thread the different functions are on)?

This topic has been closed for replies.

1 reply

Inspiring
October 25, 2017

I called sweetie from user changed param and it successfully creates a keyframe. So I guess whichever selector calls quack determines which thread quack is on.

Community Expert
October 25, 2017

yes, the thread from which that process is initiated from is the execturing

thread.

you can only modify a project from the UI thead and not the render thread,

regardless of what plug-in (effect or AEGPs) doing the cahnges.