Skip to main content
Participant
September 10, 2021
Answered

3D Plugin with After Effects SDK

  • September 10, 2021
  • 1 reply
  • 412 views

Hi,

I’m experimenting with the GLator SDK example and want it to react to camera changes. I’m using PF_OutFlag2_I_USE_3D_CAMERA and PF_OutFlag2_I_USE_3D_LIGHTS and I’m able to use AEGP_GetEffectCameraMatrix to get the current camera matrix. But the rendering is not automatically triggered when the camera is moved and the plugin is also miss the little 3D Icon.

Does anyone know how to setup the plugin code to get the “3D icon” and to automatic trigger the rendering on camera changes?

This topic has been closed for replies.
Correct answer shachar carmi

err... did you change the flags in the PiPL file as well?

1 reply

shachar carmiCommunity ExpertCorrect answer
Community Expert
September 10, 2021

err... did you change the flags in the PiPL file as well?

Community Expert
September 10, 2021

oh! another silly idea... did you clean/rebuild? the PiPL regenerates only after cleaning the project on windows.