Skip to main content
Inspiring
February 27, 2022
Question

how can plugin get the value of effect compositing options

  • February 27, 2022
  • 1 reply
  • 205 views

I now have a problem writing a plugin,
I didn't find the interface to get the value of effect compositing options

 

This topic has been closed for replies.

1 reply

Community Expert
February 27, 2022

i honestly don't know...

my best guess would be to use the dynamic stream suite to traverse the effect and layer main streams, and see it these parameters are added to your effect or the layer.

Inspiring
March 13, 2022

your idea is right ,thanks