Send BaseBitmap to another plugin
-
Hello.
I have a BaseBitmap, which I need to send as a message to another plugin developed by someone else.
Can I do that via Special Event ?Thank you.
Petros. -
Hi Petros, with regard to your question, in order to properly provide you with a correct answer, I need to know the in which release of Cinema you're attempting to make it happen.
Last but not least, please tag this topic and make use of the Q&A functionality.
Thanks, Riccardo
-
Hello Riccardo.
I am trying to make it work in R16 - R20. I know you provide support only for the last 2 versions, but the ideal scenario would be to support it in R16 ++.
Thank you.
Petros. -
Hi Petros,
considering the need to make it working with R1x and R2x the approach I'd consider is to create a custom SceneHookData and via the inherited NodeData::Message() method to pass the bitmap by using the
void* data
parameter declared in.Best, Riccardo
-
Thank you very much for your support !