Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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 ++.
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.
void* data
Best, Riccardo
Thank you very much for your support !