THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 02/11/2004 at 15:21, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.206
Platform:
Language(s) : C++ ; XPRESSO ;
---------
I have a couple of plugins (both ObjectData plugins) that I would like xpresso to have access to certain parts of the plugin.
One plugin clones a child several times, and inserts them into the document with GetVirtualObjects. Is it possible to make the plugin so that xpresso can get access to those cloned objects?
The other plugin has a linked list of vectors, thats constantly changing depending whats happening in the document. I would really like the possiblity to have access to those linked list vectors in xpresso.
Usually when I get stuck with an idea, I have a slight idea how to implement but don't know how. Well this idea I have no idea what-so-ever.
Well, as I type this I thought a way I could achieve this. By creating a new xpresso node that can comunicate with my plugins using messaging, or something similiar.
Any ideas?
Thanks