On 24/08/2017 at 03:00, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 18
Platform: Mac ; Mac OSX ;
Language(s) : PYTHON ;
---------
Hi,
I'm currently using Python to write an ObjectData plugin. I'm also using the automated handle interface there (with GetHandleCount(), GetHandle(), and SetHandle()). When I draw the handles in Draw(), I want to highlight the handle that the mouse cursor is hovering over. But it doesn't work, op.GetHighlightHandle(bd) always returns -1.
Is there anything I could have done to break it, it anything I should do to make it work? Unfortunately, about 90% of the code can't be shown in public, otherwise I'd post it here.
Cheers,
Frank