On 14/04/2014 at 03:08, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R14
Platform: Windows ; Mac ;
Language(s) : C++ ; PYTHON ;
---------
Is it possible to expose custom functions from a subclass of ObjectData into python? Or at least create a global function that takes it the object as an argument, so I can handle it in C++ and return the information I need? I need access to the underlying data structures..
I only found this example for wrapping a global function using ctypes here. But have no idea how I could use it for my purpose.
Cheers,
Satara